使用PHP簡單的HTML DOM解析但無法獲取圖像顯示。PHP中的DOM DOM解析器
我不是一個編碼器,我試圖從網站上拉文章和圖像。文章很好,但圖片不顯示。取而代之的是部分路徑顯示
> //ssl.gstatic.com/ui/v1/button/search-white.png
> //ssl.gstatic.com/ui/v1/button/search-white.png
> //ssl.gstatic.com/ui/v1/icons/common/settings.png
使用谷歌作爲一個例子,這裏是我使用的代碼:是一個相對的URI(該方案沒有規定
PHP中沒有這樣的函數'file_get_html()'。你在說什麼? – feeela
@feeela file_get_html()是從PHP簡單的HTML DOM解析器 – anvd
啊,你的意思是外部項目http://simplehtmldom.sourceforge.net/沒有任何東西在PHP核心... – feeela