ホームページ >バックエンド開発 >PHPチュートリアル >phpquery を使用して収集された関連質問
phpquery による収集に関する問題
Web ページのコンテンツの収集に phpquery を使用しています
以下は
です
<br /> phpQuery::newDocumentFile($url); <br /> $img=pq('.productImageGrid #prodImageCell')->html();<br /> echo $img;<br /> $img_txt=pq('.productImageGrid #prodImageCell')->text();<br />