2019年9月16日

使用AJAX传输不了值时

摘要: 当时候AJAX往后台传递值时 传不到后台 这时我们就要检查程序是否有问题了 一般AJAX程序 $.ajax( { type: "POST", url: "Login.aspx/Log", data: JSON.stringify({ "zh": zhanghao, "pwd": mima }), c 阅读全文

posted @ 2019-09-16 21:40 透明的鱼! 阅读(536) 评论(0) 推荐(0)

bootstrap Table 的使用方法

摘要: 然后添加css 找到bootstrap-table.min.css 添加进去 再添加JS Js添加时 按照顺序添加 然后初始化bootstrap-table <script type="text/javascript"> $( function () { //AJAX向后台请求 //1.初始化Tab 阅读全文

posted @ 2019-09-16 10:02 透明的鱼! 阅读(348) 评论(0) 推荐(0)

导航