Make Web Pages Do Something Using JavaScript

Make Web Pages Do Something Using JavaScript
复制标题

使用 JavaScript 让网页执行某些操作

DOI:
10.1007/978-1-4842-3195-1_16
复制
发表时间:
2017
期刊:
影响因子:
--
通讯作者:
A. Henley
A. Henley
中科院分区:
--
文献类型:
--
作者:
Dave Wolf;A. Henley

文献摘要

被引文献

相似文献

JavaScript是浏览器的语言。它是一种面向对象的编程语言。虽然JavaScript看起来很像Java(因为两者都是基于C和C++),但它根本不相关。JavaScript通常用于以编程方式与HTML页面交互。它通过与DOM(文档对象模型)交互来实现这一点。所有主流浏览器都支持JavaScript。
JavaScript is the language of the browser. It is an object-oriented programming language. Although JavaScript looks much like Java (because both were based on C and C++), it is not at all related. JavaScript is often used to programmatically interact with an HTML page. It does this by interacting with the DOM (document object model. JavaScript is supported by all major browsers.