JQuery異步請求PHP--GET請求

test.phpphp <?php echo "我叫{$_GET['name']},今年{$_GET['age']}歲。hello world!"; //測試get請求限制返回JSON格式功能 // echo json_encode($_GET); index.html --這裏用到了jquery,須要自行下載進行引入html <!DOCTYPE html> <html lang="en"> <
相關文章
相關標籤/搜索