Let's go
摘要: <1>localStorage 生命周期是永久,这意味着除非用户显示在浏览器提供的UI上清除localStorage信息,否则这些信息将永远存在。存放数据大小为一般为5MB,而且它仅在客户端(即浏览器)中保存,不参与和服务器的通信。 localStorage.setItem("key","value 阅读全文
posted @ 2018-06-28 08:44 chenze 阅读(243) 评论(0) 推荐(0)
摘要: <1> 通过id查找html元素 var x=document.getElementById("intro"); <2> 通过标签名查找html元素 var x=document.getElementById("main"); var y=x.getElementsByTagName("p"); v 阅读全文
posted @ 2018-06-28 08:38 chenze 阅读(245) 评论(0) 推荐(0)
摘要: 更多详细内容 view页面: Controller 1 #region 09-获取导出数据 2 /// <summary> 3 /// 09-获取导出数据 4 /// </summary> 5 /// <param name="student">用来接收用户信息(涵盖多条件)</param> 6 / 阅读全文
posted @ 2018-06-27 15:48 chenze 阅读(270) 评论(0) 推荐(0)
摘要: @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link rel="stylesheet" type 阅读全文
posted @ 2018-06-21 16:49 chenze 阅读(301) 评论(0) 推荐(0)
摘要: 搭建EasyUI 1.进入官网,下载EasyUI的程序包。地址:http://www.jeasyui.com/download/list.php 2.先导入css样式,引入程序包 3.进入EasyUI程序入门 <1>第一次发现分页是如此简便 js代码 $(function () { $('#dg') 阅读全文
posted @ 2018-06-21 16:22 chenze 阅读(404) 评论(0) 推荐(0)
有事您Q我