Page rendering method and device based on template engine
Patent Information
- Authority / Receiving Office
- CN ยท China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- PING AN TECH (SHENZHEN) CO LTD
- Publication Date
- 2020-03-24
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 page rendering method and device based on a template engine. Background technique
[0002] With the development of Internet technology, front-end applications have become more and more complex. Template engines, as the most important part of the separation of data and interfaces, are favored by more and more front-end developers. Rendering refers to the process of generating an image from a model. The template engine can generate an HTML (HyperText Markup Language, HyperText Markup Language) document from a template file and data, so as to realize the rendering of a web page. In the traditional way, the template engine compiles the template file through the template syntax, and uses the data to generate the final HTML document. This process is executed serially. When it is necessary to generate an HTML document with a complex structure, it takes a long time to compile In ...