描述:
请求 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