裕隆城折扣合作@中興低碳 折扣報表
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
266B

  1. @page
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>@ViewBag.Status</title>
  6. </head>
  7. <body>
  8. <div>
  9. <h1>@ViewBag.Status</h1>
  10. </div>
  11. </body>
  12. </html>
  13. <script>
  14. setTimeout(function () {
  15. window.location.href = '@ViewBag.RedirectUrl';
  16. }, 1000);
  17. </script>