Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTMLページからphpQueryを使用してimgsrcを取得するにはどうすればよいですか?追加:drupalのパーサーモジュールで使用するためにこの「src」を取得する必要があります
これが短い例です
$imgsrc = pq('div#foo img.pic')->attr('src');