jquery中get和post的简单实例_jquery
来源:懂视网
责编:小采
时间:2020-11-27 21:19:13
jquery中get和post的简单实例_jquery
jquery中get和post的简单实例_jquery:例子: test.html页面引用 内容有:Hello World! 用法1:(页面载入时读取远程页面内容到divMsg) $(#divMsg).load(http://localhost:8012/t.php, { resultType: html }); 返回类型resultType有如下几种: xml, ht
导读jquery中get和post的简单实例_jquery:例子: test.html页面引用 内容有:Hello World! 用法1:(页面载入时读取远程页面内容到divMsg) $(#divMsg).load(http://localhost:8012/t.php, { resultType: html }); 返回类型resultType有如下几种: xml, ht

例子:
test.html
页面引用
jquery中get和post的简单实例_jquery
jquery中get和post的简单实例_jquery:例子: test.html页面引用 内容有:Hello World! 用法1:(页面载入时读取远程页面内容到divMsg) $(#divMsg).load(http://localhost:8012/t.php, { resultType: html }); 返回类型resultType有如下几种: xml, ht