TO julyclyde(foreverkok.yeah.net):
'The following is from iishelp.
Response.Write variant
Parameters
variant
The data to write. This parameter can be any data type supported by the Visual Basic Scripting Edition VARIANT data type, including characters, strings, and integers. This value cannot contain the character combination %>; instead you should use the escape sequence %\>.
因为IIS先要根据"<%"和"%>"判断哪些内容要进行解释