CN113050921A - Webpage conversion method, device, storage medium and computer equipment - Google Patents

Webpage conversion method, device, storage medium and computer equipment Download PDF

Info

Publication number
CN113050921A
CN113050921A CN201911369535.5A CN201911369535A CN113050921A CN 113050921 A CN113050921 A CN 113050921A CN 201911369535 A CN201911369535 A CN 201911369535A CN 113050921 A CN113050921 A CN 113050921A
Authority
CN
China
Prior art keywords
page
page data
target access
data
adaptation
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
CN201911369535.5A
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.)
China Mobile Communications Group Co Ltd
China Mobile Group Jiangxi Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Group Jiangxi 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 China Mobile Communications Group Co Ltd, China Mobile Group Jiangxi Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN201911369535.5A priority Critical patent/CN113050921A/en
Publication of CN113050921A publication Critical patent/CN113050921A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The embodiment of the invention provides a webpage conversion method, a device, a storage medium and computer equipment, wherein a target access page is obtained from a server, page data are analyzed from the target access page, whether an adaptation rule corresponding to the page data is stored or not is judged, if the adaptation rule corresponding to the page data is judged to be stored, the page data are converted according to the adaptation rule and converted page data are generated, and a mobile terminal page is generated according to the converted page data.

Description

Webpage conversion method, device, storage medium and computer equipment
[ technical field ] A method for producing a semiconductor device
The invention relates to the technical field of electronic information, in particular to a webpage conversion method, a webpage conversion device, a webpage conversion storage medium and computer equipment.
[ background of the invention ]
With the high-speed development of the mobile internet, the mobile internet combines the convenience of mobile communication and the rich content of the internet, becomes a cross field of the convergence development of the communication industry and the internet industry, and has huge market prospect.
The screen resolution of the mobile terminal is different in size, adaptation development cost is high, a Central Processing Unit (CPU) of the mobile terminal is low in processing performance, and a memory is small, so that some webpages are not suitable for being directly displayed on the mobile terminal. Developers need to perform secondary development on pages of Personal Computers (PCs) and manually adjust the pages to pages of mobile terminals. In the process of modifying the PC side page, developers need to consider the sizes of various mobile terminals, also need to consider the problem of browser compatibility and rewrite partial codes, need more labor cost and time cost, and reduce the application efficiency of the PC side page.
[ summary of the invention ]
In view of this, embodiments of the present invention provide a method, an apparatus, a storage medium, and a computer device for converting a web page, so as to improve the application efficiency of a PC-side web page.
In one aspect, an embodiment of the present invention provides a web page conversion method, where the method is implemented based on an SDK conversion engine, and the method includes:
acquiring a target access page from a server;
analyzing page data from the target access page;
judging whether an adaptation rule corresponding to the page data is stored;
if the adaptation rule corresponding to the page data is judged to be stored, converting the page data according to the adaptation rule to generate converted page data;
and generating a mobile terminal page according to the converted page data.
Optionally, the method further comprises:
and if the matching rule corresponding to the page data is not stored, generating and displaying prompt information.
Optionally, the page data includes page elements, attributes of the page elements, page layout, and path data.
Optionally, the obtaining the target access page from the server includes:
the adaptation rules are obtained from the server.
Optionally, before the obtaining the adaptation rule from the server, the method further includes:
analyzing page data from the target access page;
configuring an adaptation rule corresponding to the page data according to the page data;
and sending the adaptation rules corresponding to the page data to the server.
Optionally, the generating a mobile end page according to the converted page data includes:
and rendering the target access page according to the converted page data to generate the mobile terminal page.
In another aspect, an embodiment of the present invention provides a web page conversion apparatus, including:
the receiving and sending module is used for acquiring a target access page from the server;
the first analysis module is used for analyzing page data from the target access page;
the judging module is used for judging whether the adaptation rules corresponding to the page data are stored or not;
the first generation module is used for converting the page data according to the adaptation rule if the adaptation rule corresponding to the page data is judged to be stored, and generating converted page data;
and the second generation module is used for generating a mobile terminal page according to the converted page data.
Optionally, the method further comprises:
the third generation module is used for generating prompt information if the matching rule corresponding to the page data is judged not to be stored;
and the display module is used for displaying the prompt information.
In another aspect, an embodiment of the present invention provides a storage medium, including: the storage medium comprises a stored program, wherein when the program runs, the device where the storage medium is located is controlled to execute the webpage conversion method.
In another aspect, an embodiment of the present invention provides a computer device, including a memory and a processor, where the memory is used to store information including program instructions, and the processor is used to control execution of the program instructions, and the program instructions are loaded by the processor and executed to implement the steps of the above-mentioned web page conversion method.
According to the technical scheme of the webpage conversion method, the target access page is obtained from the server, the page data are analyzed from the target access page, whether the adaptation rules corresponding to the page data are stored or not is judged, if the adaptation rules corresponding to the page data are judged to be stored, the page data are converted according to the adaptation rules to generate the converted page data, and the mobile terminal page is generated according to the converted page data.
[ description of the drawings ]
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive labor.
Fig. 1 is a flowchart of a web page conversion method according to an embodiment of the present invention;
FIG. 2 is a flowchart of another web page transformation method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a web page conversion apparatus according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a computer device according to an embodiment of the present invention.
[ detailed description ] embodiments
For better understanding of the technical solutions of the present invention, the following detailed descriptions of the embodiments of the present invention are provided with reference to the accompanying drawings.
It should be understood that the described embodiments are only some embodiments of the invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terminology used in the embodiments of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the examples of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be understood that the term "and/or" as used herein is merely one type of associative relationship that describes an associated object, meaning that three types of relationships may exist, e.g., A and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
Fig. 1 is a flowchart of a web page conversion method according to an embodiment of the present invention, and as shown in fig. 1, the method includes:
step 101, obtaining a target access page from a server.
In the embodiment of the invention, each step is realized based on a Software Development Kit (SDK) conversion engine.
And 102, analyzing page data from the target access page.
And 103, judging whether the adaptation rules corresponding to the page data are stored.
And step 104, if the adaptation rule corresponding to the page data is judged to be stored, converting the page data according to the adaptation rule and generating converted page data.
And 105, generating a mobile terminal page according to the converted page data.
According to the technical scheme of the webpage conversion method, the target access page is obtained from the server, the page data are analyzed from the target access page, whether the adaptation rules corresponding to the page data are stored or not is judged, if the adaptation rules corresponding to the page data are judged to be stored, the page data are converted according to the adaptation rules to generate the converted page data, and the mobile terminal page is generated according to the converted page data.
Fig. 2 is a flowchart of another web page conversion method according to an embodiment of the present invention, as shown in fig. 2, the method includes:
step 201, obtaining a target access page from a server.
In the embodiment of the present invention, each step is executed by a mobile terminal, and the mobile terminal includes: cell-phone, panel computer or wearable equipment.
In the embodiment of the invention, each step is realized based on an SDK conversion engine.
In the embodiment of the invention, the SDK conversion engine consists of SDK files, the android development tool can generate the SDK conversion engine applicable to the android client, and the IOS development tool can generate the SDK conversion engine applicable to the IOS client. Alternatively, the SDK conversion engine may be embedded in the browser as a plug-in, and the SDK conversion engine is started when the browser installed in the mobile terminal is started.
In this step, the target access page is acquired from the server through the SDK conversion engine.
In the embodiment of the invention, the target access page comprises a target access website.
In the step, a user inputs a target access website in a browser built in the mobile terminal, the mobile terminal sends a target access page corresponding to the target access website to the server, and the target access page is acquired from the server through the SDK conversion engine.
In the embodiment of the present invention, before step 201, the method further includes:
and step S1, analyzing the page data from the target access page.
In this step, the SDK conversion engine is started, and the page data is parsed from the target access page by the SDK conversion engine.
In the embodiment of the invention, the target access page comprises HTML, XHTML, SVG, CSS or JavaScript.
In the embodiment of the present invention, the page data includes page elements, attributes of the page elements, page layout, and path data.
And step S2, configuring an adaptation rule corresponding to the page data according to the page data.
In this step, an adaptation rule corresponding to the page data is configured according to the page data through the SDK conversion engine.
In the embodiment of the invention, developers need to develop the adaptation rules corresponding to the page data in advance according to the page data.
In this step, an adaptation rule corresponding to the page data is configured according to the page data through the SDK conversion engine.
In the embodiment of the invention, the page data corresponds to the adaptation rules one by one.
And step S3, sending the adaptation rule corresponding to the page data to the server.
In this step, the adaptation rule corresponding to the page data is sent to the server through the SDK conversion engine, and the server stores the adaptation rule corresponding to the page data.
In the embodiment of the invention, a database of the server stores a plurality of adaptation rules corresponding to a plurality of page data sent by a plurality of user terminals.
In the embodiment of the invention, the user terminal comprises a computer.
Specifically, a user writes an adaptation rule corresponding to the page data through a user terminal, and the user terminal sends the adaptation rule corresponding to the page data to the server.
And step S4, acquiring the adaptation rules from the server.
In this step, the adaptation rules are obtained from the server by the SDK conversion engine.
In this step, when the browser in the mobile terminal is started, the adaptation rule is obtained from the server through the SDK conversion engine.
Step 202, analyzing page data from the target access page.
In this step, the page data is parsed from the target access page by the SDK conversion engine.
Step 203, judging whether an adaptation rule corresponding to the page data is stored, if so, executing step 204; if not, go to step 206.
In the step, whether an adaptation rule corresponding to the page data is stored is judged through the SDK conversion engine, and if the adaptation rule corresponding to the page data is judged to be stored, the mobile terminal is indicated to obtain the adaptation rule of the page data; and if the adaptation rule corresponding to the page data is not stored, indicating that the mobile terminal does not acquire the adaptation rule of the page data.
And step 204, converting the page data according to the adaptation rule to generate converted page data.
In the step, the SDK conversion engine converts the page data according to the adaptation rule and generates converted page data.
As an alternative, for example: when the mobile terminal accesses the target access page of the PC terminal, the SDK conversion engine stores the adaptation rule into the database according to the target access website accessed by the mobile terminal, and the SDK conversion engine converts the page data of the original PC terminal page according to the content of the original page, the configuration information in the database and the acquired related information of the mobile terminal to generate the page data of the mobile terminal.
In this step, for example: converting the page data according to the adaptation rule and generating the converted page data may specifically include: the mobile terminal and the PC end keep the same User Interface (UI) characteristics, the position of each element is determined again according to the proportional relation between each element and the size of the screen, the styles of partial elements are adjusted again and displayed according to a certain sequence, so that page data are converted, and converted page data are generated.
And step 205, rendering the target access page according to the converted page data to generate a mobile terminal page, and ending the process.
In this step, the target access page is rendered by the SDK conversion engine according to the converted page data, and a mobile-end page is generated.
Specifically, a browser kernel is called through an SDK conversion engine to render according to converted page data, rendering trees are built, the converted page data are analyzed, the node position and the size of each rendering tree are calculated, drawing is performed according to the node position and the size of each rendering tree, and a mobile terminal page is generated.
And step 206, generating and displaying prompt information.
In this step, the SDK conversion engine generates the prompt information, and as an alternative, the prompt information may include "whether to directly access the web page", and specifically, the prompt information "whether to directly access the web page" may be displayed by a pop-up box.
According to the technical scheme of the webpage conversion method, the target access page is obtained from the server, the page data are analyzed from the target access page, whether the adaptation rules corresponding to the page data are stored or not is judged, if the adaptation rules corresponding to the page data are judged to be stored, the page data are converted according to the adaptation rules to generate the converted page data, and the mobile terminal page is generated according to the converted page data.
In the technical scheme provided by the embodiment of the invention, the zero-dependence mobile adaptation of the background service logic of the mobile webpage Application can be realized without modifying the PC end service system of the mobile webpage Application and providing any Application Programming Interface (API) by the PC end service system, the data security of the mobile webpage Application is ensured, the mobile cost and the efficiency of the PC end service system are reduced, the processing capacity of the mobile terminal can be fully exerted, and the server only needs to store the adaptation rules and reduce the conversion processing bottleneck of the server.
The embodiment of the invention provides a webpage conversion device. Fig. 3 is a schematic structural diagram of a web page conversion apparatus according to an embodiment of the present invention, as shown in fig. 3, the apparatus includes: the device comprises a transceiver module 11, a first analysis module 12, a judgment module 13, a conversion module 14, a first generation module 15 and a second generation module 16.
The transceiver module 11 is used for acquiring the target access page from the server.
The first parsing module 12 is configured to parse page data from a target access page.
The judging module 13 is configured to judge whether an adaptation rule corresponding to the page data is stored.
The first generating module 14 is configured to, if it is determined that the adaptation rule corresponding to the page data is stored, convert the page data according to the adaptation rule, and generate converted page data.
The second generating module 15 is configured to generate a mobile end page according to the converted page data.
In the embodiment of the present invention, the apparatus further includes: a third generation module 16 and a display module 17.
The third generating module 16 is configured to, if the determining module 13 determines that the matching rule corresponding to the page data is not stored, generate a prompt message.
The display module 17 is used for displaying prompt information.
In the embodiment of the present invention, the page data includes page elements, attributes of the page elements, page layout, and path data.
In this embodiment of the present invention, the transceiver module 11 is further configured to obtain the adaptation rule from the server.
In the embodiment of the present invention, the apparatus further includes: a second parsing module 18 and a configuration module 19.
The second parsing module 18 is used for parsing out the page data from the target access page.
The configuration module 19 is configured to configure an adaptation rule corresponding to the page data according to the page data.
The transceiver module 11 is further configured to send the adaptation rule corresponding to the page data to the server.
In this embodiment of the present invention, the second generating module 15 is specifically configured to render the target access page according to the converted page data, and generate a mobile end page.
The web page conversion apparatus provided in this embodiment may be used to implement the web page conversion method in fig. 1 and fig. 2, and for specific description, reference may be made to the embodiment of the web page conversion method, and a description will not be repeated here.
In the technical scheme of the web page conversion device provided by the embodiment of the invention, the transceiving module is used for acquiring a target access page from a server, the first parsing module is used for parsing page data from the target access page, the judging module is used for judging whether an adaptation rule corresponding to the page data is stored, the first generating module is used for converting the page data according to the adaptation rule if the adaptation rule corresponding to the page data is judged to be stored, and generating converted page data, and the second generating module is used for generating a mobile terminal page according to the converted page data.
An embodiment of the present invention provides a storage medium, where the storage medium includes a stored program, where, when the program runs, a device on which the storage medium is located is controlled to execute each step of the above embodiment of the web page conversion method, and for specific description, reference may be made to the above embodiment of the web page conversion method.
Embodiments of the present invention provide a computer device, including a memory and a processor, where the memory is used to store information including program instructions, and the processor is used to control execution of the program instructions, and the program instructions are loaded and executed by the processor to implement the steps of the embodiments of the web page conversion method, and specific descriptions may refer to the embodiments of the web page conversion method.
Fig. 4 is a schematic diagram of a computer device according to an embodiment of the present invention. As shown in fig. 4, the computer device 30 of this embodiment includes: the processor 31, the memory 32, and the computer program 33 stored in the memory 32 and capable of running on the processor 31, where the computer program 33 is executed by the processor 31 to implement the method applied to web page conversion in the embodiment, and in order to avoid repetition, the details are not repeated herein. Alternatively, the computer program is executed by the processor 31 to implement the functions of each model/unit applied in the web page conversion apparatus in the embodiments, which are not repeated herein to avoid repetition.
The computer device 30 includes, but is not limited to, a processor 31, a memory 32. Those skilled in the art will appreciate that fig. 4 is merely an example of a computer device 30 and is not intended to limit the computer device 30 and that it may include more or fewer components than shown, or some components may be combined, or different components, e.g., the computer device may also include input output devices, network access devices, buses, etc.
The Processor 31 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage 32 may be an internal storage unit of the computer device 30, such as a hard disk or a memory of the computer device 30. The memory 32 may also be an external storage device of the computer device 30, such as a plug-in hard disk provided on the computer device 30, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like. Further, the memory 32 may also include both internal and external storage units of the computer device 30. The memory 32 is used for storing computer programs and other programs and data required by the computer device. The memory 32 may also be used to temporarily store data that has been output or is to be output.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions in actual implementation, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) or a Processor (Processor) to execute some steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A webpage conversion method is realized based on an SDK conversion engine, and comprises the following steps:
acquiring a target access page from a server;
analyzing page data from the target access page;
judging whether an adaptation rule corresponding to the page data is stored;
if the adaptation rule corresponding to the page data is judged to be stored, converting the page data according to the adaptation rule to generate converted page data;
and generating a mobile terminal page according to the converted page data.
2. The method of claim 1, further comprising:
and if the matching rule corresponding to the page data is not stored, generating and displaying prompt information.
3. The method of claim 1, wherein the page data comprises page elements, attributes of page elements, page layout, and path data.
4. The method of claim 1, wherein the obtaining the target access page from the server comprises:
the adaptation rules are obtained from the server.
5. The method of claim 4, wherein before the obtaining the adaptation rule from the server, further comprising:
analyzing page data from the target access page;
configuring an adaptation rule corresponding to the page data according to the page data;
and sending the adaptation rules corresponding to the page data to the server.
6. The method of claim 1, wherein generating a mobile end page from the converted page data comprises:
and rendering the target access page according to the converted page data to generate the mobile terminal page.
7. A web page converting apparatus, comprising:
the receiving and sending module is used for acquiring a target access page from the server;
the first analysis module is used for analyzing page data from the target access page;
the judging module is used for judging whether the adaptation rules corresponding to the page data are stored or not;
the first generation module is used for converting the page data according to the adaptation rule if the adaptation rule corresponding to the page data is judged to be stored, and generating converted page data;
and the second generation module is used for generating a mobile terminal page according to the converted page data.
8. The apparatus of claim 7, further comprising:
the third generation module is used for generating prompt information if the matching rule corresponding to the page data is judged not to be stored;
and the display module is used for displaying the prompt information.
9. A storage medium, comprising: the storage medium includes a stored program, wherein when the program runs, the device where the storage medium is located is controlled to execute the web page conversion method according to any one of claims 1 to 6.
10. A computer device comprising a memory for storing information including program instructions and a processor for controlling the execution of the program instructions, characterized in that the program instructions are loaded and executed by the processor to implement the steps of the web page conversion method of any one of claims 1 to 6.
CN201911369535.5A 2019-12-26 2019-12-26 Webpage conversion method, device, storage medium and computer equipment Pending CN113050921A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911369535.5A CN113050921A (en) 2019-12-26 2019-12-26 Webpage conversion method, device, storage medium and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911369535.5A CN113050921A (en) 2019-12-26 2019-12-26 Webpage conversion method, device, storage medium and computer equipment

