Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个:
<head> <title>This is my title</title> </head>
然后我如何制作一个写出标题内容的.ASP脚本^^
简单的。
<title><%="This is my title"%></title>
或者
<title><%=String%></title>