上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 52 下一页
摘要: //第二次增加 属性 或方法 阅读全文
posted @ 2019-09-20 15:52 enych 阅读(195) 评论(0) 推荐(0) 编辑
摘要: //获取对象 console.log(obj)//字符串转对象 var ob = JSON.parse(data); //对象转为字符串 console.log(JSON.stringify(obj)) //创建按钮 var body = document.body; var input = document.createElement("input"); input.t... 阅读全文
posted @ 2019-09-19 13:51 enych 阅读(2951) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> window.onload = function () { //var content = getParameter('content'); //search: "?param1=2" var t = window.location; 阅读全文
posted @ 2019-09-19 10:12 enych 阅读(696) 评论(0) 推荐(0) 编辑
摘要: private void test(string[] sortkey_list, string[] list_temp) { //打开excel到dt; string[] strlist = { "4", "2", "3", "1" }; string[] rowws; rowws = new string[] { "AA", "BB", "CC", "DD" }; //第一行加入数组完成; Di 阅读全文
posted @ 2019-09-17 19:37 enych 阅读(718) 评论(0) 推荐(0) 编辑
摘要: function test_001() { var t =0; return t || out_str("t未定义"), //1 // 执行1句;在执行2句; t||null //2 } var obj = test_001(); function out_str(obj) //定义一个函数... 阅读全文
posted @ 2019-09-16 22:03 enych 阅读(253) 评论(0) 推荐(0) 编辑
摘要: A -> B 带参数进去B页面, 刷新B页面还 保持状态 单机下一页, 改变请求参数, A->B 不带参数进去B页面 (不存在)当前状态保存在cookies中, 刷新页面,判断cookies是否存在,存在使用cookies, 保持状态 单机下一页, 请求修改DOM,(实现 局部 更新数据) A跳转B 阅读全文
posted @ 2019-09-11 22:34 enych 阅读(1426) 评论(0) 推荐(0) 编辑
摘要: PageCount = personInfodb.get_count(selected_id); //数据总数 PageCount = (int)Math.Ceiling(PageCount / (PageSize * 1.0)); //总数据数/每页分的数据数 /// <summary> /// 阅读全文
posted @ 2019-09-11 17:10 enych 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: 这是H1 阅读全文
posted @ 2019-09-11 08:35 enych 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: /* IFormFileCollection Files 再Request对象下的From对象下的Files对象 public interface IFormFileCollection : IReadOnlyList, IEnumerable, IEnumerable, IReadOnlyCollection publ... 阅读全文
posted @ 2019-09-10 16:25 enych 阅读(541) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <head> </head> <body> <input type="button" id="btn1" value="get请求" > <script> ;!function(win) { var o = { modules: {}, status: {}, timeout: 10, event: {} } , t = document, n = function 阅读全文
posted @ 2019-09-07 13:51 enych 阅读(2593) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 52 下一页