1.jquery 的数据传送方式

http://jquery.cuishifeng.cn/   jquery的在线参考手册

ajax方式传送格式:

jQuery.post(url, [data][callback][type])

url:发送请求地址。

data:待发送 Key/value 参数。

callback:发送成功时回调函数。

type:返回内容格式,xml, html, script, json, text, _default。

猜你喜欢

转载自blog.csdn.net/u013755520/article/details/90108042