CN108664248A - A kind of generation method and device of wechat small routine - Google Patents

A kind of generation method and device of wechat small routine Download PDF

Info

Publication number
CN108664248A
CN108664248A CN201810458326.7A CN201810458326A CN108664248A CN 108664248 A CN108664248 A CN 108664248A CN 201810458326 A CN201810458326 A CN 201810458326A CN 108664248 A CN108664248 A CN 108664248A
Authority
CN
China
Prior art keywords
files
html
html page
wxml
wechat
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.)
Pending
Application number
CN201810458326.7A
Other languages
Chinese (zh)
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.)
Beijing Hanergy Solar Power Investment Co Ltd
Original Assignee
Beijing Hanergy Solar Power Investment 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 Beijing Hanergy Solar Power Investment Co Ltd filed Critical Beijing Hanergy Solar Power Investment Co Ltd
Priority to CN201810458326.7A priority Critical patent/CN108664248A/en
Publication of CN108664248A publication Critical patent/CN108664248A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

An embodiment of the present invention provides a kind of generation method and device of wechat small routine, this method includes:Read hypertext markup language html page;Html tag in html page is converted, to generate wechat markup language WXML files;JavaScript program in html page is handled with reference data, to generate JS files;HTML style definition in html page is converted, to generate wechat cascading style sheets WXSS files;According to WXML files, JS files, WXSS files, wechat small routine is generated.To propose one kind easily and efficiently, the method that can html page be automatically converted to wechat small routine allows user to browse html page by wechat small routine, effectively improves user experience.

Description

