讓我們說我們加載了這個問題的源代碼,我們希望找到的網址一起「childUrl」如何找到網址,在雙引號
或轉到該網站的源代碼,然後搜索「childUrl」 。
<?php
$sites_html = file_get_contents("https://stackoverflow.com/questions/46272862/how-to-find-urls-under-double-quote");
$html = new DOMDocument();
@$html->loadHTML($sites_html);
foreach() {
# now i want here to echo the link alongside "childUrl"
}
?>
解析錯誤:語法錯誤,意想不到的 '[',希望 ']' 在C:\ WAMP – Emmanuel
https://開頭stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454 – GordonM
你說這個文件包含 「key」:「value」 –