CN104461484B - The implementation method and device of front-end template - Google Patents

The implementation method and device of front-end template Download PDF

Info

Publication number
CN104461484B
CN104461484B CN201310423224.9A CN201310423224A CN104461484B CN 104461484 B CN104461484 B CN 104461484B CN 201310423224 A CN201310423224 A CN 201310423224A CN 104461484 B CN104461484 B CN 104461484B
Authority
CN
China
Prior art keywords
template
node
variable
content
markup language
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201310423224.9A
Other languages
Chinese (zh)
Other versions
CN104461484A (en
Inventor
陈映平
龙丁奋
郭学亨
李晶
郑旭泽
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201310423224.9A priority Critical patent/CN104461484B/en
Publication of CN104461484A publication Critical patent/CN104461484A/en
Application granted granted Critical
Publication of CN104461484B publication Critical patent/CN104461484B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The present invention relates to a kind of implementation method of front-end template and devices.This method comprises: obtaining the variable of required replacement in front-end template predetermined, the variable includes the variable between origin identification and end of identification predetermined;By the variable replacement at the content specified in data source, and all replaced contents are merged;Front-end template after content is merged carries out rendering and generates hypertext markup language text;DOM node is converted by the hypertext markup language text, the DOM node is inserted into webpage.The implementation method and device of above-mentioned front-end template, by being the specified content of data source by the variable replacement in front-end template, then rendering generates hypertext markup language text, it is then converted to DOM node, can be inserted directly into webpage, not depend on third party library, reduce development cost, transportable property is preferable, and supports the DOM operation of the html text generated based on rendering, improves development efficiency.

Description

The implementation method and device of front-end template
Technical field
The present invention relates to net application technologies, more particularly to the implementation method and device of a kind of front-end template.
Background technique
In the Web exploitation of early stage, using the browse request page, backstage directly returns to HTML(Hyper Text Markup Language, Hypertext Markup Language) page mode.The page that user is seen is the page that backstage returns, It is exactly while carry business logic processing from the background, the specific presentation for being responsible for front page layout also to be needed to generate html page.
With using gmail as the rise of the OPA(One Page Application of representative) concept, web front end exploitation Complexity further increases, and Web page only needed simple vision to present originally, it is now desired to undertake at more such as user interactions Work and the frequent view updates such as reason.Original backstage directly returns to the mode of the final page for presenting and needing, without Method meets existing exploitation demand.Business logic processing is responsible for by backstage, front end page is responsible for presentation and user interaction process, A kind of trend as development.
Foreground view update, what is generallyd use is the mode of string-concatenation, simple and flexible, but easy error, subsequent dimension That protects is at high cost.Solve the problems, such as that the follow-up maintenance is at high cost using front-end template thus.Traditional front-end template mainly has two Kind: embedded and logic less.However inventor has found that: it is embedded, it can be only generated template character string, do not support Template is nested, cumbersome, is easy error;Logic less needs customized grammer, grammer using jQuery Tmpl as representative Learning cost is high, and relies on third party library, the additional cost for increasing script bank.
Summary of the invention
Based on this, it is necessary to for existing front-end template maintenance cost height, need to rely on third party library and need to additionally increase This problem of of addition, provides a kind of implementation method of front-end template at low cost.
In addition, there is a need to provide a kind of realization device of front-end template at low cost.
A kind of implementation method of front-end template, comprising:
The variable of required replacement in front-end template predetermined is obtained, the variable includes origin identification predetermined Variable between end of identification;
By the variable replacement at the content specified in data source, and replaced content is merged;
Front-end template after content is merged carries out rendering and generates hypertext markup language text;
DOM node is converted by the hypertext markup language text, the DOM node is inserted into webpage.
It is described in one of the embodiments, to convert DOM node for the hypertext markup language text, it will be described DOM node is inserted into the step in webpage
Create transient node;
The hypertext markup language text that rendering generates is set by the innerHTML attribute of the transient node;
Convert the hypertext markup language text to the DOM node for belonging to the child node of the transient node;
The DOM node is inserted into webpage.
In one of the embodiments, described the step of obtaining the variable of required replacement in front-end template predetermined it Before, further includes:
It searches in the front-end template with the presence or absence of presence in template nesting predetermined mark and template nesting mark Template identification, if so, the template identification is substituted for corresponding template content;
The variable includes the variable in corresponding template content.
In one of the embodiments, the method also includes:
It is index with template identification, caches the intermediate code generated in render process.
The front-end module is described using primary sentence in one of the embodiments, and the primary sentence includes logic Judgement and circular treatment.
A kind of realization device of front-end template, comprising:
Module is obtained, for obtaining the variable of required replacement in front-end template predetermined, the variable includes preparatory Variable in the primary sentence of definition between origin identification and end of identification;
Replace merging module, for by the variable replacement at the content specified in data source, and by replaced content Merge;
Generation module carries out rendering for the front-end template after merging content and generates hypertext markup language text;
It is inserted into module, for converting DOM node for the hypertext markup language text, the DOM node is inserted into Into webpage.
The insertion module includes: in one of the embodiments,
Creating unit, for creating transient node;
Setting unit, for setting the hypertext markup that rendering generates for the innerHTML attribute of the transient node Language text;
Conversion unit, for converting the hypertext markup language text to the child node for belonging to the transient node DOM node;
It is inserted into unit, for the DOM node to be inserted into webpage.
Described device in one of the embodiments, further include:
Search module, for search in the front-end template with the presence or absence of template nesting predetermined mark and module it is embedding There are template identifications in set mark;
Replace merging module, be also used in front-end template there are template nesting predetermined identify and template nesting mark There are when template identification in knowledge, the template identification is substituted for corresponding template content;
The variable includes the variable in corresponding template content.
Described device in one of the embodiments, further include:
Cache module caches the intermediate code generated in render process for being index with template identification.
The front-end module is described using primary sentence in one of the embodiments, and the primary sentence includes logic Judgement and circular treatment.
The implementation method and device of above-mentioned front-end template, by being what data source was specified by the variable replacement in front-end template Content, then rendering generates hypertext markup language text, is then converted to DOM node, can be inserted directly into webpage, not depend on Third party library reduces development cost, and transportable property is preferable, and supports the DOM operation of the html text generated based on rendering, mentions High development efficiency.In addition, because supporting primary grammer, execution efficiency is high, and flexibly.
Detailed description of the invention
Fig. 1 is the flow chart of the implementation method of front-end template in one embodiment;
Fig. 2 is to convert DOM node for the hypertext markup language text in one embodiment, which is inserted into The flow chart of step into webpage;
Fig. 3 is first web page contents for needing to generate;
Fig. 4 is second web page contents for needing to generate;
Fig. 5 is the structural block diagram of the realization device of front-end template in one embodiment;
Fig. 6 is the internal structure block diagram that module is inserted into Fig. 5;
Fig. 7 is the structural block diagram of the realization device of front-end template in one embodiment.
Specific embodiment
In order to make the objectives, technical solutions, and advantages of the present invention clearer, with reference to the accompanying drawings and embodiments, right The present invention is further elaborated.It should be appreciated that the specific embodiments described herein are merely illustrative of the present invention, and It is not used in the restriction present invention.
As shown in Figure 1, for the flow chart of the implementation method of front-end template in one embodiment.The realization side of the front-end template Method can be applied to the renewal of the page of the browser in terminal.The terminal can help for smart phone, personal computer, individual digital Reason, tablet computer etc..The implementation method of the front-end template, comprising:
Step 102, the variable of required replacement in front-end template predetermined is obtained, which includes predetermined The variable to begin between mark and end of identification.
Firstly, the starting mark of data source types, primary statement type, template that front-end template can be applicable in need to be pre-defined Know, count mark, nested mark etc..The data source types are Primitive Object(primary object) type, such as " nick ": " strange online friend " }.The origin identification and end of identification of template can be set as needed, such as<%, %>.Nesting mark It can be set as needed, such as<%tmpl%>.The front-end module using primary sentence describe, the primary sentence include logic judgment and Circular treatment etc.." nick " in variable such as<%=nick%>.
Step 104, by the variable replacement at the content specified in data source, and all replaced contents are merged.
Specifically, the source for the content that data source updates needed for referring to.If the content specified in data source is " casper ", By " nick " replacement " casper ".
Step 106, the front-end template after content being merged carries out rendering and generates hypertext markup language text.
Step 108, DOM node is converted by the hypertext markup language text, which is inserted into webpage.
Specifically, the HTML(hypertext markup language that rendering is generated) text, it is converted to DOM (Document Object Model, document dbject model) node, then it is inserted into webpage by appendTo function.DOM is towards right Document model as described in mode, define expression and modification document needed for object, the behavior of these objects and attribute and Relationship between object.
The implementation method of above-mentioned front-end template, by being the specified content of data source by the variable replacement in front-end template, Then rendering generates hypertext markup language text, is then converted to DOM node, can be inserted directly into webpage, not depend on third Fang Ku reduces development cost, and transportable property is preferable, and supports the DOM operation of the html text generated based on rendering, improves Development efficiency.In addition, because supporting primary grammer, execution efficiency is high, and flexibly.
As shown in Fig. 2, the DOM is saved to convert DOM node for the hypertext markup language text in one embodiment Putting the step being inserted into webpage includes:
Step 202, transient node is created.
Specifically, such as creation transient node node.
Step 204, the hypertext markup language text that rendering generates is set by the innerHTML attribute of the transient node This.
Such as renderedHTML is the html text that front-end template carries out rendering generation.The innerHTML of node is belonged to Property be set as rendering generate renderedHTML.
Step 206, the hypertext markup language text is converted to the DOM node for belonging to the child node of the transient node.
RenderedHTML is converted to practical operable DOM node, which is the child node of node.
Step 208, which is inserted into webpage.
By creating transient node, and the attribute that transient node is arranged is the hypertext markup language text that rendering generates, DOM node is regenerated, it is easy to operate, improve development efficiency.
In one embodiment, before in acquisition front-end template predetermined the step of the variable of required replacement, also Include:
It searches for the presence or absence of there are template identifications in nested mark predetermined and nested mark in the front-end template, if It is that the template identification is then substituted for specified template content;The variable includes the variable in the specified template content.
Specifically, there is nested mark indicates to use template nesting, the template identification in nested mark is being obtained, it should Template identification is the unique identities label that developer is each template distribution in advance.Template identification in nesting mark indicates to call The corresponding template content of the template identification, therefore after searching template identification, it is substituted for corresponding template content.It can be preparatory It establishes between template content and template identification that there are mapping relations, is found from mapping relations according to template identification corresponding Template content is replaced.
Above-mentioned template nesting, uses a common template for common part, uses respective mould for different parts Each self-template is embedded in common template, will be not required to repeat production common template by plate, it is only necessary to different content productions, section Cost of manufacture has been saved, development efficiency is improved.
In one embodiment, the implementation method of the front-end template is further comprised the steps of: with template identification as index, caching The intermediate code generated in render process.
Specifically, after the corresponding template content of template identification is carried out rendering generation intermediate code, and cache, next time makes again When template content corresponding with the template identification, it is not required to be rendered again, improves rendering efficiency, save the time.
The example that the implementation method concrete application of above-mentioned front-end template generates webpage is as follows, the origin identification and end of template Mark is respectively<% and %>:
Above-mentioned quilt<%, %>content surrounded is handled.Identified by template id() " my_tmpl " get above-mentioned mould Then plate content obtains data source (data) and is rendered to obtain HTML text to the template, the HTML text which is obtained This, is converted to DOM node, then DOM node is inserted into webpage by " appendTo " function.Specific code are as follows:
It is as follows by the final result of above-mentioned code building:
Fig. 3 is first web page contents for needing to generate, and Fig. 4 is second web page contents for needing to generate.Fig. 3 and Fig. 4 It include head portrait and the pet name, different is operation button.Operation button in Fig. 3 is " plusing good friend ", and the operation button of Fig. 4 is " seeing dynamic ", " session ".Fig. 3 is individually created front-end template are as follows:
Fig. 4 is individually created front-end template are as follows:
Template nesting is supported using above-mentioned front-end template, common part, that is, head portrait and pet name part can be fabricated to one Operation button " plusing good friend " is made as subtemplate one by common template, and operation button " seeing dynamic ", " session " are made as subtemplate Two, template nesting mark<%tmpl%>is added in common template, and template identification is set in template nesting mark, such as needs to give birth to At the web page contents of Fig. 3, then it is subtemplate one that template identification, which is arranged, which is substituted for corresponding template content i.e. Can, then again it is the content of data source by the variable replacement in common template and subtemplate one, carries out rendering and generate html text, DOM node is converted by html text again, is inserted into webpage.
As shown in figure 5, for the structural block diagram of the realization device of front-end template in one embodiment.The realization of the front-end template Device, including obtain module 520, replacement merging module 540, generation module 560 and insertion module 580.
Wherein, the variable that module 520 is used to obtain required replacement in front-end template predetermined is obtained, which includes Variable in primary sentence predetermined between origin identification and end of identification.
Firstly, the starting mark of data source types, primary statement type, template that front-end template can be applicable in need to be pre-defined Know, count mark, nested mark etc..The data source types are Primitive Object type, such as { " nick ": " strange net Friend " }.The origin identification and end of identification of template can be set as needed, such as<%, %>.Nesting mark can also be set as needed It is fixed, such as<%tmpl%>.The primary sentence may include logic judgment and circular treatment.Nick in variable such as<%=nick%>.
It replaces merging module 540 to be used for the variable replacement into the content specified in data source, and will be all replaced Content merges.
Specifically, the source for the content that data source updates needed for referring to.If the content specified in data source is " casper ", By " nick " replacement " casper ".
Front-end template after generation module 560 is used to merge content carries out rendering generation hypertext markup language text.
Insertion module 580 is used to convert DOM node for the hypertext markup language text, which is inserted into In webpage.
Specifically, the html text that rendering is generated, is converted to DOM node, is then inserted by appendTo function In webpage.
The realization device of above-mentioned front-end template, by being the specified content of data source by the variable replacement in front-end template, Then rendering generates hypertext markup language text, is then converted to DOM node, can be inserted directly into webpage, not depend on third Fang Ku reduces development cost, and transportable property is preferable, and supports the DOM operation of the html text generated based on rendering, improves Development efficiency.In addition, because supporting primary grammer, execution efficiency is high, and flexibly.
As shown in fig. 6, the insertion module 580 includes creating unit 582, setting unit 584, conversion unit 586 and insertion Unit 588.Wherein:
Creating unit 582 is for creating transient node.Specifically, such as creation transient node node.
Setting unit 584 is used to set the innerHTML attribute of the transient node to the hypertext markup that rendering generates Language text.Such as renderedHTML is the html text that front-end template carries out rendering generation.The innerHTML of node is belonged to Property be set as rendering generate renderedHTML.
Conversion unit 586 is for converting the hypertext markup language text to the child node for belonging to the transient node DOM node.RenderedHTML is converted to practical operable DOM node, which is the child node of node.
Insertion unit 588 is for the DOM node to be inserted into webpage.
By creating transient node, and the attribute that transient node is arranged is the hypertext markup language text that rendering generates, DOM node is regenerated, it is easy to operate, improve development efficiency.
As shown in fig. 7, for the structural block diagram of the realization device of front-end template in one embodiment.The realization of the front-end template Device, including module 520, replacement merging module 540, generation module 560 and insertion module 580 are obtained, it further include search module 590 and cache module 592.
Search module 590 is for searching in the front-end template with the presence or absence of nested mark label predetermined.
It is when replacement merging module 540 is also used in front-end template mark there are nested mark predetermined, this is embedding Set mark label is substituted for specified template content.The variable includes the variable in the specified template content.
Cache module 592 is used to cache the intermediate code generated in render process labeled as index with nesting mark.
Those of ordinary skill in the art will appreciate that realizing all or part of the process in above-described embodiment method, being can be with Relevant hardware is instructed to complete by computer program, the program can be stored in a computer-readable storage medium In, the program is when being executed, it may include such as the process of the embodiment of above-mentioned each method.Wherein, the storage medium can be magnetic Dish, CD, read-only memory (Read-Only Memory, ROM) or random access memory (Random Access Memory, RAM) etc..
The embodiments described above only express several embodiments of the present invention, and the description thereof is more specific and detailed, but simultaneously Limitations on the scope of the patent of the present invention therefore cannot be interpreted as.It should be pointed out that for those of ordinary skill in the art For, without departing from the inventive concept of the premise, various modifications and improvements can be made, these belong to guarantor of the invention Protect range.Therefore, the scope of protection of the patent of the invention shall be subject to the appended claims.

