<html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>alert</title> <script type="text/javascript"> function rec(){ var mychar="I love JavaScript"; alert(mychar); } </script> </head> <body> <form> <input name="button" type="button" onClick="rec
0 回答
举报
0/150
提交
取消