saveconfig 相关的软件列表

ASP常用的系统配置函数
ASP

ASP常用的系统配置函数

2020-02-16 标签:asp,常用,系统配置,函数,sub,saveconfig,dim,fso,hf,set,server,scripting,mappath,inc,config,true,write

sub SaveConfig()dim fso,hfset fso=Server.CreateObject("Scripting.FileSystemObject")set hf=fso.CreateTextFile(Server.mappath("../inc/config.asp"),true)