Claims (8)

1. a kind of implementation method of front-end template, comprising:
Search in front-end template with the presence or absence of in template nesting predetermined mark and template nesting mark there are template identification, If so, the template identification to be substituted for specified template content;The template nesting uses one for common part Common template uses each self-template for different parts, each self-template is embedded in common template;
The variable of required replacement in front-end template predetermined is obtained, the variable includes origin identification predetermined and knot Variable between beam identification and including the variable in corresponding template content;
By the variable replacement at the content specified in data source, and replaced content is merged;
Front-end template after content is merged carries out rendering and generates hypertext markup language text;
DOM node is converted by the hypertext markup language text, the DOM node is inserted into webpage.
2. the method according to claim 1, wherein described convert the hypertext markup language text to DOM node, the DOM node, which is inserted into the step in webpage, includes:
Create transient node;
The hypertext markup language text that rendering generates is set by the innerHTML attribute of the transient node;
Convert the hypertext markup language text to the DOM node for belonging to the child node of the transient node;
The DOM node is inserted into webpage.
3. the method according to claim 1, wherein the method also includes:
It is index with template identification, caches the intermediate code generated in render process.
4. the method according to claim 1, wherein the front-end module is using the description of primary sentence, the original Raw sentence includes logic judgment and circular treatment.
5. a kind of realization device of front-end template characterized by comprising
Search module, for searching in front-end template with the presence or absence of in template nesting predetermined mark and template nesting mark There are template identifications, if so, the template identification to be substituted for specified template content;The template nesting, for public Part use a common template, for different parts use each self-template, will each self-template be embedded in common template in;
Module is obtained, for obtaining the variable of required replacement in front-end template predetermined, the variable includes pre-defined Origin identification and end of identification between variable and including the variable in corresponding template content;
Merging module is replaced, for replaced content at the content specified in data source, and to be merged to the variable replacement;
Generation module carries out rendering for the front-end template after merging content and generates hypertext markup language text;
It is inserted into module and the DOM node is inserted into net for converting DOM node for the hypertext markup language text In page.
6. device according to claim 5, which is characterized in that the insertion module includes:
Creating unit, for creating transient node;
Setting unit, for setting the hypertext markup language that rendering generates for the innerHTML attribute of the transient node Text;
Conversion unit, for converting the hypertext markup language text to the DOM for belonging to the child node of the transient node Node;
It is inserted into unit, for the DOM node to be inserted into webpage.
7. device according to claim 5, which is characterized in that described device further include:
Cache module caches the intermediate code generated in render process for being index with template identification.
8. device according to claim 5, which is characterized in that the front-end module is used to be described using primary sentence, institute Stating primary sentence includes logic judgment and circular treatment.
CN201310423224.9A 2013-09-16 2013-09-16 The implementation method and device of front-end template Active CN104461484B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310423224.9A CN104461484B (en) 2013-09-16 2013-09-16 The implementation method and device of front-end template

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310423224.9A CN104461484B (en) 2013-09-16 2013-09-16 The implementation method and device of front-end template

