@{ var message =“<script> alert("測試輸出")</script>” }
@{ var message =“<script> alert("測試輸出")</script>” } <html> <head> <title></title> </head> <body> @Html.Raw(@message) </body> </html>