CN117407623A - Method and system for analyzing computer webpage content into mobile phone page - Google Patents

Method and system for analyzing computer webpage content into mobile phone page Download PDF

Info

Publication number
CN117407623A
CN117407623A CN202311284103.0A CN202311284103A CN117407623A CN 117407623 A CN117407623 A CN 117407623A CN 202311284103 A CN202311284103 A CN 202311284103A CN 117407623 A CN117407623 A CN 117407623A
Authority
CN
China
Prior art keywords
page
mobile phone
computer
phone terminal
request
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
CN202311284103.0A
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 Teddy Future Technology Co ltd
Original Assignee
Beijing Teddy Future Technology 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 Teddy Future Technology Co ltd filed Critical Beijing Teddy Future Technology Co ltd
Priority to CN202311284103.0A priority Critical patent/CN117407623A/en
Publication of CN117407623A publication Critical patent/CN117407623A/en
Pending legal-status Critical Current

Links

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a method, a system, electronic equipment and a storage medium for analyzing computer webpage content into a mobile phone page, wherein the method for analyzing the computer webpage content into the mobile phone page comprises the following steps: responding to a page generation request of a mobile phone terminal, acquiring a request path of the mobile phone terminal, and acquiring a computer edition page based on the request path; converting the computer edition page into a mobile phone page suitable for a mobile phone terminal through JDK dynamic compiling and executing an analytic code; and returning the mobile phone page to the mobile phone terminal. The method for resolving the computer webpage content into the mobile phone page solves the problem that the computer end page cannot be directly converted into the mobile phone page in the prior art.

Description