Publications (2)

Publication Number Publication Date
CN104461484A CN104461484A (en) 2015-03-25
CN104461484B true CN104461484B (en) 2019-03-01

Family

ID=52907597

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310423224.9A Active CN104461484B (en) 2013-09-16 2013-09-16 The implementation method and device of front-end template

Country Status (1)

Country Link
CN (1) CN104461484B (en)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105022654A (en) * 2015-06-30 2015-11-04 广州西维尔计算机系统有限公司 Production method and device of visual page
CN106708852A (en) * 2015-11-13 2017-05-24 阿里巴巴集团控股有限公司 Client long text display method and apparatus
CN105574156B (en) * 2015-12-16 2019-03-26 华为技术有限公司 Text Clustering Method, device and calculating equipment
CN107025247A (en) * 2016-02-02 2017-08-08 广州市动景计算机科技有限公司 Method, equipment, browser and the electronic equipment handled web data
CN105808237A (en) * 2016-02-25 2016-07-27 北京京东尚科信息技术有限公司 Page rendering method and page rendering system
CN107146095B (en) * 2016-03-01 2021-03-23 创新先进技术有限公司 Method and device for processing display information of mail and mail system
CN108614692A (en) * 2017-07-24 2018-10-02 深圳壹账通智能科技有限公司 Edit model method, apparatus, server and medium
CN107562467B (en) * 2017-07-26 2020-08-25 阿里巴巴集团控股有限公司 Page rendering method, device and equipment
CN109388443A (en) * 2017-08-09 2019-02-26 中兴通讯股份有限公司 A kind of template independent solution, device and the storage medium of more framework templates
CN108572819A (en) * 2017-12-21 2018-09-25 北京金山云网络技术有限公司 Method for updating pages, device, terminal and computer readable storage medium
CN108647029B (en) * 2018-05-10 2019-05-14 重庆迅燕科技有限公司 A kind of front and back end Web code merges method
CN110096432A (en) * 2019-03-21 2019-08-06 平安普惠企业管理有限公司 Test text replacement method, device, computer equipment and storage medium
CN110263287A (en) * 2019-06-24 2019-09-20 北京字节跳动网络技术有限公司 Page rendering method and apparatus
CN111460779B (en) * 2020-03-31 2024-03-15 杭州趣链科技有限公司 Method for rendering and accessing flow form data based on Activiti
CN111563363B (en) * 2020-05-12 2023-08-15 北京飞漫软件技术有限公司 Method for generating and analyzing document content of hypertext markup language
CN111625219A (en) * 2020-05-22 2020-09-04 杭州指令集智能科技有限公司 BO component processing method, device and equipment
CN111857810A (en) * 2020-07-30 2020-10-30 上海妙一生物科技有限公司 Front-end development file creating method and device and electronic equipment
CN112256994A (en) * 2020-10-20 2021-01-22 中企动力科技股份有限公司 Template rendering method and device, electronic equipment and storage medium
CN112800724A (en) * 2020-12-29 2021-05-14 杭州涂鸦信息技术有限公司 Readable file export method of visual configuration template and related device
CN114840203B (en) * 2022-07-04 2022-09-16 金现代信息产业股份有限公司 Dynamic creation method and system of page elements

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103051684A (en) * 2012-12-07 2013-04-17 百度在线网络技术(北京)有限公司 Method, system and device for converting website into Web App for displaying

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103051684A (en) * 2012-12-07 2013-04-17 百度在线网络技术(北京)有限公司 Method, system and device for converting website into Web App for displaying

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
【前端模板之路】一、重构的兄弟说:我才不想看你的代码!把HTML给我交出来!;前腾讯IMWEB团队成员chyingp;《http://www.cnblogs.com/chyingp/p/frontendtmplatestart.html》;20130630;第1-8页
HTML字符串转换成DOM对象;杨志;《https://www. zhihu.com/question /20785073》;20130219;第1页

