另一個php相關問題 我正在使用file_get_contents從網站(天氣)獲取信息。 我的代碼完成了它應該做的事情。 網站在我想要的部分沒有ID或班級名稱。所以我使用(DIV)類從它是在Php file_get_contents to echo'd
DIV的我想:
<div class="page-title">
<H1>
<label class> Het is vandaag vrij zonnig in </label>
<label> Los Angeles</label>
<script> ... bla bla bla</script>
我能得到什麼:
Het是在洛杉磯vandaag vrij zonnig {「ScriptUrl」:「http://s7.addthis.com/js/300/addthis_widget.js#pubid=weeronline」,「addthis_config」:{「pubid」:「weeronline」,「ui_language」:「nl」,「data_ga_property」:「UA-3047268-1」,「data_track_clickback」:「true」, 「data_ga_social」:「true」}}
這樣即可,但我只想要「het is vandaag vrij zonnig in Los Angeles」印。
我該如何做到這一點?
首先,快速評論!謝謝。 然而,你的解決方案給了我一切在「{」 ,而不是左側! 如何改變這個? – brian
@brian你確定嗎?檢查這個http://3v4l.org/0FAZa –
是的,我確定,但我必須輸入錯誤的東西! 因爲它現在可以工作! 謝謝帕特里克Q和丹H爲您的解決方案,爲同樣的問題的讀者工作! – brian