response.write "你好" 如果要指定输出的是简体,要怎么做啊! 问题点数:10、回复次数:1Top
response.setContentType("text/html;charSet=gb2312"); response.write("你好");Top