外部 Js 不工作,因 Atom 不工作而变灰 :该按钮未在网站上显示,并且脚本变灰,因此它不处于活动状态,就好像它是评论一样。html代码是:<!DOCTYPE html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>JavaScriptGyak3</title> <script type="text/javascript" src="page3.js" </script></head><body id="test"> <button type="button" onclick="hatszin()"> Change Background </button></body></html>js代码只是:function hatszin() { document.getElementById('test').style.backgroundColor = 'orange';}
添加回答
举报
0/150
提交
取消