Method and system for analyzing computer webpage content into mobile phone page
Technical Field
The invention relates to the technical field of computers, in particular to a method, a system, electronic equipment and a storage medium for analyzing computer webpage content into a mobile phone page.
Background
The existing mobile phone terminal website/system needs to develop an H5 page specially for the mobile phone terminal to adapt to mobile phone browsing, wherein the page is separated from the front end and the rear end, the front end uses JS/Html, and the rear end uses Java, C#, PHP and other languages; the other is a front-end and back-end mixed page, and the front-end and back-end language programs are written in the same page; if a computer edition system exists in the past, a mobile phone terminal system with the same function is needed, the front-end and rear-end separated system only needs to develop a front-end page, and if the front end and the rear end are not separated, the whole system is required to be specially and newly adapted and developed for the mobile phone terminal, so that the development efficiency is low, the period is long, the input time and the labor are high, and the input-output ratio is low.
What is needed is a method for converting a computer page into a mobile phone page after engine analysis.
Disclosure of Invention
The embodiment of the invention aims to provide a method, a system, electronic equipment and a storage medium for resolving computer webpage content into a mobile phone page, which are used for solving the problem that a computer end page cannot be directly converted into a mobile phone page in the prior art.
In order to achieve the above objective, an embodiment of the present invention provides a method for parsing a computer webpage content into a mobile phone page, where the method specifically includes:
responding to a page generation request of a mobile phone terminal, acquiring a request path of the mobile phone terminal, and acquiring a computer edition page based on the request path;
converting the computer edition page into a mobile phone page suitable for a mobile phone terminal through JDK dynamic compiling and executing an analytic code;
and returning the mobile phone page to the mobile phone terminal.
Based on the technical scheme, the invention can also be improved as follows:
further, the responding to the page generation request of the mobile phone end, obtaining the request path of the mobile phone end, simulating the page generation request based on the request path, and obtaining the computer edition page comprises the following steps:
dynamically matching a computer-side path corresponding to the request path based on the request path, and acquiring a computer-side system corresponding to the page generation request.
Further, the responding to the page generation request of the mobile phone end, obtaining the request path of the mobile phone end, simulating the page generation request based on the request path, and obtaining the computer edition page, further comprises:
and acquiring a computer page based on the computer end system, and returning the computer page to an engine analysis server.
Further, the step of converting the computer version page into a mobile phone page adapted to a mobile phone terminal by dynamically compiling and executing an analysis code through JDK includes:
and analyzing the computer page to obtain page data of the computer page.
Further, the step of converting the computer version page into a mobile phone page adapted to a mobile phone terminal through the JDK dynamic compiling and executing analysis code further includes:
and dynamically rendering the page data to generate a mobile phone page adapting to the mobile phone terminal.
Further, the step of converting the computer version page into a mobile phone page adapted to a mobile phone terminal through the JDK dynamic compiling and executing analysis code further includes:
setting typesetting attribute values, and typesetting the parsed page data, wherein the typesetting attribute values comprise width attribute values of block-level elements, height attribute values of the block-level elements and font size attribute values;
and controlling the width of the typeset mobile phone page through the width attribute value, controlling the height of the typeset mobile phone page through the height attribute value, and controlling the size of the fonts in the typeset mobile phone page through the font size attribute value.
Further, the step of converting the computer version page into a mobile phone page adapted to a mobile phone terminal through the JDK dynamic compiling and executing analysis code further includes:
and centering the typeset mobile phone page at the middle position of the display screen of the mobile phone terminal.
A system for parsing computer web page content into cell phone pages, comprising:
the mobile phone terminal is used for generating a page generation request;
the engine analysis server is used for acquiring a request path of the mobile phone terminal and acquiring a computer edition page based on the request path;
the computer end is used for sending the computer end page to the engine analysis server;
converting the computer edition page into a mobile phone page suitable for a mobile phone terminal through JDK dynamic compiling and executing an analytic code;
and returning the mobile phone page to the mobile phone terminal.
An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the method when the computer program is executed.
A non-transitory computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the method.
The embodiment of the invention has the following advantages:
according to the method for analyzing the computer webpage content into the mobile phone page, a request path of the mobile phone terminal is obtained in response to a page generation request of the mobile phone terminal, and a computer version page is obtained based on the request path; converting the computer edition page into a mobile phone page suitable for a mobile phone terminal through JDK dynamic compiling and executing an analytic code; returning the mobile phone page to a mobile phone terminal; the problem that a computer end page cannot be directly converted into a mobile phone page in the prior art is solved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below. It will be apparent to those skilled in the art from this disclosure that the drawings described below are merely exemplary and that other embodiments may be derived from the drawings provided without undue effort.
The structures, proportions, sizes, etc. shown in the present specification are shown only for the purposes of illustration and description, and are not intended to limit the scope of the invention, which is defined by the claims, so that any structural modifications, changes in proportions, or adjustments of sizes, which do not affect the efficacy or the achievement of the present invention, should fall within the scope of the invention.
FIG. 1 is a flow chart of a method for resolving computer webpage content into a mobile phone page according to the present invention;
FIG. 2 is a first architecture diagram of a system for parsing computer web page content into a mobile phone page according to the present invention;
fig. 3 is a schematic diagram of an entity structure of an electronic device according to the present invention.
Wherein the reference numerals are as follows:
a mobile phone terminal 10, an engine analysis server 20, a computer terminal 30, an electronic device 40, a processor 401, a memory 402 and a bus 403.
Detailed Description
Other advantages and advantages of the present invention will become apparent to those skilled in the art from the following detailed description, which, by way of illustration, is to be read in connection with certain specific embodiments, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Examples
Fig. 1 is a flowchart of an embodiment of a method for resolving a computer webpage content into a mobile phone page according to the present invention, as shown in fig. 1, the method for resolving a computer webpage content into a mobile phone page according to the embodiment of the present invention includes the following steps:
s101, responding to a page generation request of a mobile phone terminal 10, acquiring a request path of the mobile phone terminal, and acquiring a computer edition page based on the request path;
specifically, the computer end 30 path corresponding to the request path is dynamically matched based on the request path, and the computer end 30 system corresponding to the page generation request is obtained.
And acquiring a computer version page based on the computer end 30 system, and returning the computer version page to the engine analysis server 20.
S102, converting a computer edition page into a mobile phone page suitable for a mobile phone terminal through JDK dynamic compiling and executing an analysis code;
specifically, the computer page is analyzed, and page data of the computer page are obtained. And dynamically rendering the page data to generate a mobile phone page adapting to the mobile phone terminal 10.
Requesting a computer page of a system of the computer terminal 30 through the mobile terminal 10, dynamically programming the computer page, and converting the computer page into a mobile page which can be matched with the mobile terminal 10 by using a JDK dynamic compiling and executing analysis code;
the mobile phone terminal 10 requests the engine analysis server 20, the engine analysis server 20 dynamically matches the path of the computer terminal 30, the token of the mobile phone terminal 10, the cookie and the header information according to the request path of the mobile phone terminal 10, and the original computer terminal 30 system is requested by the user through the function simulation of the rear end Http module;
token is a meaning of a Token (temporary) in computer authentication. The Token-based identity authentication method comprises the following steps: by using Token-based authentication methods, the server does not need to store the login record of the user. The general flow is as follows: the client uses the user name and the password to request for login, the server receives the request to verify the user name and the password, after the user name and the password are successfully verified, the server can issue a Token, the Token is then sent to the client, the client can store the Token after receiving the Token, for example, the Token is placed in a Cookie or a Local Storage, the client needs to carry the Token issued by the server every time when requesting resources from the server, the server receives the request, then the server verifies the Token carried by the client request, and if the user is successfully verified, the data of the request is returned to the client.
Cookies, sometimes also in their complex form. The type "small text file" is information stored (typically encrypted) on the user's local terminal by some website for Session tracking in order to identify the user's identity, temporarily or permanently saved by the user's client computer.
The header field of # HTTP includes four parts, a generic header, a request header, a response header, and an entity header. Each header field consists of a domain name, colon and field value.
General header: is a header that can be used by both clients and servers, and can provide some very useful generic functionality between clients, servers, and other applications, such as Date headers.
Request header #: are request messages specific, they provide the server with some additional information, such as what type of data the client wants to receive, like the Accept header.
Response header: the client is convenient to provide information, such as what type of Server the client interacts with, such as a Server header.
Entity header: refers to a header for coping with the entity body part, for example, the entity header may be used to describe a data Type of the entity body part, such as a Content-Type header.
The computer 30 system returns a response to the engine server, and the computer 30 system is a system that provides normal computer browser access.
The engine server dynamically renders according to the analysis rules written by the programmer, the Html tags and the JS codes to generate a page (comprising page content, head information, identity information and the like) suitable for the browser of the mobile phone terminal 10 and returns the page to the mobile phone terminal 10;
setting typesetting attribute values, and typesetting the parsed page data, wherein the typesetting attribute values comprise width attribute values of block-level elements, height attribute values of the block-level elements and font size attribute values;
and controlling the width of the typeset mobile phone page through the width attribute value, controlling the height of the typeset mobile phone page through the height attribute value, and controlling the size of the fonts in the typeset mobile phone page through the font size attribute value.
And centering the typeset mobile phone page at the middle position of the display screen of the mobile phone terminal.
The value set by the width attribute value enables the width of the typeset mobile phone page to be matched with the width of the current main stream mobile phone screen, the value set by the height attribute value enables the height of the typeset mobile phone page to be matched with the height of the webpage content, namely the pull-down length, and the value set by the font size attribute value enables the font on the typeset page to be equivalent to the font size displayed on the current main stream mobile phone screen;
s103, returning the mobile phone page to the mobile phone terminal;
specifically, the mobile phone terminal 10 renders the mobile phone page to the user.
The method for analyzing the computer webpage content into the mobile phone page comprises the steps of responding to a page generation request of a mobile phone terminal 10, acquiring a request path of the mobile phone terminal 10, and acquiring a computer version page based on the request path; converting the computer version page into a mobile phone page suitable for the mobile phone terminal 10 through JDK dynamic compiling and executing analysis codes; and returning the mobile phone page to the mobile phone terminal 10. The problem that the page of the computer terminal 30 cannot be directly converted into the page of the mobile phone in the prior art is solved. The method has the advantages of high speed, low cost and no need of specific knowledge of details of databases, middleware and the like of the original system.
The method for analyzing the computer webpage content into the mobile phone page is applicable to all B/S architecture Web systems and websites, and a set of analysis engine which is programmable for the Html page is developed by utilizing Java analysis library and Java dynamic execution code technology, so that the Html, JS and data in the page can be dynamically programmed: the method comprises the steps of performing program dynamic processing on condition judgment, flow circulation and the like, and rendering the 10JS library of the mobile phone into a Web system adapting to a mobile phone browser by combining an H5 label.
The method for analyzing the computer webpage content into the mobile phone page can rapidly develop the mobile phone terminal 10 system on the basis of the existing computer system, and developers do not need to know the specific details of the original system (such as what database, how many tables, various middleware and the like are used), so that the development threshold is reduced, the development cost is reduced, the development efficiency is improved, and the economic benefit is improved.
FIG. 2 is a flowchart of a system for parsing a computer page into a mobile phone page according to an embodiment of the present invention; as shown in fig. 2, the system for resolving the content of a computer webpage into a mobile phone page according to the embodiment of the invention includes the following steps:
a mobile phone terminal 10, configured to generate a page generation request;
the engine analysis server 20 is configured to obtain a request path of the mobile phone terminal 10, and obtain a computer page based on the request path;
the computer end 30 is used for sending the page of the computer end 30 to the engine analysis server 20;
converting the computer version page into a mobile phone page suitable for the mobile phone terminal 10 through JDK dynamic compiling and executing analysis codes;
and returning the mobile phone page to the mobile phone terminal 10.
Dynamically matching the path of the computer terminal 30 corresponding to the request path based on the request path, and acquiring the computer terminal 30 system corresponding to the page generation request.
And acquiring a computer version page based on the computer end 30 system, and returning the computer version page to the engine analysis server 20.
And analyzing the computer page to obtain page data of the computer page.
And dynamically rendering the page data to generate a mobile phone page adapting to the mobile phone terminal 10.
Setting typesetting attribute values, and typesetting the parsed page data, wherein the typesetting attribute values comprise width attribute values of block-level elements, height attribute values of the block-level elements and font size attribute values;
and controlling the width of the typeset mobile phone page through the width attribute value, controlling the height of the typeset mobile phone page through the height attribute value, and controlling the size of the fonts in the typeset mobile phone page through the font size attribute value.
And centering the typeset mobile phone page at the middle position of the display screen of the mobile phone terminal 10.
According to the system for analyzing the webpage content of the computer into the mobile phone page, the page generation request is generated through the mobile phone terminal 10; acquiring a request path of the mobile phone terminal 10 through an engine analysis server 20, and acquiring a computer edition page based on the request path; the page of the computer terminal 30 is sent to the engine analysis server 20 through the computer terminal 30; converting the computer version page into a mobile phone page suitable for the mobile phone terminal 10 through JDK dynamic compiling and executing analysis codes; and returning the mobile phone page to the mobile phone terminal 10. The method for resolving the computer webpage content into the mobile phone page solves the problem that the computer terminal 30 page cannot be directly converted into the mobile phone page in the prior art.
Fig. 3 is a schematic diagram of an entity structure of an electronic device according to an embodiment of the present invention, as shown in fig. 3, an electronic device 40 includes: a processor 401, a memory 402, and a bus 403;
wherein, the processor 401 and the memory 402 complete the communication with each other through the bus 403;
the processor 401 is configured to call program instructions in the memory 402 to perform the methods provided by the above method embodiments, for example, including: the method for analyzing the computer webpage content into the mobile phone page comprises the following steps: responding to a page generation request of a mobile phone terminal 10, acquiring a request path of the mobile phone terminal 10, and acquiring a computer edition page based on the request path; converting the computer version page into a mobile phone page suitable for the mobile phone terminal 10 through JDK dynamic compiling and executing analysis codes; and returning the mobile phone page to the mobile phone terminal 10.
The present embodiment provides a non-transitory computer readable storage medium storing computer instructions that cause a computer to perform the methods provided by the above-described method embodiments, for example, including: the method for analyzing the computer webpage content into the mobile phone page comprises the following steps: responding to a page generation request of a mobile phone terminal 10, acquiring a request path of the mobile phone terminal 10, and acquiring a computer edition page based on the request path; converting the computer version page into a mobile phone page suitable for the mobile phone terminal 10 through JDK dynamic compiling and executing analysis codes; and returning the mobile phone page to the mobile phone terminal 10.
Those of ordinary skill in the art will appreciate that: all or part of the steps for implementing the above method embodiments may be implemented by hardware associated with program instructions, where the foregoing program may be stored in a computer readable storage medium, and when executed, the program performs steps including the above method embodiments; and the aforementioned storage medium includes: various storage media such as ROM, RAM, magnetic or optical disks may store program code.
The apparatus embodiments described above are merely illustrative, wherein elements illustrated as separate elements may or may not be physically separate, and elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
From the above description of the embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by means of software plus necessary general hardware platforms, or of course may be implemented by means of hardware. Based on such understanding, the foregoing technical solution may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the embodiments or the methods of some parts of the embodiments.
While the invention has been described in detail in the foregoing general description and specific examples, it will be apparent to those skilled in the art that modifications and improvements can be made thereto. Accordingly, such modifications or improvements may be made without departing from the spirit of the invention and are intended to be within the scope of the invention as claimed.

