摘要: 一、左侧菜单 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>left_menu</title> <script src="/static/node_modules/jquery/dist/jquery.js 阅读全文
posted @ 2018-10-30 19:42 被嫌弃的胖子 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1.插入批量数据 2.分页器的使用 3.服务器端 4.前端代码 阅读全文
posted @ 2018-10-30 19:01 被嫌弃的胖子 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1.一个简单的ajax使用 <h4>index页面</h4> <button class="btn">提交ajax</button> <p class="show"></p> $(".btn").click(function () { $.ajax({ url:"/handle_ajax/", ty 阅读全文
posted @ 2018-10-30 16:23 被嫌弃的胖子 阅读(117) 评论(0) 推荐(0) 编辑