<html> <head> <meta charset="utf-8"> <script> var message = "変数にメッセージを記載"; alert(message); </script> </head> <body> </body> </html> 変数に ...