[jQuery][PHP] ajax 範例(GET, POST, JSON) « 網站後端的工作筆記

[jQuery][PHP] ajax 範例(GET, POST, JSON) « 網站後端的工作筆記

瀏覽:653
日期:2025-04-28
$(document).ready(function(){ $.ajax({ url: '/test/test_response.php', //指向你要 請求的PHP type: "POST", //如果要使用GET, 就改成type: "GET", data: ......看更多