摘要: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="i 阅读全文
posted @ 2020-05-26 18:41 刘浩2561179983 阅读(151) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="i 阅读全文
posted @ 2020-05-26 16:28 刘浩2561179983 阅读(171) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="initial-scal 阅读全文
posted @ 2020-05-26 15:52 刘浩2561179983 阅读(216) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="i 阅读全文
posted @ 2020-05-26 13:49 刘浩2561179983 阅读(624) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="i 阅读全文
posted @ 2020-05-26 13:06 刘浩2561179983 阅读(343) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="i 阅读全文
posted @ 2020-05-26 13:04 刘浩2561179983 阅读(173) 评论(0) 推荐(0) 编辑
摘要: var i=1; setInterval(function(){ i++; $(".j_title").val("武汉加油"+i); $("#ueditor_replace").html('好厉害牛'+i); $('.j_submit').trigger('click'); },5000) var 阅读全文
posted @ 2020-05-26 13:02 刘浩2561179983 阅读(447) 评论(0) 推荐(0) 编辑
摘要: const audioCtx = new (window.AudioContext || window.webkitAudioContext)() const observer = new MutationObserver(function(mutationsList) { const oscill 阅读全文
posted @ 2020-05-26 13:01 刘浩2561179983 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1、安装Node.js 2、安装Browser-Sync npm install -g browser-sync 3、启动Browser-Sync(需要到监测的文件夹下) // 静态网站 browser-sync start --server --files "**/*.css,**/*.html, 阅读全文
posted @ 2020-05-26 12:59 刘浩2561179983 阅读(303) 评论(0) 推荐(0) 编辑
摘要: function postExcelFile(params, url) { //params是post请求需要的参数,url是请求url地址 var form = document.createElement("form"); form.style.display = 'none'; form.ac 阅读全文
posted @ 2020-05-26 12:58 刘浩2561179983 阅读(181) 评论(0) 推荐(0) 编辑
摘要: //把需要打印的代码,替换掉body中的内容,执行window.print()方法document.getElementsByTagName("body")[0].style.overflow='auto' // this.$print(this.$refs.print) var arr=docum 阅读全文
posted @ 2020-05-26 12:56 刘浩2561179983 阅读(157) 评论(0) 推荐(0) 编辑
摘要: "no-alert": 0,//禁止使用alert confirm prompt "no-array-constructor": 2,//禁止使用数组构造器 "no-bitwise": 0,//禁止使用按位运算符 "no-caller": 1,//禁止使用arguments.caller或argum 阅读全文
posted @ 2020-05-26 12:51 刘浩2561179983 阅读(787) 评论(0) 推荐(0) 编辑