⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.asp

📁 一套很早的多用户电子商务程序
💻 ASP
字号:
<%
Dim objFSO
set objFSO=server.createobject("scripting.filesystemobject")
if objFSO.FolderExists(server.MapPath("jsf")) then
response.write "文件夹已存在"
end if

Fa="%"
FB=">"
fc=Fa&Fb
shop_name1="abcd"
set objTS=objFSO.OpenTextFile(server.MapPath("aaaa.asp"),2,True)
objTs.writeLine("<!--#include file=""../conn2.asp"" -->")
objTs.writeLine("<!--#include file=""../Function.asp"" -->")
objTs.writeLine("<%shop_name="""&shop_name1&""""&fc)
objTs.writeLine("<!--#include file=""../mod/101.asp"" -->")

objTs.Close
set objTS=Nothing
Set objFSO=Nothing
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -