您好,登錄后才能下訂單哦!
html5怎樣獲取php數據的?相信很多新手小白對html5獲取php數的了解處于懵懂狀態,通過這篇文章的總結,希望你能收獲更多。如下資料是關于html5獲取php的內容。
HTML5獲取php數據的方法:
HTML代碼
<html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0-rc1.js"></script> </head> <body> <script type="text/javascript"> $(document).ready(function(){ $.ajax({ url:"sms.php", type: "GET", dataType: "text", success: function(data){ alert(data);//$a的值 } }) }) </script> </body> </html>
sms.php :
<?php $a = 'aaaa'; echo $a; ?>
以上就是html5怎樣獲取php數據的方法介紹,詳細使用情況還得要大家自己使用過才能知道具體要領。如果想閱讀更多相關內容的文章,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。