首页 > 学院 > 开发设计 > 正文

ajax格式

2019-11-10 18:26:38
字体:
来源:转载
供稿:网友

Ajax格式:

$.ajax({ type : "POST", url : url, data : {"type":type}, timeout : 20000, cache : false, success : function(data, textStatus) { //$(".html").val(data); alert("添加成功!") }, error : function() { alert("ajax失败!"); } });
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表