JS: DOM & DOM manipulation
摘要MDN對DOM的定義:
The data representation of the objects that comprise the structure and content of a document on the web;
A programming interface for web documents;
The DOM represents the document as nodes and objects; that way, programming language...
urlun0404.hashnode.dev2 min read