simpledom 크롤링에서요 값이 plaintext 값이 348000원32%</span> 이거인데 어떻게 하나요??
본문
$price_dom = $dom -> find('div.ProductDetailTopInfo__DiscountPriceText-sc-17p0kzw-4',0);
if($price_dom) $price = trim($price_dom -> innertext);
$price = str_replace(array("최저"," ",","),"",$price);
$price = strip_tags($price,"<span><div></div></span>");
348000원32%</span>
simpledom 크롤링에서요 값이 plaintext 값이 348000원32%</span> 이거인데 어떻게 하나요??
답변을 작성하시기 전에 로그인 해주세요.