描述:
請求 test.php 網頁,忽略返回值。
jQuery 代碼:
$.get("test.php");描述:
請求 test.php 網頁,傳送2個參數,忽略返回值。
jQuery 代碼:
$.get("test.php", { name: "John", time: "2pm" } );
請求 test.php 網頁,忽略返回值。
jQuery 代碼:
$.get("test.php");描述:
請求 test.php 網頁,傳送2個參數,忽略返回值。
jQuery 代碼:
$.get("test.php", { name: "John", time: "2pm" } );
2017-03-13
不一定要裝Linux系統啊,學學核心代碼就行了,Linux和window運行網頁的效果一樣的,只是Linux所有的操作都要敲命令
2017-03-08