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
中科院分区:
文献类型:
--
作者:
Dave Wolf;A. Henley
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.