{$cfg_webname}
主页 > 外文翻译 > 计算机翻译 >

Web浏览器环境外文翻译资料

来源:wenku168.com  资料编号:WK1685660 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1685660
资料介绍

Web浏览器环境外文翻译资料(中文3600字+英文2000字)
要理解客户端JavaScript,必须理解Web浏览器所提供的编程环境。接下来的章节介绍的是在Web浏览器提供的编程环境下的三个重要特性:
•    作为全局对象的Window对象和客户端JavaScript代码的全局执行环境。
•    客户端对象的层次和构成它的一部分的文档对象模型(DOM)。
•    事件驱动的编程模型。
这些小节之后将讨论JavaScript在Web应用程序开发中的扮演的适当角色。


The Web Browser Environment
To understand client-side JavaScript, you must understand the programming environment provided by a web browser. The following sections introduce three important features of that programming environment:
•    The Window object that serves as the global object and global execution context for client-side JavaScript code
•    The client-side object hierarchy and the Document Object Model that forms a part of it
•    The event-driven programming model
These sections are followed by a discussion of the proper role of JavaScript in web application development.

 

Web浏览器环境外文翻译资料

 

推荐资料