当前位置: 首页 > Web前端 > vue.js

打字黑马500集

时间:2023-04-01 12:31:49 vue.js

地址https://www.duanshuilu.com/000000000000000000000000000letparas=document.querySelectorAll("p");for(letpofparas){p.classList.add("test");}//argumentsobjectfunctionprintArgs(){for(letxofarguments){console.log(x);}}printArgs('a','b');//'a''b'