我有獲取我,我現在用我使用PHP的簡單的HTML DOM parser.The代碼中嵌入代碼的腳本是這樣的:獲取HTML標記作爲字符串
foreach ($html->find('object embed') as $embedCode)
{
echo $embedCode;
}
和出是放:
<embed width="100%" height="320" flashvars="config=http://server0.stream2k.com/playerjw/vConfigCdn.php?vkey=c2053010dadfdd331145"
allowfullscreen="true" allowscriptaccess="always"
src="http://server0.stream2k.com/playerjw/player-licensed56.swf"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" wmode="transparent">
但它顯示在我的瀏覽器中作爲閃光screen.I要打印它作爲一個單一的字符串。
誰能告訴我怎樣才能得到它作爲一個字符串沒有視頻畫面。
在此先感謝
GetMovie()的返回:
<embed wmode="transparent" type="application/x-shockwave- flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
src="http://server0.stream2k.com/playerjw/player- licensed56.swf"
width="100%" height="320" allowscriptaccess="always" allowfullscreen="true" flashvars="config=http://server0.stream2k.com/playerjw/vConfigCdn.php?vkey=f3513b19d1149102e116" />
單串是什麼意思? – Sarfraz 2012-02-24 08:48:38
因爲它的聲音......在單(單指一個(一個意思 - > 1))變量$ a = desiredTagsAsString – 2012-02-24 09:09:59