Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

ASP 服务器 对象


Server 对象用于访问服务器上的属性和方法。


更多示例

文件上次修改时间?
检查文件上次修改时间。

打开文本文件以供读取
打开 "Textfile.txt" 以供读取。

自制点击计数器


服务器对象

ASP Server 对象用于访问服务器上的属性和方法。下面描述了它的属性和方法。

属性

属性 描述
ScriptTimeout 设置或返回脚本在终止前可以运行的最大秒数

方法

方法 描述
CreateObject 创建对象的实例
Execute 从另一个 ASP 文件内部执行 ASP 文件
GetLastError() 返回一个 ASPError 对象,该对象描述发生的错误条件
HTMLEncode 对指定的字符串应用 HTML 编码
MapPath 将指定的路径映射到物理路径
Transfer 将一个 ASP 文件中创建的所有信息发送(传输)到第二个 ASP 文件
URLEncode 对指定的字符串应用 URL 编码规则

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.