我如何去使用jQuery post請求並查看結果。的jquery的eval JavaScript文件
我,如果我進入它的瀏覽器的URL返回這樣的一個format.js文件。
document.write('<object id="player" name="YOUniversityTVPlayer" type="application/x-shockwave-flash" allowFullScreen="true">');
我用:
$.post(
"format.js", function(data) {alert("success");alert(data);}
);
而且我想提醒顯示請求的結果,format.js導致
你需要輸出document.write嗎? – Headshota
奇怪不,其實我只需要一部分,但我沒有在js文件,它輸出了任何控制。我只需要得到結果,並實際刪除該document.write(),並只使用