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 DOM パーサーを使用して、alt 属性が alt=" map" である img タグの href を取得しようとしています (スペースは意図的なものです)。これは私が使用しているコードです:
$result = $page->find("img[alt= map]",0)->href;
しかし、予想される一致が html にある場合、それは取得されません。どこが間違っているのですか?
要素hrefの属性はありません。あなたはおそらくしたいです。imgsrc
href
img
src