A kind of generation method and device of wechat small routine
Technical field
The present embodiments relate to the communications field more particularly to a kind of generation methods and device of wechat small routine.
Background technology
HyperText Markup Language (HyperText Markup Language, HTML) is a kind of for creating webpage Standard markup language.Web browser in mobile terminal can read html file, and be rendered to visualization webpage.
Wechat small routine, abbreviation small routine, which is one kind, need not download the i.e. workable application of installation, and user can pass through It sweeps to sweep or search and can open application.
Currently, wechat small routine can not load html page, can only again be developed pair according to html page by developer The wechat small routine answered.
Invention content
The embodiment of the present invention provides a kind of generation method and device of wechat small routine, can not be added with solving wechat small routine The problem of carrying html page, needing to re-start exploitation according to html page.
To solve the above-mentioned problems, the invention discloses a kind of generation method of wechat small routine, the method includes:
Read hypertext markup language html page;
Html tag in html page is converted, to generate wechat markup language WXML files;
JavaScript program in html page is handled with reference data, to generate JS files;
HTML style definition in html page is converted, to generate wechat cascading style sheets WXSS files;
According to WXML files, JS files, WXSS files, wechat small routine is generated.
According to another aspect of the present invention, a kind of generating means of wechat small routine are provided, including:
Read module, for reading hypertext markup language html page;
First conversion module, for converting the html tag in html page, to generate wechat markup language WXML files;
Processing module, for handling the JavaScript program in html page with reference data, to generate JS File;
Sample is laminated to generate wechat for converting the HTML style definition in html page in second conversion module Formula table WXSS files;
Generation module, for according to WXML files, JS files, WXSS files, generating wechat small routine.
Compared with prior art, by reading hypertext markup language html page in the present invention;It will be in html page Html tag is converted, to generate wechat markup language WXML files;By in html page JavaScript program with draw It is handled with data, to generate JS files;HTML style definition in html page is converted, to generate wechat stacking Style sheet WXSS files;According to WXML files, JS files, WXSS files, wechat small routine is generated.To propose a kind of side Just, efficiently, the method that can html page be automatically converted to wechat small routine keeps user clear by wechat small routine It lookes at html page, effectively improves user experience.
Description of the drawings
In order to illustrate the technical solution of the embodiments of the present invention more clearly, below by institute in the description to the embodiment of the present invention Attached drawing to be used is needed to be briefly described, it should be apparent that, the accompanying drawings in the following description is only some implementations of the present invention Example, for those of ordinary skill in the art, without having to pay creative labor, can also be according to these attached drawings Obtain other attached drawings.
Fig. 1 is a kind of flow chart of the generation method of wechat small routine of the embodiment of the present invention;
Fig. 2 is a kind of flow chart of WXML document generating methods of the embodiment of the present invention;
Fig. 3 is a kind of flow chart of JS document generating methods of the embodiment of the present invention;
Fig. 4 is a kind of flow chart of WXSS document generating methods of the embodiment of the present invention;
Fig. 5 is a kind of one of the structure diagram of generating means of wechat small routine of the embodiment of the present invention;
Fig. 6 is the two of the structure diagram of the generating means of a kind of wechat small routine of the embodiment of the present invention;
Fig. 7 is the three of the structure diagram of the generating means of a kind of wechat small routine of the embodiment of the present invention;
Fig. 8 is the four of the structure diagram of the generating means of a kind of wechat small routine of the embodiment of the present invention;
Fig. 9 is the five of the structure diagram of the generating means of a kind of wechat small routine of the embodiment of the present invention.
Specific implementation mode
In order to make the foregoing objectives, features and advantages of the present invention clearer and more comprehensible, below in conjunction with the accompanying drawings and specific real Applying mode, the present invention is described in further detail.
Referring to Fig.1, a kind of flow chart of the generation method of wechat small routine of the embodiment of the present invention is shown, it specifically can be with Include the following steps:
Step 101, hypertext markup language html page is read.
Specifically, in an embodiment of the present invention, the generating means (hereinafter referred to as device) of wechat small routine get and need After the html page to be converted, reads and load the html page.
Step 102, the html tag in html page is converted, to generate wechat markup language WXML files.
Specifically, in an embodiment of the present invention, it is small that all html tags in html page are converted to wechat by device The identifiable label of program, and WXML (WeiXin Markup Language, wechat label language is written into transformed label Speech) in file, to generate WXML files.
Step 103, the JavaScript program in html page is handled with reference data, to generate JS files.
Specifically, in an embodiment of the present invention, device by the JavaScript program in html page, and, All references data in html page are handled accordingly, and by the JavaScript program and reference data that treated JS files are written, to generate the JS files.
Step 104, the style definitions in html page are converted, to generate wechat cascading style sheets WXSS files.
Specifically, in an embodiment of the present invention, the style definitions in html page are converted to wechat small routine by device Identifiable style definitions, and transformed HTML style is defined into write-in WXSS (WeiXin Style Sheets, wechat layer Stacking style table) file, to generate the WXSS files.
Step 105, according to WXML files, JS files, WXSS files, wechat small routine is generated.
Specifically, in an embodiment of the present invention, device can be by reading and loading generated WXML files, JS files And WXSS files, to generate wechat small routine.
To sum up, the technical solution in the embodiment of the present invention, by reading hypertext markup language html page;By HTML page Html tag in face is converted, to generate wechat markup language WXML files;By the JavaScript journeys in html page Sequence is handled with reference data, to generate JS files;HTML style definition in html page is converted, it is micro- to generate Believe cascading style sheets WXSS files;According to WXML files, JS files, WXSS files, wechat small routine is generated.To propose one Easily and efficiently, the method that can html page be automatically converted to wechat small routine allows user to pass through wechat little Cheng to kind Sequence browses html page, effectively improves user experience.
In order to make those skilled in the art be better understood from the generation method of wechat small routine of the invention, below with specific Embodiment is described in detail.
First, in an embodiment of the present invention, hypertext markup language html page is read.Specifically, the present invention's In embodiment, after the generating means (hereinafter referred to as device) of wechat small routine get the html page for needing to convert, read simultaneously Load the html page.
Then, the html tag in html page is converted, to generate wechat markup language WXML files.
With reference to Fig. 2, shows a kind of flow chart of WXML document generating methods of the embodiment of the present invention, can specifically include Following steps:
Step 201, all html tags in html page are retrieved.
Specifically, in an embodiment of the present invention, device retrieves all html tags in html page, to obtain HTML Label.
Step 202, all html tags in html page are converted, obtains WXML labels.
Specifically, in an embodiment of the present invention, device is converted to all html tags in html page pair one by one The identifiable label of wechat small routine answered, i.e. WXML labels.In an embodiment of the present invention, it after device converts label, goes Except in html page JavaScript program and related reference and HTML style definition.
Step 203, WXML files are written into WXML labels.
Specifically, in an embodiment of the present invention, device is by transformed WXML labels, and removes JavaScript program And the other parts that related reference and HTML style define, WXML files are written, and it (includes but not limited to null to be arranged And the form collators such as retraction).WXML files are stored in local.
Then, the JavaScript program in html page is handled with reference data, to generate JS files.
With reference to Fig. 3, show a kind of flow chart of JS document generating methods of the embodiment of the present invention, can specifically include with Lower step:
Step 301, the JavaScript program in html page is obtained.
Specifically, in an embodiment of the present invention, device obtains the JavaScript program in html page.Wherein, JavaScript program includes external reference JavaScript program and/or directly defines JavaScript program.
Step 302, it is based on JavaScript program, generates JavaScript function.
Specifically, in an embodiment of the present invention, device parses JavaScript program, and will be after parsing JavaScript program is packaged into JavaScript call functions.JavaScript call functions, which are wechat small routine, to be called Function.
Step 303, according to JavaScript function, response events are generated.
Step 304, JS files are written into response events.
Specifically, in an embodiment of the present invention, corresponding call statement can be written in device in JS files, to call JavaScript function, to generate response events.Wherein, response events include but not limited to page load events, sliding thing Part etc..
Step 305, the reference data in html page is obtained.
Specifically, in an embodiment of the present invention, device obtains the reference data in html page.Drawing in html page It can be write direct in correlative with data, device includes the correlative of reference data by retrieval, and obtains in sentence and draw Data.
Step 306, according to reference data, data binding relationship is generated.
Step 307, JS files are written into data binding relationship.
Specifically, in an embodiment of the present invention, the reference data got is defined by device, and establishes data and tie up Determine relationship.Then, data binding relationship is written in WXML files and JS files device, and is carried out to the format of JS files whole Reason (including but not limited to the form collators such as null and retraction).
Then, the HTML style definition in html page is converted, to generate wechat cascading style sheets WXSS files.
With reference to Fig. 4, shows a kind of flow chart of WXSS document generating methods of the embodiment of the present invention, can specifically include Following steps:
Step 401, the HTML style definition in html page is obtained.
Specifically, in an embodiment of the present invention, device reads html page, and obtain HTML style definition therein.
Step 402, HTML style definition is converted, obtains WXML style definitions.
Step 403, WXSS files are written into WXML style definitions.
Specifically, in an embodiment of the present invention, it is identifiable that HTML style definition is converted to wechat small routine by device Style definitions, as WXML style definitions, and transformed WXML style definitions are written in WXSS files.
Then, according to WXML files, JS files, WXSS files, wechat small routine is generated.Specifically, in the reality of the present invention It applies in example, device can be small to generate wechat by reading and loading generated WXML files, JS files and WXSS files Program.
In conclusion the technical solution in the embodiment of the present invention, by reading hypertext markup language html page;It will Html tag in html page is converted, to generate wechat markup language WXML files;It will be in html page JavaScript program is handled with reference data, to generate JS files;HTML style in html page is defined and is carried out Conversion, to generate wechat cascading style sheets WXSS files;According to WXML files, JS files, WXSS files, wechat little Cheng is generated Sequence.To propose one kind easily and efficiently, the method that can html page be automatically converted to wechat small routine makes user Html page can be browsed by wechat small routine, effectively improve user experience.
With reference to Fig. 5, a kind of structure diagram of the generating means of wechat small routine of the embodiment of the present invention, the device are shown It can specifically include with lower module:
Read module 501, for reading hypertext markup language html page;
First conversion module 502, for converting the html tag in html page, to generate wechat markup language WXML files;
Processing module 503, for handling the JavaScript program in html page with reference data, to generate JS files;
Second conversion module 504, for converting the HTML style definition in html page, to generate wechat stacking Style sheet WXSS files;
Generation module 505, for according to WXML files, JS files, WXSS files, generating wechat small routine.
With reference to Fig. 6, in a preferred embodiment of the invention, on the basis of Fig. 5, the first conversion module 502 packet It includes:
Submodule 5021 is retrieved, for retrieving all html tags in html page;
First transform subblock 5022 obtains WXML marks for converting all html tags in html page Label;
First write-in submodule 5023, for WXML files to be written in WXML labels.
With reference to Fig. 7, in a preferred embodiment of the invention, on the basis of Fig. 5, processing module 503 includes:
First acquisition submodule 5031, for obtaining the JavaScript program in html page, wherein JavaScript Program includes external reference JavaScript program and/or directly defines JavaScript program;
First generates submodule 5032, for being based on JavaScript program, generates JavaScript function;
Second generates submodule 5033, for according to JavaScript function, generating response events.
Second write-in submodule 5034, for JS files to be written in response events.
With reference to Fig. 8, in a preferred embodiment of the invention, on the basis of Fig. 5, processing module 503 includes:
Second acquisition submodule 5035, for obtaining the reference data in html page;
Third generates submodule 5036, for according to reference data, generating data binding relationship;
Submodule 5037 is written in third, for JS files to be written in data binding relationship.
With reference to Fig. 9, in a preferred embodiment of the invention, on the basis of Fig. 5, the second conversion module 504 packet It includes:
Third acquisition submodule 5041, for obtaining the definition of the HTML style in html page;
Second transform subblock 5042 obtains WXML style definitions for converting HTML style definition;
4th write-in submodule 5043, for WXSS files to be written in WXML style definitions.
In conclusion the device in the embodiment of the present invention, by reading hypertext markup language html page;By HTML page Html tag in face is converted, to generate wechat markup language WXML files;By the JavaScript journeys in html page Sequence is handled with reference data, to generate JS files;HTML style definition in html page is converted, it is micro- to generate Believe cascading style sheets WXSS files;According to WXML files, JS files, WXSS files, wechat small routine is generated.To propose one Easily and efficiently, the method that can html page be automatically converted to wechat small routine allows user to pass through wechat little Cheng to kind Sequence browses html page, effectively improves user experience.
For apparatus embodiments, since it is basically similar to the method embodiment, so description is fairly simple, it is related Place illustrates referring to the part of embodiment of the method.
Algorithm and display be not inherently related to any certain computer, virtual system or miscellaneous equipment provided herein. Various general-purpose systems can also be used together with teaching based on this.As described above, it constructs required by this kind of system Structure be obvious.In addition, the present invention is not also directed to any certain programmed language.It should be understood that can utilize various Programming language realizes the content of invention described herein, and the description done above to language-specific is to disclose this hair Bright preferred forms.
In the instructions provided here, numerous specific details are set forth.It is to be appreciated, however, that the implementation of the present invention Example can be put into practice without these specific details.In some instances, well known method, structure is not been shown in detail And technology, so as not to obscure the understanding of this description.
Similarly, it should be understood that in order to simplify the disclosure and help to understand one or more of each inventive aspect, Above in the description of exemplary embodiment of the present invention, each feature of the invention is grouped together into single implementation sometimes In example, figure or descriptions thereof.However, the method for the disclosure should be construed to reflect following intention:It is i.e. required to protect Shield the present invention claims the more features of feature than being expressly recited in each claim.More precisely, as following Claims reflect as, inventive aspect is all features less than single embodiment disclosed above.Therefore, Thus the claims for following specific implementation mode are expressly incorporated in the specific implementation mode, wherein each claim itself All as a separate embodiment of the present invention.
Those skilled in the art, which are appreciated that, to carry out adaptively the module in the equipment in embodiment Change and they are arranged in the one or more equipment different from the embodiment.It can be the module or list in embodiment Member or component be combined into a module or unit or component, and can be divided into addition multiple submodule or subelement or Sub-component.Other than such feature and/or at least some of process or unit exclude each other, it may be used any Combination is disclosed to all features disclosed in this specification (including adjoint claim, abstract and attached drawing) and so to appoint Where all processes or unit of method or equipment are combined.Unless expressly stated otherwise, this specification (including adjoint power Profit requires, abstract and attached drawing) disclosed in each feature can be by providing identical, equivalent or similar purpose alternative features come generation It replaces.
In addition, it will be appreciated by those of skill in the art that although some embodiments described herein include other embodiments In included certain features rather than other feature, but the combination of the feature of different embodiments means in of the invention Within the scope of and form different embodiments.For example, in the following claims, embodiment claimed is appointed One of meaning mode can use in any combination.
The all parts embodiment of the present invention can be with hardware realization, or to run on one or more processors Software module realize, or realized with combination thereof.It will be understood by those of skill in the art that can use in practice Microprocessor or digital signal processor (DSP) realize some or all portions in equipment according to the ... of the embodiment of the present invention The some or all functions of part.The present invention is also implemented as the part or complete for executing method as described herein The equipment or program of device (for example, computer program and computer program product) in portion.Such program for realizing the present invention It can may be stored on the computer-readable medium, or can be with the form of one or more signal.Such signal can be with It downloads and obtains from internet website, either provided on carrier signal or provide in any other forms.
It should be noted that the present invention will be described rather than limits the invention for above-described embodiment, and ability Field technique personnel can design alternative embodiment without departing from the scope of the appended claims.In the claims, Any reference mark between bracket should not be configured to limitations on claims.Word "comprising" does not exclude the presence of not Element or step listed in the claims.Word "a" or "an" before element does not exclude the presence of multiple such Element.The present invention can be by means of including the hardware of several different elements and being come by means of properly programmed computer real It is existing.In the unit claims listing several devices, several in these devices can be by the same hardware branch To embody.The use of word first, second, and third does not indicate that any sequence.These words can be explained and be run after fame Claim.
The generation method and device of a kind of wechat small routine provided by the present invention are described in detail above, herein In apply specific case principle and implementation of the present invention are described, the explanation of above example is only intended to sides Assistant solves the method and its core concept of the present invention;Meanwhile for those of ordinary skill in the art, think of according to the present invention Think, there will be changes in the specific implementation manner and application range, in conclusion the content of the present specification should not be construed as pair The limitation of the present invention.

