JavaScript信息详情
n.一种Web的编程语言
setter javascript───设置程序javascript
foreach javascript───foreach javascript
eloquent javascript───雄辩的javascript
hoisting javascript───提升javascript
pairs javascript───对javascript
constructor javascript───构造函数javascript
resolve dns javascript───解析dns javascript
Listing 8 shows a JavaScript file that includes comments and extra formatting.───清单8显示了一个包含注释和额外格式的文件。
You can add additional hints and drag sources dynamically to the form using JavaScript.───您可以添加额外的线索,并动态地拖放源。
The second page of the wizard is the Import JavaScript Library screen.───向导第二个页面是导入JS库。
At first, we will use it a as part of an applet UI, but later the applet will just be used to make it available to JavaScript.───首先,我们将使用它作为AppletUI的一部分,但是稍后该Applet将把它用于JavaScript。
So you create a variable in JavaScript with var, give it a name (like "request" ), and then assign it to a new instance of XMLHttpRequest.───因此在JavaScript中用var创建一个变量,给它一个名字(如“request”),然后赋给它一个新的XMLHttpRequest实例。
Libraries have been a huge contributor to the surge in popularity of JavaScript in the last few years.───过去的几年间,函数库为JavaScript的突然风靡做出了巨大的贡献。
Even Javascript, once the bane of every web developer's life, has powerful idioms allowing AOP to be implemented easily.───即便是曾经祸害过每个开发者生活的Javascript,也有强大的方言能够方便地实现AOP。
It lets you create, manipulate, and use XML directly from JavaScript without requiring the use of any other XML library or API.───它允许您在无需使用任何其他的XML库或API的情况下,直接从JavaScript创建、操作和使用XML。
First, if you've read this series faithfully, you know how to use the DOM, a JavaScript-friendly API with which you can manipulate XML.───首先,如果您一直忠实地阅读这个系列,那么您已经学会了如何使用DOM这种对JavaScript友好的API来操纵XML。
JavaScript is an incredibly powerful tool, and for too long it was a corruptive force on the web.
When JavaScript is coded like that and not put within a method or function body, it's called static JavaScript.
What empowers JavaScript in XPages is access to an extensive library for easy manipulation of the user environment and the back-end data store.
Low Priority: Minify JavaScript and remove query strings from static resources.
In the JavaScript language, a constructor function initializes the underlying Object provided by the run time system, and this Object is returned to the caller of the constructor.
Still, for simple applications JavaScript is fine, especially when those applications are largely about piggybacking onto the networking capabilities inherent in the Mozilla framework.
In order to reduce your JavaScript file sizes, it is highly recommended that you minify your files before putting them into a production environment.
However, JavaScript developers must learn all the intricacies of XML processing and write a lot of additional code to parse the XML data before they can do anything with that data.
If you're familiar with JavaScript you'll also have a leg up as the mongo client is a full JavaScript interpreter.