Also Published As

Publication number Publication date
CN104461484A (en) 2015-03-25

Similar Documents

Publication Publication Date Title
CN104461484B (en) The implementation method and device of front-end template
WO2018133452A1 (en) Webpage rendering method and related device
CN101122921B (en) Method forming tree-shaped display structure based on ajax and html
US9015657B2 (en) Systems and methods for developing and delivering platform adaptive web and native application content
CN103365847B (en) A kind of generation method and apparatus of self-defined web page files
CN102741811A (en) Improving performance of template based JavaScript widgets
CN103605502B (en) Form page display method and server
US9152619B2 (en) System and method for constructing markup language templates and input data structure specifications
CN103383645A (en) Code generation method and system
CN103853543A (en) Method used for quickly constructing forms in enterprise information system development process
CN109145235B (en) Method and device for analyzing webpage and electronic equipment
CN103389895A (en) Method and system for generating front end page
CN102779114A (en) Unstructured data support generated by utilizing automatic rules
CN101609399A (en) Intelligent website development system and method based on modeling
CN102880708A (en) Visual design system and method for implementing hypertext markup language (HTML) page
CN102510377A (en) Webpage interaction accelerating asynchronous data processing method and system
CN103309806A (en) Device and method for fast developing and testing
CN105589959A (en) Form processing method and form processing system
CN103970839A (en) Method for controlling webpage browsing through voice
CN105447198A (en) Convenient page script importing method and device
CN105069116A (en) Method and system for converting json string into array
CN102253986A (en) Method and device for improving webpage displaying effect in multiple terminals
CN108021423B (en) Multilingual website generation method and system and computer readable storage medium
CN107070679A (en) A kind of method uniformly released news in different platform
CN102193789B (en) Method and equipment for realizing configurable skip link

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant