因此,我设置网站的方式是根据 QueryString 值将用户重定向到内容页面。
但标题保持不变。
我遇到的问题是本地语言字符。
即使在我检查源代码时存在 meta-equiv,它们也不会显示在内容页面中。
这里可能有什么问题?我该如何解决?
太感谢了..
<%
Section = Request.QueryString("Section")
If Section = "" then
%>
<!-- #Include File="home/index.asp" -->
<%
ElseIf Section = "home" then
%>
<!-- #Include File="home/index.asp" -->
<%
ElseIf Section = "friends" then
%>