Claims (10)

1. The method for analyzing the webpage content of the computer into the mobile phone page is characterized by comprising the following steps:
responding to a page generation request of a mobile phone terminal, acquiring a request path of the mobile phone terminal, and acquiring a computer edition page based on the request path;
converting the computer edition page into a mobile phone page suitable for a mobile phone terminal through JDK dynamic compiling and executing an analytic code;
and returning the mobile phone page to the mobile phone terminal.
2. The method for parsing the content of the web page of the computer into the mobile phone page according to claim 1, wherein the step of obtaining the request path of the mobile phone terminal in response to the page generation request of the mobile phone terminal, and simulating the page generation request based on the request path to obtain the page of the computer edition comprises the steps of:
dynamically matching a computer-side path corresponding to the request path based on the request path, and acquiring a computer-side system corresponding to the page generation request.
3. The method for parsing a computer webpage content into a mobile phone page according to claim 1, wherein the step of responding to a page generation request of a mobile phone terminal to obtain a request path of the mobile phone terminal, simulating the page generation request based on the request path to obtain a computer version page, further comprises:
and acquiring a computer page based on the computer end system, and returning the computer page to an engine analysis server.
4. The method for parsing the computer webpage content into the mobile phone page according to claim 1, wherein the step of converting the computer version page into the mobile phone page adapted to the mobile phone terminal by the JDK dynamic compiling and executing the parsing code includes:
and analyzing the computer page to obtain page data of the computer page.
5. The method for parsing a computer webpage content into a mobile phone page according to claim 4, wherein the step of converting the computer version page into a mobile phone page adapted to a mobile phone terminal by performing parsing code through JDK dynamic compiling further comprises:
and dynamically rendering the page data to generate a mobile phone page adapting to the mobile phone terminal.
6. The method for parsing a computer webpage content into a mobile phone page according to claim 5, wherein the step of converting the computer version page into a mobile phone page adapted to a mobile phone terminal by performing parsing code through JDK dynamic compiling further comprises:
setting typesetting attribute values, and typesetting the parsed page data, wherein the typesetting attribute values comprise width attribute values of block-level elements, height attribute values of the block-level elements and font size attribute values;
and controlling the width of the typeset mobile phone page through the width attribute value, controlling the height of the typeset mobile phone page through the height attribute value, and controlling the size of the fonts in the typeset mobile phone page through the font size attribute value.
7. The method for parsing a computer web page into a mobile phone page according to claim 6, wherein the parsing code is executed by JDK dynamic compiling to convert the computer version page into a mobile phone page adapted to a mobile phone terminal, further comprising:
and centering the typeset mobile phone page at the middle position of the display screen of the mobile phone terminal.
8. A system for parsing computer web page content into cell phone pages, comprising:
the mobile phone terminal is used for generating a page generation request;
the engine analysis server is used for acquiring a request path of the mobile phone terminal and acquiring a computer edition page based on the request path;
the computer end is used for sending the computer end page to the engine analysis server;
converting the computer edition page into a mobile phone page suitable for a mobile phone terminal through JDK dynamic compiling and executing an analytic code;
and returning the mobile phone page to the mobile phone terminal.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the method according to any one of claims 1 to 7 when the computer program is executed.
10. A non-transitory computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method according to any of claims 1 to 7.
CN202311284103.0A 2023-10-07 2023-10-07 Method and system for analyzing computer webpage content into mobile phone page Pending CN117407623A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311284103.0A CN117407623A (en) 2023-10-07 2023-10-07 Method and system for analyzing computer webpage content into mobile phone page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311284103.0A CN117407623A (en) 2023-10-07 2023-10-07 Method and system for analyzing computer webpage content into mobile phone page

