⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 js 全的样例代码,比较适合大家学习和交流
💻
字号:
			     Examples From	    JavaScript: The Definitive Guide, Fourth EditionThis directory contains the source code for all the numbered examples inthe 4th edition of JavaScript: The Definitive Guide.  The file nameindicates the chapter and example number, and the extension indicatesthe example type.  An example with a .html extension contains HTML tagsand can be run and displayed in a web browser.  An example with a .jsextension is a file that contains JavaScript code only, without HTML<script> tags, and cannot be usefully loaded into a browser.  There isalso one example (22-1) that has a ".java" extension because it containsJava code instead of JavaScript code.A few of the .js examples are substantial enough that you may find themuseful in your own HTML pages.  In these cases, there is a copy of thenumbered example file that is given a more descriptive name.  Forexample, Drag.js is a copy of 19-2.js.  When an example is given a namelike this, it has typically been referred to with that name in the book.These files were all created using a text editor on a Linux system, sothey use the Unix line terminator \n.  If you find that the lines allrun together when you view them on another operating system (such asWindows), you should use a text editor or file viewer that recognizesthe Unix line termination convention.  (The Windows "Notepad"application typically cannot display the file correctly, for example.)Legal matters: these files were created by David Flanagan, and areCopyright (c) 2001 by David Flanagan.  You may use, study, modify, anddistribute them for any purpose.  Please note that these examples areprovided "as-is" and come with no warranty of any kind.      David Flanagan

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -