马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
使用filesystemobject,可以对服务器上的文件进行操作,浏览、复制、移动、删除等。有ado的支持,asp对数据库的操作非常得心应手。你甚至可以像使用本地数据库那样,管理远程主机上的数据库,对表格、记录进行各种操作。函数 Rnd()
函数发生一个随机数.
表达式 Rnd [ (number) ]
实例: <%
Randomize()
response.write RND()
%>
前往了局: 任何一个在0 到 1 之间的数
Round()
函数前往按指定位数停止四舍五入的数值.
表达式 Round(expression [, numRight])
实例: <%
i = 32.45678
response.write Round(i)
%>
前往了局: 32
Rtrim()
函数去失落字符串右侧的字符串.
表达式 Rtrim(string)
实例: <%
strTest = "This is a test!! "
response.write RTrim(strTest)
%>
前往了局: This is a test!!
Split()
函数将一个字符串朋分并前往朋分了局
表达式 Split (S[,d])
实例:<%V= Split(A,B,C)
For i = 0 To UBound(V)
Response.Write V(i)
Next
%>
前往了局: A B C
Second()
函数前往秒.
表达式 Second(time)
实例: <%=Second(#12:34:28 PM#)%>
前往了局: 28
StrReverse()
函数反排一字符串
表达式 StrReverse(string)
实例: <%
strTest = "This is a test!!"
response.write StrReverse(strTest)
%>
前往了局: !!tset a si sihT
Time()
函数前往体系工夫.
表达式 Time()
实例: <%=Time%>
前往了局: 9:58:28 AM
Trim()
函数去失落字符串摆布的空格.
表达式 Trim(string)
实例: <%
strTest = " This is a test!! "
response.write Trim(strTest)
%>
前往了局: This is a test!!
UBound()
函数前往指定命组维数的最大可用下标>.
表达式 Ubound(arrayname [, dimension])
实例: <%
i = Array("Monday","Tuesday","Wednesday")
response.write UBound(i)
%>
前往了局: 2
UCase()
函数前往字符串的大写模式.
表达式 UCase(string)
答应数据类型:
实例: <%
strTest = "This is a test!!"
response.write UCase(strTest)
%>
前往了局: THIS IS A TEST!!
VarType()
函数前往唆使变量子类型的值
表达式 VarType(varName)
实例: <%
i = 3
response.write varType(i)
%>
前往了局: 2(数字)详见"ASP常数"
WeekDay()
函数前往在一周的第几天.
表达式 WeekDay(date [, firstdayofweek])
实例: <%
d = #9/9/00#
response.write Weekday(d)
%>
前往了局: 4(礼拜三)
WeekDayName()
函数前往一周第几天的名字.
表达式 WeekDayName(weekday [, Abb [, firstdayofweek]])
实例: <%
d = #9/9/00#
response.write WeekdayName(Weekday(d))
%>
前往了局: Wednesday
Year()
函数前往以后的年份.
表达式 Year(date)
实例: <%=Year(#9/9/00#)%>
前往了局: 1999实现规模效益。与传统的用户拥有硬件软件所有权和使用权以及传统的应用服务商提供一对一的服务模式不同,ASP拥有应用系统所有权,用户拥有使用权,应用系统集中放在ASP的数据中心中,集中管理,分散使用,以一对多的租赁的形式为众多用户提供有品质保证的应用技术服务,实现规模效益。 |