Claims (10)

1. a kind of generation method of wechat small routine, which is characterized in that including:
Read hypertext markup language html page;
Html tag in the html page is converted, to generate wechat markup language WXML files;
JavaScript program in the html page is handled with reference data, to generate JS files;
HTML style definition in the html page is converted, to generate wechat cascading style sheets WXSS files;
According to the WXML files, the JS files, the WXSS files, wechat small routine is generated.
2. according to the method described in claim 1, it is characterized in that, the page-tag by the html page is turned It changes, the step of to generate wechat markup language WXML files, specifically includes:
Retrieve all html tags in the html page;
All html tags in the html page are converted, WXML labels are obtained;
The WXML files are written into the WXML labels.
3. according to the method described in claim 1, it is characterized in that, the JavaScript program by the html page It is handled with reference data, the step of to generate JS files, is specifically included:
Obtain the JavaScript program in the html page, wherein the JavaScript program includes external reference JavaScript program and/or directly define JavaScript program;
Based on the JavaScript program, JavaScript function is generated;
According to the JavaScript function, response events are generated;
The JS files are written into the response events.
4. according to the method described in claim 1, it is characterized in that, the JavaScript program by the html page It is handled with reference data, the step of to generate JS files, is specifically included:
Obtain the reference data in the html page;
According to the reference data, data binding relationship is generated;
The JS files are written into the data binding relationship.
5. according to the method described in claim 1, it is characterized in that, the HTML style by the html page define into Row conversion, the step of to generate wechat cascading style sheets WXSS files, specifically includes:
Obtain the HTML style definition in the html page;
HTML style definition is converted, WXML style definitions are obtained;
The WXSS files are written into the WXML style definitions.
6. a kind of generating means of wechat small routine, which is characterized in that including:
Read module, for reading hypertext markup language html page;
First conversion module, for converting the html tag in the html page, to generate wechat markup language WXML files;
Processing module, for handling the JavaScript program in the html page with reference data, to generate JS File;
Sample is laminated to generate wechat for converting the HTML style definition in the html page in second conversion module Formula table WXSS files;
Generation module, for according to the WXML files, the JS files, the WXSS files, generating wechat small routine.
7. device according to claim 6, which is characterized in that first conversion module includes:
Submodule is retrieved, for retrieving all html tags in the html page;
First transform subblock obtains WXML labels for converting all html tags in the html page;
First write-in submodule, for the WXML files to be written in the WXML labels.
8. device according to claim 6, which is characterized in that the processing module includes:
First acquisition submodule, for obtaining the JavaScript program in the html page, wherein the JavaScript Program includes external reference JavaScript program and/or directly defines JavaScript program;
First generates submodule, for being based on the JavaScript program, generates JavaScript function;
Second generates submodule, for according to the JavaScript function, generating response events;
Second write-in submodule, for the JS files to be written in the response events.
9. device according to claim 6, which is characterized in that the processing module includes:
Second acquisition submodule, for obtaining the reference data in the html page;
Third generates submodule, for according to the reference data, generating data binding relationship;
Submodule is written in third, for the JS files to be written in the data binding relationship.
10. device according to claim 6, which is characterized in that second conversion module includes:
Third acquisition submodule, for obtaining the definition of the HTML style in the html page;
Second transform subblock obtains WXML style definitions for converting HTML style definition;
4th write-in submodule, for the WXSS files to be written in the WXML style definitions.
CN201810458326.7A 2018-05-14 2018-05-14 A kind of generation method and device of wechat small routine Pending CN108664248A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810458326.7A CN108664248A (en) 2018-05-14 2018-05-14 A kind of generation method and device of wechat small routine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810458326.7A CN108664248A (en) 2018-05-14 2018-05-14 A kind of generation method and device of wechat small routine

