摘要:
function del(student_id){ $.ajax({ type:"post", url: "student_delete", data:{student_id:student_id}, success:function (data) { if (data=="success"){ a 阅读全文
摘要:
$(tab()); function tab(){ $("#order").bootstrapTable({ url:'member_list', dataField: 'rows', striped: true, toolbar:'#toolbar', toolbarAlign: 'right', 阅读全文