jscript
- 网络函数;对象;属性;方法;运算符
-
Explains how to avoid common security problems in JScript code .
解释如何避免jscript代码中的常见安全问题。
-
Jscript does not support Class based inheritance , instead uses prototype based inheritance .
Jscript不支持传统意义上的类继承,取而代之的是一种利用prototype技术来实现(模拟)类的继承。
-
In this blog I will describe how Jscript supports defining Classes .
在这篇博客中,我将会介绍Jscript是如何支持定义一个类的。
-
The scripting window is based on the Dynamic Language Runtime , so it also supports IronPython and JScript .
脚本窗口是基于动态语言运行时(DynamicLanguageRuntime)的,所以它也可以支持IronPython和JScript。
-
Event declarations are not supported by jscript .
jscript不支援事件宣告。
-
JScript code that uses advanced features must be placed in a separate page that is not run by browsers with incompatible engines .
使用高级功能的jscript代码必须放在某个单独的页中,该页不能由引擎不兼容的浏览器运行。
-
For example , you may want to use client-side scripts , such as JavaScript , JScript , or VBScript .
例如,您也许想要使用客户机端脚本,如JavaScript、JScript或VBScript。
-
If Jscript does not have a formal notion of a Class then how does it support defining Classes and creating instances .
如果Jscript不支持一般意义上的类,那它是如何来支持定义“类”,并创建实例的呢?
-
In reality , almost all of the changes represent additional functionality , while the core JScript functionality is the same as in previous versions .
事实上,几乎所有的更改都表现在附加功能上,而jscript的核心功能与先前版本是一样的。
-
This JScript file creates projects and renders templates and then adds them to the solution when a user clicks finish in your wizard .
此jscript文件创建项目并呈现模板,然后在用户单击向导中的“完成”时将它们添加到解决方案中。
-
In the final SCA composite file for the application , notice that the addition of JScript and Groovy components is a Tuscany-specific extension to the SCA specification .
在应用程序的最后一个SCA复合文件中,注意添加的JScript和Groovy组件是对SCA规范的特定于Tuscany的扩展。