04 2022 档案
摘要:var currentWeek = "周" + "日一二三四五六".charAt(new Date().getDay()); console.log(currentWeek); currentWeek就是今天的星期
阅读全文
摘要:git pull git pull --force 是远程仓库没有连上导致的 就好了
阅读全文
摘要:vue 监听图片加载完成事件 <img @load="loadImg" id="redux" class="wei-redux" src="img/gua.png" /> @load="loadImg" loadImg方法里面就是图片加载完成后需要执行的 loadImg(){ //图片加载完成后需要
阅读全文
摘要:<script type="text/javascript"> var cdnLink = 'https://static/common/'; document.writeln("<script type='text/javascript' src='"+cdnLink+"js/common.js'
阅读全文