Arrays in EcmaScript are native objects.
EcmaScript中的数组为本地对象。
EcmaScript is not a language designed for writing large programs.
EcmaScript不是为编写大型程序而设计的语言。
The ECMAScript standard is freely available from the ECMA Web site.
ECMAScript标准可以从ecmaWeb站点免费获得。
The best way to learn EcmaScript is to use the interactive FESI interpreter.
学习EcmaScript最好的方法就是使用交互式FESI解释程序。
Listing 2 is a longer ECMAScript routine, not a single line, as is Listing 1.
清单2是一个较长的ECMAScript例程,不像清单1一样,只有一行代码。
A lot it depends on the details of how other ECMAScript engines are implemented.
很大程度上要依赖于其他ECMAScript引擎实现的细节了。
You will now be able to easily interact with the EcmaScript interpreter and get immediate results.
现在您就能方便地与EcmaScript解释程序进行交互并立刻得到结果。
The examples in this tutorial require only a Web browser that supports SVG, with ECMAScript enabled.
本教程中的例子只需要支持SVG并启用了ECMAScript支持的Web浏览器。
ActionScript 3 follows the ECMAScript, Fourth Edition specification completely, simplifying XML parsing.
ActionScript3完全符合ECMAScript第四版规范,这可以简化xml解析。
The arguments array is the ECMAScript standard built-in reference to the arguments passed to this function.
数组arguments是指向传递到这个函数参数的ECMAScript标准内置引用。
Listing 2 is a small example of a Web page that includes ECMAScript that loads a JSON feed from del.icio.us.
清单2是包含从del . icio . us中加载JSON提要的ECMAScript的网页的一个小例子。
The third aspect addressed by the Web standards is behavior, which is specified using the DOM and ECMAScript.
Web标准关注的第三个方面是行为,使用DOM和ECMAScript指定。
That is, you can code your EcmaScript program to take advantage of the comprehensive APIs of the underlying JDK.
这就是说,您能利用作为基础的JDK的全面API编写EcmaScript程序。
To process EcmaScript files in batch mode, use the fesi.bat and fesiw.bat files you generated during installation.
要以批处理方式处理EcmaScript文件,请使用安装时生成的 fesi.bat和fesiw.bat 文件。
E4X is probably used most often as a way to parse XML into ECMAScript objects that can be very easily manipulated.
E4X最主要的应用可能是把XML解析成易于操纵的ECMAScript对象。
Note that the result set manipulation method works on a 1-based index, unlike the 0-base index of EcmaScript arrays.
请注意,与ecmascript数组基于0的索引不同,结果集的操作方法在基于1的索引上工作。
Using Web standards like DOM and ECMAScript reduces the amount of browser-specific code you have to write and maintain.
使用Web标准(如dom和ECMAScript)将减少您必须编写和维护的特定于浏览器的代码数量。
There are a few built-in commands, which are not part of EcmaScript or FESI, that the interactive interpreter understands.
有一些内部命令,不是交互式解释程序所能理解的EcmaScript或FESI的一部分。
We're working as part of the "TC-39" community with Ecma to create an official test suite for ECMAScript, sponsored by Ecma.
我们作为“TC - 39”社区的组成部分与ecma合作,为ecmascript创建一个官方的测试套件,由ecma来捐助。
In fact, SVG allows you to embed sciplets (ECMAScript), which can include events like mouse-over, mouse-out, click, and so on.
实际上,SVG允许嵌入sciplet(ECMAScript),它可以包含很多事件,比如鼠标悬停、鼠标移出、单击等。
This scripting language supports XML data through a group of classes that adhere to the ECMAScript for XML (E4X) specification.
该脚本语言通过一组遵循ecmascriptforXML (E4X)规范的类支持XML数据。
There are also solutions that convert XForms markup to ECMAScript and HTML, which are more widely supported in deployed browsers.
还有一些方法将X Forms标记转换成现有浏览器广泛支持的ECMAScript和HTML。
The convention is to use the.es extension for EcmaScript source and the.ew extension for EcmaScript source that USES GUI support.
惯例是对EcmaScript源用. es扩展名以及对使用GUI支持的EcmaScript源用. ew扩展名。
Using ECMAScript gives you full programming flexibility, but if all you want is animation, SVG has and related tags (such as or).
使用ECMAScript可为您提供完美的编程灵活性,但如果您所需要的只是动画,SVG还提供了和相关的标签(如或)。
The EcmaScript component offers only the core language features -- the primitive data types, expression evaluation, flow control, etc.
EcmaScript组件只提供核心语言功能 --原始数据类型、表达式赋值和流量控制等等。
With the DOM and ECMAScript, a Web developer can add sophisticated behaviors and processing that enhance the Web experience for users.
使用DOM和ECMAScript,Web开发人员可以添加高级行为和操作,改善用户的 Web体验。
Let's take a look at how our enhanced EcmaScript program, DBScriptFlex.es, will read a file called dbinit.ini. Entries in the dbinit.ini.
让我们来看一看增强的EcmaScript程序,DBScriptFlex. es是怎样读入一个叫做dbinit . ini的文件的。
Finally, if we want to add some behavior to the object, we first define an EcmaScript function and then assign it as a property of the object.
最后,我们希望在对象中加入一些行为,就先定义一个EcmaScript函数,然后把它指定为对象的一个属性。
NOTE: Before diving into the details of the client-side ECMAScript that is used, a disclaimer about how the script determines which browser is used.
注意:深入分析这段客户端ecmascript之前,首先说明它如何确定使用的浏览器。
The created ECMAScript object is responsible for all the things that cannot be done declaratively with the markup, so basically it ACTS as a controller.
创建的ECMAScript对象负责无法用标记声明完成的一切工作,因此基本上是作为一个控制器。
应用推荐