-4

我有这个:

<head>
<title>This is my title</title>
</head>

然后我如何制作一个写出标题内容的.ASP脚本^^

4

1 回答 1

1

简单的。

<title><%="This is my title"%></title>

或者

<title><%=String%></title>
于 2012-04-23T23:29:03.143 回答