您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
219B

  1. <% Option Explicit %>
  2. <!--#include file="../../include_all.asp"-->
  3. <%
  4. Class HomeController
  5. Public Sub Index
  6. %> <!--#include file="../../Views/Home/Index.asp"--> <%
  7. End Sub
  8. End Class
  9. MVC.Dispatch
  10. %>

Powered by TurnKey Linux.