这段代码很无奈

<html> <head> <title>test</title> <script type="text/javascript"> function remove(){ alert("点我了!"); } </script> </head> <body> <input type="button" value="测试" οnclick="remove()"/> </body> </html>
相关文章
相关标签/搜索