在controller中加入代码

ViewBag.js="<script>alert('弹出框');</script>";

在视图中加入代码

@Html.Raw(ViewBag.js)

相关文章: