<!DOCTYPE html> Title (function(win,doc){function change(){doc.documentElement.styl...
<!DOCTYPE html> Title 简易留言板 let oBtn=document.getElementById('btn');let msg...
记得前端大神winter说过:要建立起自己的知识体系,第一步:寻找线索(找准确、全面的);第二步,建立联系;第三步,是分类(用思维导图),第四步,是追本溯源(找到最初的那个它...
rpx单位是微信小程序中css的尺寸单位,rpx可以根据屏幕宽度进行自适应。规定屏幕宽为750rpx。如在 iPhone6 上,屏幕宽度为375px,共有750个物理像素,则...
var baseUrl=""if(document.domain=="localhost"){baseUrl="http://"+document.domain+":8650...
<!DOCTYPE html> vue2.0路由传参 .router-link-active{font-size: 20px;color:#f60;} ...
<!DOCTYPE html> Title span{width:80px;height:40px;border-radius:30px;display:inli...
<!DOCTYPE html> 选项卡 .active{color:red}#app ul{width:300px;display:flex;height:30p...
1、input[type=‘button’]按钮 js方法实现<!DOCTYPE html> var countdown=60;function settime(obj)...