摘要: JS三种书写方式 <!--行内式--> <input type="button" value="点我" onclick="alert('hello word!')"> <!-- 内嵌式 --> <script> alert('hello word!'); </script> <!-- 外部JS -- 阅读全文
posted @ 2022-03-24 17:50 YL_Hello 阅读(20) 评论(0) 推荐(0)