Method and device of loading DOM (Document Object Model) node data, computer equipment and storage medium
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- PING AN TECH (SHENZHEN) CO LTD
- Publication Date
- 2018-09-28
- Estimated Expiration
- Not applicable · inactive patent
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of the Internet, in particular to a method, a device, a computer device and a storage medium for loading DOM node data. Background technique
[0002] For any page, its structure can be drawn as a DOM (Document Object Model, Document Object Model) tree structure. When loading a page, first load its DOM tree structure, and then find the DOM node in the DOM tree structure that needs to load data, and find the DOM After the node, load the data corresponding to the DOM node, and finally add the data corresponding to the DOM node to the page, and then display the data on the page.
[0003] There are generally two existing methods for loading data of DOM nodes. The first method is to search for all DOM nodes that need to add data to the page at one time when starting to load the page, and then obtain the data of the DOM nodes one by one. When the data is added to the DOM After the node is displayed on the page, th...