代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/250058/12438329
js debugging-dialogs.js
// Please note: this file contains snippets for comparison
// it is not self-contained or ready-to-use code as such
function checkAge(years)
{
if (years < 13)
{
alert('less than 13');
www.eeworm.com/read/113072/15470841
txt 208.txt
TimeValue 函数
Microsoft® Visual Basic® Scripting Edition
TimeValue 函数
语言参考
版本 1
请参阅
描述
返回包含时间的 Date 子类型的 Variant。
语法
TimeValue(time)
time 参数通常是代表从 0:00:00 (12:00:00 A.M.) 到 23:
www.eeworm.com/read/113072/15470948
txt 442.txt
- 运算符
Microsoft® Visual Basic® Scripting Edition
- 运算符
请参阅
语言参考
+ 运算符
算术运算符
运算符优先级
运算符概述
www.eeworm.com/read/113072/15471010
txt 422.txt
/ 运算符
Microsoft® Visual Basic® Scripting Edition
/ 运算符
请参阅
语言参考
* 运算符
\ 运算符
算术运算符
运算符优先级
运算符概述
www.eeworm.com/read/113072/15471021
txt 427.txt
Imp 运算符
Microsoft® Visual Basic® Scripting Edition
Imp 运算符
语言参考
版本 1
请参阅
描述
用于对两个表达式进行逻辑蕴涵运算。
语法
result = expression1 Imp expression2
Imp 运算符的语法有以下部分:
部分
描述
result
任意
www.eeworm.com/read/113072/15471084
txt 201.txt
StrReverse 函数
Microsoft® Visual Basic® Scripting Edition
StrReverse 函数
语言参考
版本 2
See Also-->
描述
返回字符串,此字符串与指定字符串顺序相反。
语法
StrReverse(string1)
string1 参数是要进行字符反向的字符串。如果 string1
www.eeworm.com/read/113072/15471110
txt 441.txt
- 运算符
Microsoft® Visual Basic® Scripting Edition
- 运算符
语言参考
版本 1
请参阅
描述
用于计算两个数值的差或表示数值表达式的负值。
语法 1
result = number1-number2
语法 2
-number
- 运算符的语法有以下部分:
部分
描述
result
任意数值