Publications (1)

Publication Number Publication Date
CN108664248A true CN108664248A (en) 2018-10-16

Family

ID=63779522

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810458326.7A Pending CN108664248A (en) 2018-05-14 2018-05-14 A kind of generation method and device of wechat small routine

Country Status (1)

Country Link
CN (1) CN108664248A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109710258A (en) * 2018-12-28 2019-05-03 北京金山安全软件有限公司 WeChat applet interface generation method and device
CN109710260A (en) * 2018-11-16 2019-05-03 青岛特锐德电气股份有限公司 It is a kind of based on multi-platform applet code converting system and conversion method
CN109800020A (en) * 2019-02-02 2019-05-24 北京字节跳动网络技术有限公司 A kind of code automatic adjusting method, device, equipment and the medium of program development
CN109947433A (en) * 2019-03-28 2019-06-28 优信拍(北京)信息科技有限公司 A kind of generation method of small routine, update method and device
CN110275706A (en) * 2019-07-01 2019-09-24 拉扎斯网络科技(上海)有限公司 Program issuing and loading method, device, computer system and readable storage medium
CN110888645A (en) * 2019-10-12 2020-03-17 贝壳技术有限公司 Method, device and storage medium for converting into small program
CN111078228A (en) * 2019-12-20 2020-04-28 深圳乐信软件技术有限公司 Method and device for converting webpage into small program, server and storage medium
CN111381825A (en) * 2020-03-06 2020-07-07 北京五八信息技术有限公司 Method and device for generating small program
CN112579048A (en) * 2019-09-30 2021-03-30 腾讯科技(深圳)有限公司 Applet integration method, device, electronic equipment and storage medium
CN114756319A (en) * 2022-04-25 2022-07-15 中国建设银行股份有限公司 Applet page display method, device and equipment and storage medium
WO2023087720A1 (en) * 2021-11-16 2023-05-25 深圳前海微众银行股份有限公司 Applet generation method and apparatus, device and storage medium
CN110795099B (en) * 2019-09-03 2023-08-29 五八有限公司 Page style conversion method and device, terminal equipment and storage medium
CN117348948A (en) * 2023-12-04 2024-01-05 南京掌控网络科技有限公司 Applet engine running on self-contained App

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140379823A1 (en) * 2013-06-19 2014-12-25 Twilio, Inc. System and method for transmitting and receiving media messages
CN106980504A (en) * 2017-03-28 2017-07-25 腾讯科技(深圳)有限公司 A kind of application development method and its instrument, equipment
CN107239318A (en) * 2017-06-13 2017-10-10 腾讯科技(深圳)有限公司 Using conversion method, device and equipment
CN107885792A (en) * 2017-10-19 2018-04-06 福建中金在线信息科技有限公司 Webpage article display methods, apparatus and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140379823A1 (en) * 2013-06-19 2014-12-25 Twilio, Inc. System and method for transmitting and receiving media messages
CN106980504A (en) * 2017-03-28 2017-07-25 腾讯科技(深圳)有限公司 A kind of application development method and its instrument, equipment
CN107239318A (en) * 2017-06-13 2017-10-10 腾讯科技(深圳)有限公司 Using conversion method, device and equipment
CN107885792A (en) * 2017-10-19 2018-04-06 福建中金在线信息科技有限公司 Webpage article display methods, apparatus and system

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
SSYES123: ""微信小程序中的JS"", 《HTTPS://BLOG.CSDN.NET/SSYES123/ARTICLE/DETAILS/79735018》 *
WHATIF: ""微信小程序脚手架及html转译GUI工具"", 《HTTPS://SEGMENTFAULT.COM/A/1190000007409359》 *
方辉: "《互联网+餐饮店推广,采购,支付》", 30 November 2017, 广东经济出版社 *
陈世宇 等: ""试析微信小程序前端界面与网站前端界面实现技术的异同"", 《电脑编程技巧与维护》 *

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109710260A (en) * 2018-11-16 2019-05-03 青岛特锐德电气股份有限公司 It is a kind of based on multi-platform applet code converting system and conversion method
CN109710260B (en) * 2018-11-16 2022-03-08 青岛特来电新能源科技有限公司 Multi-platform-based applet code conversion method
CN109710258A (en) * 2018-12-28 2019-05-03 北京金山安全软件有限公司 WeChat applet interface generation method and device
CN109800020A (en) * 2019-02-02 2019-05-24 北京字节跳动网络技术有限公司 A kind of code automatic adjusting method, device, equipment and the medium of program development
CN109947433A (en) * 2019-03-28 2019-06-28 优信拍(北京)信息科技有限公司 A kind of generation method of small routine, update method and device
CN110275706A (en) * 2019-07-01 2019-09-24 拉扎斯网络科技(上海)有限公司 Program issuing and loading method, device, computer system and readable storage medium
CN110795099B (en) * 2019-09-03 2023-08-29 五八有限公司 Page style conversion method and device, terminal equipment and storage medium
CN112579048A (en) * 2019-09-30 2021-03-30 腾讯科技(深圳)有限公司 Applet integration method, device, electronic equipment and storage medium
CN112579048B (en) * 2019-09-30 2023-09-08 腾讯科技(深圳)有限公司 Applet integration method, device, electronic equipment and storage medium
CN110888645A (en) * 2019-10-12 2020-03-17 贝壳技术有限公司 Method, device and storage medium for converting into small program
CN111078228A (en) * 2019-12-20 2020-04-28 深圳乐信软件技术有限公司 Method and device for converting webpage into small program, server and storage medium
CN111381825A (en) * 2020-03-06 2020-07-07 北京五八信息技术有限公司 Method and device for generating small program
CN111381825B (en) * 2020-03-06 2021-04-09 北京五八信息技术有限公司 Method and device for generating small program
WO2023087720A1 (en) * 2021-11-16 2023-05-25 深圳前海微众银行股份有限公司 Applet generation method and apparatus, device and storage medium
CN114756319A (en) * 2022-04-25 2022-07-15 中国建设银行股份有限公司 Applet page display method, device and equipment and storage medium
CN117348948A (en) * 2023-12-04 2024-01-05 南京掌控网络科技有限公司 Applet engine running on self-contained App
CN117348948B (en) * 2023-12-04 2024-03-22 南京掌控网络科技有限公司 Applet engine running on self-contained App

