dayday12
dayday12
34 冯盛鹏 [单元格变色](https://dayday12.github.io/004/index.html)
34 冯盛鹏 [webstorage](https://dayday12.github.io/015/index.html)
34 冯盛鹏 今天完成的代码如下 input{ width: 60px; height: 60px; } #toblue{ background-color: blue; } #tored{ background-color: red; } var btnBlue=document.getElementById('blue'); var btnRed=document.getElementById('red'); btnBlue.addEventListener('click',setBlue); btnRed.addEventListener('click',setRed); function setBlue(){ document.body.id="toblue"; var id=document.body.id; localStblue.setItem('getId',id); }...
软件161 34 冯盛鹏
34 冯盛鹏 [表格操作](https://dayday12.github.io/012/index.html)
34 冯盛鹏 [提示框](https://dayday12.github.io/014/index.html)
34 冯盛鹏 [模拟时钟](https://dayday12.github.io/006/time.html)
34 冯盛鹏 [抽奖小程序](https://dayday12.github.io/005/index.html)
34 冯盛鹏 [事件案例](https://dayday12.github.io/009/index.html)
34 冯盛鹏