摘要:
http://bonsaiden.github.com/JavaScript-Garden/zh/简介JavaScript 秘密花园是一个不断更新,主要关心 JavaScript 一些古怪用法的文档。 对于如何避免常见的错误,难以发现的问题,以及性能问题和不好的实践给出建议, 初学者可以籍此深入了解 JavaScript 的语言特性。JavaScript 秘密花园不是用来教你 JavaScript。为了更好的理解这篇文章的内容, 你需要事先学习 JavaScript 的基础知识。在 Mozilla 开发者网络中有一系列非常棒的 JavaScript 学习向导。译者注:文中提到的 ES5 是 E 阅读全文
摘要:
An HTTP request URL contains the following parts:http://[host]:[port][request-path]?[query-string]The request path is further composed of the following elements:Context path: A concatenation of a forward slash (/) with the context root of the servlet’s web application.Servlet path: The path section 阅读全文