<html> <head> <title>練習</title> </head> <body> <script type="text/javascript"> var a; a=2; document.write(a); </script> </body> </html>