Publications (1)

Publication Number Publication Date
CN113050921A true CN113050921A (en) 2021-06-29

Family

ID=76505556

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911369535.5A Pending CN113050921A (en) 2019-12-26 2019-12-26 Webpage conversion method, device, storage medium and computer equipment

Country Status (1)

Country Link
CN (1) CN113050921A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114385290A (en) * 2021-12-24 2022-04-22 国泰新点软件股份有限公司 Page conversion method, device and storage medium
CN117407623A (en) * 2023-10-07 2024-01-16 北京泰迪未来科技股份有限公司 Method and system for analyzing computer webpage content into mobile phone page

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105138542A (en) * 2015-07-09 2015-12-09 北京天河石科技有限责任公司 Method for converting PC terminal WEB webpage into mobile terminal WEB webpage
WO2017143498A1 (en) * 2016-02-22 2017-08-31 美通云动(北京)科技有限公司 Double-render-engine browser, and pc end web page application page conversion method and apparatus
CN108829398A (en) * 2018-03-27 2018-11-16 厦门欣旅通科技有限公司 A kind of mobile terminal page interaction implementation method and device
CN109710863A (en) * 2018-11-27 2019-05-03 平安科技(深圳)有限公司 Information conversion method, device, computer equipment and storage medium
CN110457620A (en) * 2019-08-15 2019-11-15 深圳乐信软件技术有限公司 A kind of method, apparatus of page access, equipment and storage medium
CN110597511A (en) * 2019-08-19 2019-12-20 深圳木成林科技有限公司 Page automatic generation method, system, terminal equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105138542A (en) * 2015-07-09 2015-12-09 北京天河石科技有限责任公司 Method for converting PC terminal WEB webpage into mobile terminal WEB webpage
WO2017143498A1 (en) * 2016-02-22 2017-08-31 美通云动(北京)科技有限公司 Double-render-engine browser, and pc end web page application page conversion method and apparatus
CN108829398A (en) * 2018-03-27 2018-11-16 厦门欣旅通科技有限公司 A kind of mobile terminal page interaction implementation method and device
CN109710863A (en) * 2018-11-27 2019-05-03 平安科技(深圳)有限公司 Information conversion method, device, computer equipment and storage medium
CN110457620A (en) * 2019-08-15 2019-11-15 深圳乐信软件技术有限公司 A kind of method, apparatus of page access, equipment and storage medium
CN110597511A (en) * 2019-08-19 2019-12-20 深圳木成林科技有限公司 Page automatic generation method, system, terminal equipment and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114385290A (en) * 2021-12-24 2022-04-22 国泰新点软件股份有限公司 Page conversion method, device and storage medium
CN114385290B (en) * 2021-12-24 2024-04-05 国泰新点软件股份有限公司 Page conversion method, device and storage medium
CN117407623A (en) * 2023-10-07 2024-01-16 北京泰迪未来科技股份有限公司 Method and system for analyzing computer webpage content into mobile phone page

