摘要: $.post是jquery自带的一个方法,使用前需要引入jquery.js 语法:$.post(url,data,callback,type); url(必须):发送请求的地址,String类型 data(可选):发送给后台的数据,以key/value形式{a:value1,b:value2},即j 阅读全文
posted @ 2019-03-31 22:18 王大军 阅读(38684) 评论(0) 推荐(1) 编辑
摘要: Bootstrap table学习 一、在页面中引入相关文件。 Jquery.js bootstrap.js bootstrap.css Bootstrap-table.js bootstrap-table.css 二、编写页面 1.准备一个空表格 <div> <table id=”table”>< 阅读全文
posted @ 2019-03-31 21:51 王大军 阅读(1258) 评论(0) 推荐(0) 编辑