var myHeading = document.querySelector('h1');myHeading.textContent = 'Hello world!';这么一段代码,放在编辑器里面,网页刷新并没有用?但是网页 F12 直接输却有用? 查看完整描述