0
我想解析外部網頁,並使用PHP提取所有網址並鏈接文本。解析外部網頁並提取所有網址並鏈接內容中的文本
例如,
$content="<a href="http://google.com" target="_blank"> google</a> is very good search engine <a href="http://gmail.com" target="_blank">Gmail </a> is provided by google.
輸出:
http//google.com google
http//gmail.com Gmail
的建議是非常感謝!
DOM使用php.I沒有與DOM – user1032289
任何想法@ user1032289編輯答案如何編寫程序。 – fardjad
謝謝,這對我很有用 – user1032289