Similar Documents

Publication Publication Date Title
US20190251143A1 (en) Web page rendering method and related device
US10643023B2 (en) Programmatic native rendering of structured content
CN111782330B (en) Page data acquisition method, device and equipment based on Web application
US9015657B2 (en) Systems and methods for developing and delivering platform adaptive web and native application content
CN109840083B (en) Webpage component template construction method and device, computer equipment and storage medium
CN108717437B (en) Search result display method and device and storage medium
US9141596B2 (en) System and method for processing markup language templates from partial input data
CN113010827A (en) Page rendering method and device, electronic equipment and storage medium
CN111831384A (en) Language switching method and device, equipment and storage medium
CN113050921A (en) Webpage conversion method, device, storage medium and computer equipment
CN110263279B (en) Page generation method and device, electronic equipment and computer readable storage medium
US20160004782A1 (en) Script caching method and information processing device utilizing the same
CN112947900B (en) Web application development method and device, server and development terminal
CN112729868A (en) Vehicle diagnosis method, device, equipment and medium
CN115659087B (en) Page rendering method, equipment and storage medium
CN115065945B (en) Short message link generation method and device, electronic equipment and storage medium
CN114911541B (en) Processing method and device of configuration information, electronic equipment and storage medium
CN111124924A (en) API (application program interface) deployment method and device, electronic equipment and storage medium
CN116414689A (en) Interface parameter verification method and system based on reflection mechanism
CN113900647A (en) Method, device and equipment for screenshot of webpage
CN114661402A (en) Interface rendering method and device, electronic equipment and computer readable medium
CN103885988A (en) Method and device for outputting content and content outputting system
CN112714148A (en) Interface configuration method, device, equipment and medium
CN111338941B (en) Information processing method and device, electronic equipment and storage medium
CN115062255B (en) Website adaptation method and device, electronic equipment and computer readable storage medium

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