jscript

  • 网络脚本语言;运算符;语言参考

jscriptjscript

jscript

脚本语言

需要脚本语言Jscript) 和UDF方法 ? 2008 PERA Global 载荷传递的方法和类型 在Workbench中的默认方法是通过 CFD-Pos…

运算符

使用mod运算符(vbscript)或%运算符jscript)得到指定范围内的一个数值。例如:

语言参考

Microsoft(R) JScript 语言参考 ... Jscript 语言参考 (String) 条件(三元)运算符 ...

运行时错误列表

JScript 用户手册 - 51windows.Net ... for...in 语句t JScript 运行时错误列表 Syntax 错误 ...

登陆脚本支持

2)登陆脚本支持jscript)3)其他小特性修改…… 地址: http://www.cnblogs.com/sunyongyue/archive/2012/08/01/superputt…

1
To declare a variable and initialize it without assigning it a particular value, assign it the JScript value null. 若要在不分配特定值的情况下声明一个变量并对其进行初始化,请为其分配JScript值null。
2
Previous versions of JScript did not require explicit declaration of variables. 先前的JScript版本不要求显式声明变量。
3
Conditional compilation variables and statements can hide JScript code from engines that do not support conditional compilation. 条件编译的变量和语句可以将来自不支持条件编译的引擎的JScript代码隐藏起来。
4
The following describes both C# and JScript for the generated proxies, but you don't need both (unless you want to try it out). 针对所生成的代理,下面的内容描述了C#和JScript两种类型,但是您不是两种都需要(除非您想尝试一下)。
5
Are implicit and are automatically provided by the JScript runtime when the function is called from JScript code. 关联的参数为隐式参数,通过JScript代码调用该函数时,JScript运行库将自动提供这些参数。
6
Modifiers can be used to make a class instance behave more like a JScript object. 修饰符可用于使类实例的行为更像JScript对象的行为。
7
A JScript program must specify the name of each variable that the program will use. JScript程序必须指定程序将要使用的每个变量的名称。
8
Consequently, JScript objects and methods may have unpredictable behavior when used in multithreaded applications. 因此,当JScript对象和方法在多线程应用程序中使用时,可能会具有不可预知的行为。
9
This topic examines two ways for accessing unexposed members, including JScript and VBScript functions defined inside of a Web page. 本主题将分析两种访问未公开成员的方法,包括在网页内部定义的JScript和VBScript函数。
10
The print statement is only available for programs compiled with the JScript command-line compiler. 只有用JScript命令行编译器编译的程序可以使用print语句。
11
JScript includes a number of operators that fall into the arithmetic, logical, bitwise, assignment, and miscellaneous categories. JScript包含大量运算符,它们属于算术、逻辑、按位、赋值和杂项类别。
12
The caller should pass in an instance of the object that represents the JScript object for the function. 调用方应传入表示该函数的JScript对象的对象实例。
13
Tests to see if the object is a proxy to managed JScript function. 测试以确定对象是否是托管JScript函数的代理。
14
However, the JScript compiler might encounter compile-time errors when referencing assemblies created with later versions of the compiler. 但是,JScript编译器在引用用编译器的较高版本创建的程序集时,可能会遇到编译错误。
15
The second part is JScript code that determines the number of dimensions in the safe array and the upper bound of each dimension. 第二部分是JScript代码,该代码确定安全数组中的维度数和每一维的上限。
16
Tests to see if the object is a proxy to managed JScript object. 测试以确定对象是否是托管JScript对象的代理。
17
A JScript statement, which is equivalent to a complete sentence in a natural language, combines expressions that perform one complete task. JScript语句(等效于自然语言中的完整句子)将可执行一个完整任务的表达式组合在一起。
18
These sections introduce the concept of regular expressions and explain how to create and use them in JScript. 这些章节介绍正则表达式的概念,并说明如何在JScript中创建和使用它们。
19
Illustrates the difference between global and local scopes in JScript and how the local scope shadows the global scope. 阐释JScript中全局和局部范围的差异以及局部范围如何隐藏全局范围。
20
With all unprintable characters replaced with corresponding JScript string escape sequences. 用相应的JScript字符串转义序列替换的包含所有不可打印字符的。
21
Once the engine version is known, a script written in a compatible version of JScript can be run. 一旦知道了引擎版本,就可以运行使用兼容的JScript版本编写的脚本。
22
Some vbscript or jscript experience may be required, depending upon the desired results. 一些VBScript或JScript的经验,可能需要的,这取决于所期望的结果。
23
JScript modifiers are used to affect the behavior and visibility of classes, interfaces, or members of classes or interfaces. JScript修饰符用于影响类、接口、类或接口的成员的行为和可见性。
24
Used to display strings that are passed to the JScript built-in print function. 后者用于显示传递给JScript内置打印函数的字符串。
25
Lists value and reference data types supported by JScript, corresponding. NET Framework equivalents, storage sizes, and ranges. 列出JScript所支持的值和引用数据类型、相应的.NETFramework等效内容、存储大小和范围。
26
This Web site contains information about using various Microsoft scripting languages, including JScript and VBScript. 此网站包含有关使用各种Microsoft脚本语言(包括JScript和VBScript)的信息。
27
Defines an interface used by the JScript runtime to output any strings that are passed to the built-in print function. 定义一个接口,JScript运行库使用它来输出传递到内置打印函数的任何字符串。
28
Information about using various Microsoft scripting languages, including JScript and VBScript. 关于使用各种Microsoft脚本语言(包括JScript和VBScript)的信息。
29
Used with the JSFunctionAttribute custom attribute to annotate the calling conventions of functions generated by the JScript compiler. 与JSFunctionAttribute自定义属性一起使用,以批注JScript编译器生成的函数的调用约定。
30
Threading The JScript runtime is not designed to be thread-safe. JScript运行库未被设计为线程安全的。