- 注册时间
- 2013-11-21
- 最后登录
- 2014-11-21
- 阅读权限
- 10
- 积分
- 259
- 精华
- 0
- 帖子
- 62
|
我还想咨询一下:
jquery可以用:
contentType: "application/x-www-form-urlencoded; charset=utf-8",
miniui用什么?来实现这个功能
jQuery.ajax({
async : true,
type : 'post',
cache : isCacheData,
contentType: "application/x-www-form-urlencoded; charset=utf-8",
是不是在form上设置一个 ajaxoption什么的
|
|