<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Document</title><link href="style1.css" rel="stylesheet" type="text/css" />? ? </head>? ??? ? <body>? ? ? ? <div id="test">Hello iMooc!</div>? ? ? ? <input type="button" onclick="sayHello()" value="點我啊" />? ? ? ? <script type="text/javascript" src="js/jquery.js"></script>? ? ? ? <script type="text/javascript">? ? ? ? ? ? function sayHello(){? ? ? ? ? ? ? ? $("#test").show();? ? ? ? ? ? }? ? ? ? </script>? ? </body></html>點擊就是沒有反應?
- 3 回答
- 0 關注
- 1777 瀏覽
相關問題推薦
添加回答
舉報
0/150
提交
取消