範例:
test.html
頁引用
內容有:
用法1:(頁面載入時讀取遠端頁面內容到divMsg)
$("#divMsg").load(http://localhost:8012/t.php, { "resultType": "html" });
傳回型別resultType有下列幾種:
"xml", "html", "script", "json", "jsonp", "text"
用法2:(點選post資料回傳資料)
post方法如下:
$.post(access_url,{
first: "test1", second: "test2" #' tipE).html('處理成功');
}else{
).html(data.msg);
}
🎜> )
}
如果想用get方法,則把post換成get就可以了,挺簡單!