本文介绍了用于离线浏览的Javascript参考的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在离线几天,并希望将JavaScript文档带到我的笔记本电脑上:)



有没有人知道我在哪里可以获得JavaScript的可下载参考文档,最适合Firefox?



我已经检查过,但只能找到一个在线版本。

解决方案

2013年3月更新



您可以在(下面的各个链接)。不幸的是,我不能再从Mozilla的找到官方的pdf



这将让你开始,我想:


  1. (ECMA)又名Javascript

  2. 或(W3C)

  3. (W3C)

  4. (W3C)

  5. (W3C)

  6. (W3C)

  7. (W3C )

  8. (W3C)

  9. (Mozilla信息的非官方pdf,未更新)


I am going offline for a few days, and would like to bring the JavaScript documentation with me on my laptop :)

Does anyone know of a place where I can get downloadable reference documentation for JavaScript, preferably for Firefox?

I have checked the Mozilla site, but have only been able to find an online version.

解决方案

Updated March, 2013

You can find the current DOM documents at W3C Document Object Model (DOM) Technical Reports (individual links below). Unfortunately I can no longer find an official pdf from Mozilla of their Javascript Reference

This will get you started, I think:

  1. ECMA-262 ECMAScript Language Specification (ECMA) aka Javascript
  2. DOM3 CORE or DOM2 CORE (W3C)
  3. DOM2 HTML (W3C)
  4. DOM2 CSS (W3C)
  5. DOM2 Events (W3C)
  6. DOM3 Validation (W3C)
  7. DOM3 Load and Save (W3C)
  8. DOM2 Traversal (W3C)
  9. Javascript 1.5 (unofficial pdf of the Mozilla info, not updated)

这篇关于用于离线浏览的Javascript参考的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-15 21:39