Notice: Undefined variable: bid in /home/wwwroot/cczh004/wwwroot/public/class.php on line 3
搜索列表
-
用ASP生成UTF-8网页文件的两种方法
【ASP编程】方法一:createtextfile生成文件方法 复制代码 代码如下:<%function WriteToFile(FileName,FileContent) set fso=server.createobject("scripting.filesystemobject") set fp=fso.createtextfile(server.mappath(FileName),,True)  ...
用ASP生成UTF-8网页文件的两种方法