js复制到粘帖板
var Url2=document.getElementById("biao1"); Url2.select(); // 选择对象 document.execCommand("C…
var Url2=document.getElementById("biao1"); Url2.select(); // 选择对象 document.execCommand("C…
<script src="lufylegend.js-lufylegend-1.10.1/lufylegend-1.10.1.js" type="text/javascript" c…
1.下载解压 2.解压目录创建my.ini [mysql] 设置mysql客户端默认字符集 default-character-se…
1 打开fiddler scriptEditor 2 ctrl+f搜索OnBeforeRequest 3 在函数里面加入代码 if (o…
UPDATE wp_options SET option_value = replace(option_value, '老域名','新域名') ; UPDATE wp_post…
python -m ensurepip
requestAnimactionFrame(function(){}) setTimeout(function(){},millisecond) setInterval(function…
//canvas转换成图片下载 document.getElementById("download").onclick=function(){ canvas = docu…
function doAll(){ console.log("网页可见区域宽:"+document.body.clientWidth); console.log("…
绘制图片 drawImage(image,sx,sy,sw,sh,dx,dy,dw,dh)//(sx,sy)截取起点(sw,sh)截取图片的宽高(dx,…