同上篇說明,還是要透過第三方程式來處理。
以下為yahoo apis的範例:
var
yql =
'http://query.yahooapis.com/v1/public/yql?q='
+ encodeURIComponent(
'select * from html where url="'
+ site +
'"'
) +
'&format=xml&callback=cbFunc'
;
編碼範例:http://jsfiddle.net/ptskl/bysubkhh/
沒有留言:
張貼留言