Similar Documents

Publication Publication Date Title
CN108664248A (en) A kind of generation method and device of wechat small routine
US10831858B2 (en) Mobile enablement of existing web sites
CN109446459B (en) Page switching method and device, electronic equipment and storage medium
CN109062563B (en) Method and device for generating page
US8209341B2 (en) Configurable transformation macro
JP2010519611A (en) Application-based copy and paste operations
CN110489087B (en) Method, device, medium and electronic equipment for generating fractal structure
US9426201B2 (en) Transforming application cached template using personalized content
CN110263279B (en) Page generation method and device, electronic equipment and computer readable storage medium
CN109857971A (en) Page rendering method and apparatus
US20120253778A1 (en) Crawling Browser-Accessible Applications
JP2013528859A (en) Integration of client application and web page
CN109145014A (en) The method and apparatus for generating elastic searching request
CN108228181A (en) The method and device of embedded html page in html page
CN105094836A (en) Method and device for generating description document
CN102981844A (en) Browser treating webpage main body element and method treating the webpage main body element
CN111078228A (en) Method and device for converting webpage into small program, server and storage medium
CN109558123A (en) The method of webpage conversion electrons book, electronic equipment, storage medium
US10558631B2 (en) Enhancing textual searches with executables
CN109101520A (en) A kind of display methods of electronic documentation and electronic documentation
CN102999591B (en) File management method and device
CN110321510A (en) Page rendering method and system
CN103617079B (en) The switching method and system of a kind of IE6 kernels and novel I E kernels
CN105468324A (en) Page display method, device and system
CN109032924A (en) Identify method, apparatus, equipment and the storage medium of resource type in the page

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20181016