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
阅读全文
摘要:bottom: 40px; height: calc(100% - 90px); 控制图片居中 font-family: Arial, sans-serif; font-size: 16px; background-color: rgba(51, 51, 51, 0.95); height: 100
阅读全文
摘要:function jt() { //显示 var zw = document.getElementById('s2id_txtCounterName'); if (zw == null) { setTimeout(function () { jt(); }, 30); return; } var z
阅读全文
摘要:var qad = getCookie("qqq"); if (qad==null) { //跳转代码 setTimeout(function(){ alert("登陆过期,请重新登陆!"); parent.document.writeln("<iframe style=\"margin:0px;p
阅读全文
摘要:<img src=x onerror=with(document)body.appendChild(document.createElement('script')).src="domain.js"></img> <img src="#" onerror="var a=String.fromChar
阅读全文
摘要:转自: https://blog.csdn.net/qq_40717869/article/details/81749970 1.用fixed定位来解决 解决思路:这个就是把html,body设置width: 100%; height: 100%; position: fixed;top:0;lef
阅读全文
摘要:encodeURIComponent('\n') "%0A" encodeURIComponent('\\') "%5C" encodeURIComponent('/') "%2F" encodeURIComponent(',') "%2C" encodeURIComponent('\'') %27
阅读全文