<input type=“button” οnclick=“alert(“fff”);” value=“Click Me” />
这样写会报:”Uncaught SyntaxError: Unexpected end of input (at aaa.html:13:72)
因为有个双引号失效了,需要改成<input type=“button” οnclick=“alert(“fff”);” value=“Click Me” />
Uncaught SyntaxError: Unexpected end of input (at aaa.html:13:72)
最新推荐文章于 2025-03-07 22:34:48 发布