亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

使用ajax和php,ajax的返回結果為什么一直是php代碼?

使用ajax和php,ajax的返回結果為什么一直是php代碼?

PHP
瀟瀟雨雨 2018-07-17 15:34:36
html代碼:<html>     <head>         <script src="jquery-1.3.2.js"></script>         <script>             $(function(){                 $("#helloBtn").click(function(){                     $.ajax({                         url: "test.php",                         type: "POST",                         success: function(res){                                     alert(res);                                 },                         error: function(msg){                                     alert('error');                                 }                     });                                  });             });         </script>     </head>     <body>         <button id="helloBtn">hello</button>     </body> </html>php代碼: <?php     echo 'hello'; ?>結果:我用的是apache服務器。
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 877 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號