05 2020 档案
摘要:; (function (win, lib) { var doc = win.document; var docEl = doc.documentElement; var metaEl = doc.querySelector('meta[name="viewport"]'); var flexibl
阅读全文
摘要:<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="i
阅读全文
摘要:<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="i
阅读全文
摘要:<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="initial-scal
阅读全文
摘要:<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="i
阅读全文
摘要:<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="i
阅读全文
摘要:<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="i
阅读全文
摘要:var i=1; setInterval(function(){ i++; $(".j_title").val("武汉加油"+i); $("#ueditor_replace").html('好厉害牛'+i); $('.j_submit').trigger('click'); },5000) var
阅读全文
摘要:const audioCtx = new (window.AudioContext || window.webkitAudioContext)() const observer = new MutationObserver(function(mutationsList) { const oscill
阅读全文
摘要:1、安装Node.js 2、安装Browser-Sync npm install -g browser-sync 3、启动Browser-Sync(需要到监测的文件夹下) // 静态网站 browser-sync start --server --files "**/*.css,**/*.html,
阅读全文
摘要:function postExcelFile(params, url) { //params是post请求需要的参数,url是请求url地址 var form = document.createElement("form"); form.style.display = 'none'; form.ac
阅读全文
摘要://把需要打印的代码,替换掉body中的内容,执行window.print()方法document.getElementsByTagName("body")[0].style.overflow='auto' // this.$print(this.$refs.print) var arr=docum
阅读全文
摘要:"no-alert": 0,//禁止使用alert confirm prompt "no-array-constructor": 2,//禁止使用数组构造器 "no-bitwise": 0,//禁止使用按位运算符 "no-caller": 1,//禁止使用arguments.caller或argum
阅读全文

浙公网安备 33010602011771号