var myHeading = document.querySelector('h1');
myHeading.textContent = 'Hello world!';
这么一段代码,放在编辑器里面,网页刷新并没有用?
但是网页 F12 直接输却有用?
胡子哥哥
相关分类