失恋副作用

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  ajax

摘要:注册的时候,编号自动生成,需要在数据库查询出当前的最大编号是多少,然后在此基础上+1//绑定编号 $.ajax({ url: "ajax/returnUcode.ashx", dataType: "json", success: function (msg) { $("#zc_ucode"... 阅读全文
posted @ 2019-02-25 15:05 失恋副作用 阅读(111) 评论(0) 推荐(0)

摘要:$("#btn1").click(function () { $.ajax({ url: "ajax/login.ashx", //请求访问的服务端地址 data: { "uname": $("#txt1").val(), "pwd": $("#txt2").val() }, //请求访问服务端所传递过去的数据 ... 阅读全文
posted @ 2017-08-31 16:06 失恋副作用 阅读(153) 评论(0) 推荐(0)