javascript asp教程服务器对象
Overview:
The Server Object has seven (7) Methods, one (1) Property, zero (0) Events, and zero (0) Collections.
List of Methods:
CreateObject( ) | Server.CreateObject("ADODB.Recordset") Create an instance of an Object |
Execute( ) | Server.Execute("fileName.asp") Executes an outside file (effect is similar to SSI) |
GetLastError( ) | Server.GetLastError() Returns location and description of the last ASP error |
HTMLEncode( ) | Server.HTMLEncode("some String") Encodes string to HTML characters |
MapPath( ) | Server.MapPath("\\virtualFolder") Converts virtual path to physical path |
Transfer( ) | Server.Transfer("fileName.asp") Transfers execution out of one page and into another |
URLEncode( ) | Server.URLEncode("some String") Encodes string to URL standards |
相关推荐
云中舞步 2020-11-12
杨德龙 2020-11-11
JohnYork 2020-10-16
wangzhaotongalex 2020-09-22
xiaoseyihe 2020-11-16
不要皱眉 2020-10-14
Crazyshark 2020-11-13
K先生 2020-11-10
momode 2020-09-11
思君夜未眠 2020-09-04
点滴技术生活 2020-08-21
MaggieRose 2020-08-19
kevinweijc 2020-08-18
wintershii 2020-08-17
vapaad 2020-08-17
wera00 2020-08-17
移动开发与培训 2020-08-16
ReunionIsland 2020-08-16
JimyFengqi 2020-08-16