文件名称:learning_JavaScript_5
- 所属分类:
- JSP源码/Java
- 资源属性:
- [C/C++] [CHM]
- 上传时间:
- 2012-11-26
- 文件大小:
- 514kb
- 下载次数:
- 0次
- 提 供 者:
- 清***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Javascr ipt 基础和高级教程,初学者易学易用,中文。-Javascr ipt (also called Jscr ipt) is a scr ipting language with the primary aim of giving life to your web pages. It is powerful, flexible, and easy to learn. Javascr ipt is:
An interpreted language. This means that the code is executed straight away by an interpreter, which is built into web browsers, some web servers and Antechinus Javascr ipt Editor. Javascr ipt is sometimes used instead of VBscr ipt for customizing applications.
An object-based language. You can create new objects in Javascr ipt (or use the predefined ones), but not by inheriting from existing objects like fully-fledged object-oriented languages (C#, C++ or Java).
Not Java. Although Javascr ipt resembles languages like Java, C and C++, it is a language of its own.
Loosely typed. Languages like C# or C++ require that you declare the data type of the variables you are using. Javascr ipt does not. Most functions (for example, alert() ) will happily accept variables of different types and if needed convert th
An interpreted language. This means that the code is executed straight away by an interpreter, which is built into web browsers, some web servers and Antechinus Javascr ipt Editor. Javascr ipt is sometimes used instead of VBscr ipt for customizing applications.
An object-based language. You can create new objects in Javascr ipt (or use the predefined ones), but not by inheriting from existing objects like fully-fledged object-oriented languages (C#, C++ or Java).
Not Java. Although Javascr ipt resembles languages like Java, C and C++, it is a language of its own.
Loosely typed. Languages like C# or C++ require that you declare the data type of the variables you are using. Javascr ipt does not. Most functions (for example, alert() ) will happily accept variables of different types and if needed convert th
(系统自动生成,下载前可以参看下载内容)
下载文件列表
learning_JavaScript.CHM