请输入您要查询的英文单词:

 

单词 javascript
释义

JavaScript


JavaScript

(ˈdʒɑːvəˌskrɪpt) n (Computer Science) trademark a scripting language especially applicable to the internet

JavaScript


JavaScript

[′jäv·ə‚skript] (computer science) A scripting language that is added to standard HTML to create interactive documents.

JavaScript

(language)(Formerly "LiveScript") Netscape's simple,cross-platform, World-Wide Web scripting language, onlyvery vaguely related to Java (which is a Sun trademark).JavaScript is intimately tied to the World-Wide Web, andcurrently runs in only three environments - as a server-sidescripting language, as an embedded language inserver-parsed HTML, and as an embedded language run in webbrowsers where it is the most important part of DHTML.

JavaScript has a simplified C-like syntax and is tightlyintegrated with the browser Document Object Model. It isuseful for implementing enhanced forms, simple webdatabase front-ends, and navigation enhancements. It isunusual in that the scope of variables extends throughoutthe function in which they are declared rather than thesmallest enclosing block as in C.

JavaScript originated from Netscape and, for a time, onlytheir products supported it. Microsoft now supports awork-alike which they call JScript. The resultinginconsistencies make it difficult to write JavaScript thatbehaves the same in all browsers. This could be attributed tothe slow progress of JavaScript through the standards bodies.

JavaScript runs "100x" slower than C, as it is purelyinterpreted (Java runs "10x" slower than C code).Netscape and allies say JavaScript is an "open standard" inan effort to keep Microsoft from monopolising web softwareas they have desktop software. Netscape and Sun haveco-operated to enable Java and JavaScript to exchangemessages and data.

See also VBScript.

Usenet newsgroup: news:comp.lang.javascript.

Mailing List: ("subscribe javascript"in body).

JavaScript

A widely used programming language that is embedded within the HTML of Web pages. Developed in 1995 and supported by all Web browsers, JavaScript enables interactive functions to be added to Web pages, which are otherwise static. JavaScript evolved from Netscape's LiveScript language, not from Java.

HTML5
As of HTML Version 5, JavaScript was formalized as part of HTML, thus turning HTML from a presentation language into a programming language. See HTML5.

JavaScript Is Plain Text
JavaScript source code is plain text that resides between Begin-Script and End-Script HTML tags in the Web page. Along with myriad other functions, JavaScript is used to enable interactive page elements such as navigation buttons and drop-down menus. It is also used to identify the page to analytics servers that capture traffic statistics. See JScript, Dojo and VBScript.

JavaScript vs. Java
Because JavaScript is executed merely by retrieving a page from any website, it cannot be used to access local files and probe the user's computer (JavaScript is "sandboxed"). Java, on the other hand, is a full-blown programming language that can manipulate any resource in the computer. Although there are commonalities, JavaScript is not a subset of Java, but they both may be used in the same Web-based system. For example, JavaScript could display a data entry form and validate the input, while a Java program in the server processes the information. In addition, JavaScript remains as human-readable text, while Java source code is converted into a binary format (see bytecode). See Java and servlet.

A Low-Level Replacement for JavaScript
JavaScript is an interpreted language, which means the source code remains as readable text the way the programmer wrote it. A runtime engine has to analyze (parse) the text statements before it can execute them. Twenty years after the creation of JavaScript, WebAssembly was created to provide a lower-level bytecode language that is executed much faster than the source code (see WebAssembly).


JavaScript Is Always Visible
JavaScript code is embedded in a Web page and easily viewed as in this Opera browser on a Mac. The blue text is the HTML page rendering language, and the brown is JavaScript. In this example, the JavaScript causes navigation buttons to change color when the mouse rolls over them and to jump to another page when clicked. See HTML.
MedicalSeeDARTFinancialSeeJavaAcronymsSeeJScript
随便看

 

英语词典包含2567994条英英释义在线翻译词条,基本涵盖了全部常用单词的英英翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/3/2 1:32:46