Publications (1)

Publication Number Publication Date
CN117407623A true CN117407623A (en) 2024-01-16

Family

ID=89495399

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311284103.0A Pending CN117407623A (en) 2023-10-07 2023-10-07 Method and system for analyzing computer webpage content into mobile phone page

Country Status (1)

Country Link
CN (1) CN117407623A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663126A (en) * 2012-04-23 2012-09-12 奇智软件(北京)有限公司 Method and device for displaying webpage in mobile terminal
CN113050921A (en) * 2019-12-26 2021-06-29 中国移动通信集团江西有限公司 Webpage conversion method, device, storage medium and computer equipment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663126A (en) * 2012-04-23 2012-09-12 奇智软件(北京)有限公司 Method and device for displaying webpage in mobile terminal
CN113050921A (en) * 2019-12-26 2021-06-29 中国移动通信集团江西有限公司 Webpage conversion method, device, storage medium and computer equipment

Similar Documents

Publication Publication Date Title
US10567407B2 (en) Method and system for detecting malicious web addresses
CN111222070B (en) Data processing method, device, equipment and storage medium
CN104268082A (en) Pressure test method and pressure test device for browser
US9971636B2 (en) Methods for implementing web services and devices thereof
CN104063401A (en) Webpage style address merging method and device
CN110941950B (en) Interface document generation method, device, server and storage medium
CN109710224B (en) Page processing method, device, equipment and storage medium
CN105138675A (en) Database auditing method and device
CN106202368B (en) Preloading method and device
CN110414989A (en) Method for detecting abnormality and device, electronic equipment and computer readable storage medium
CN113761514A (en) Cloud desktop multi-factor security authentication method and system
CN110362630B (en) Data management method, device, equipment and computer readable storage medium
CN104899203B (en) Webpage generation method and device and terminal equipment
CN104954363A (en) Method and device for generating interface document
CN103634366A (en) Method and device for identifying network robot
CN113050921A (en) Webpage conversion method, device, storage medium and computer equipment
CN117407623A (en) Method and system for analyzing computer webpage content into mobile phone page
CN116204421A (en) Test case generation method and device, storage medium and computer equipment
CN109240660B (en) Access method of advertisement data, storage medium, electronic device and system
CN111400623B (en) Method and device for searching information
CN113626392A (en) Method and device for updating document data, electronic equipment and storage medium
CN111783006A (en) Page generation method and device, electronic equipment and computer readable medium
CN108076067B (en) Method and system for authorized crawler configuration simulation login
CN111611462A (en) APP data acquisition method and system
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