我只会生成html静态页面时pencat=replace(pencat)替换,但是用asp显示html的内容还不太懂,望指教 asp html [解决办法] 应该是使用ASP Application 对象,也就是全局变量。 假设文件夹templet作为模板保存文件夹,下面有两套模板 模板1:templet/1/ 模板2:templet/2/
if Application("templet")=1 then 读取模板1 elseif Application("templet")=2 then 读取模板2 end if