CN111291298A - Page display method and device, electronic equipment and storage medium - Google Patents

Page display method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111291298A
CN111291298A CN201811505504.3A CN201811505504A CN111291298A CN 111291298 A CN111291298 A CN 111291298A CN 201811505504 A CN201811505504 A CN 201811505504A CN 111291298 A CN111291298 A CN 111291298A
Authority
CN
China
Prior art keywords
page
html
information
jsoup
page information
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
CN201811505504.3A
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.)
Aisino Corp
Original Assignee
Aisino Corp
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 Aisino Corp filed Critical Aisino Corp
Priority to CN201811505504.3A priority Critical patent/CN111291298A/en
Publication of CN111291298A publication Critical patent/CN111291298A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0227Filtering policies
    • H04L63/0236Filtering by address, protocol, port number or service, e.g. IP-address or URL

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a page display method, a page display device, electronic equipment and a storage medium, which are used for solving the problem of low page display efficiency in the prior art, and the method comprises the following steps: intercepting a page access request, and acquiring a first HTML page according to address information contained in the page access request; analyzing the first HTML page by using an HTML analyzer to acquire first page information of the first HTML page; modifying the first page information according to the received modification instruction to obtain second page information; and the HTML parser is adopted to convert the second page information into a second HTML page and display the second HTML page, so that dynamic page display is realized, and page display efficiency is improved.

Description

Page display method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of computers, in particular to a page display method and device, electronic equipment and a storage medium.
Background
In the prior art, when page development is performed by using HTML (hypertext markup language), in order to realize page dynamism, js is added to a foreground to acquire background data, the data is returned to the foreground, and then dynamic page display is performed through the js operation page, so that page display efficiency is reduced, errors are easily generated in the process of data transmission between the foreground and the background, and some information needing to be hidden may be sent to the foreground.
Therefore, how to improve the efficiency of page display and ensure the security of display is an urgent problem to be solved.
Disclosure of Invention
The embodiment of the invention provides a page display method and device, electronic equipment and a storage medium, which are used for solving the problem of low page display efficiency in the prior art.
The embodiment of the invention provides a page display method, which comprises the following steps:
intercepting a page access request, and acquiring a first HTML page according to address information contained in the page access request;
analyzing the first HTML page by using an HTML analyzer to acquire first page information of the first HTML page;
modifying the first page information according to the received modification instruction to obtain second page information;
and converting the second page information into a second HTML page by adopting the HTML resolver and displaying the second HTML page.
Further, the HTML parser is Jsoup.
Further, the analyzing the first HTML page by using an HTML analyzer, and acquiring the first page information of the first HTML page includes:
and analyzing the first page information of the first HTML page into a Jsoup object by adopting an application program interface API of the Jsoup.
Further, the modifying the first page information according to the received modification instruction to obtain second page information includes:
and modifying the Jsoup object according to the received modification instruction to obtain second page information.
Further, the converting the second page information into a second HTML page and displaying by using the HTML parser includes:
converting the second page information into a second HTML page by adopting an application program interface API in the Jsoup;
and outputting and displaying the second HTML page according to the Response object in the Jsoup.
The embodiment of the invention provides a page display device, which comprises:
the system comprises an interception module, a first HTML page and a second HTML page, wherein the interception module is used for intercepting a page access request and acquiring the first HTML page according to address information contained in the page access request;
the analysis module is used for analyzing the first HTML page by adopting an HTML analyzer to acquire first page information of the first HTML page;
the modification module is used for modifying the first page information according to the received modification instruction to obtain second page information;
and the display module is used for converting the second page information into a second HTML page by adopting the HTML resolver and displaying the second HTML page.
Further, the parsing module is specifically configured to parse the first page information of the first HTML page into a Jsoup object by using a Jsoup application program interface API.
Further, the modification module is specifically configured to modify the Jsoup object according to the received modification instruction, so as to obtain second page information.
Further, the display module is specifically configured to convert the second page information into a second HTML page by using an application program interface API in the jsup; and outputting and displaying the second HTML page according to the Response object in the Jsoup.
In the embodiment of the invention, if the access request for accessing the first HTML page is intercepted, the HTML resolver is adopted to resolve the first HTML page and modify the obtained page information, and the HTML resolver is adopted to convert the modified page information into the second HTML page and display the second HTML page, so that the dynamic page display is realized, and the page display efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced 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 creative efforts.
Fig. 1 is a schematic diagram of a page display process provided in embodiment 1 of the present invention;
fig. 2 is a schematic structural diagram of a page displaying apparatus according to embodiment 3 of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to embodiment 4 of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the attached drawings, and it should be understood that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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.
Example 1:
fig. 1 is a schematic diagram of a page display process provided in an embodiment of the present invention, where the process includes the following steps:
s101: intercepting a page access request, and acquiring a first HTML page according to address information contained in the page access request.
In web development, foreground pages are written in various forms such as JSP, HTML, FreeMarker and the like. But these solutions have had some less than useful areas in web development.
In the JSP development mode, a large number of existing service logic codes are written in a page in the development process, so that the content of the page is messy, and a large number of modification and maintenance processes in the later period become very difficult. When the JSP page is executed, the JSP page is firstly converted into a java file (Servlet) and then the java file is compiled into a byte code file, so that the error information actually points to the converted java file (Servlet) instead of the JSP page, and therefore the page is not beneficial to debugging.
The FreeMarker development may see that after modifying a template, the number of tokens that have expired, such as after generating a static HL page, the user sees the data that is expired if the HTML page generated by the template is not updated in time as soon as the template changes. If the page needs to be subjected to some display control according to the database variables, the page can be realized only by writing a more complex template, and codes are not easy to read.
In the HTML development mode, foreground static pages are compiled, if data of a database is to be acquired, the data can be displayed only after being submitted from js of a foreground to a background, interaction between the foreground and the background is increased, and page display efficiency is reduced.
In order to improve the efficiency of page display, the electronic device may intercept a page access request, where the access request includes address information of a page, and obtain the first HTML page according to the address information.
Specifically, in the embodiment of the present invention, the intercepted access request may include address information of a web page of a certain website, and the corresponding web page may be accessed according to the address information, so that the first HTML page to be accessed may be obtained according to the address information.
S102: and analyzing the first HTML page by adopting an HTML analyzer to acquire first page information of the first HTML page.
In order to obtain the information of the first HTML page, in the embodiment of the present invention, after the first HTML page is obtained, an HTML parser is used to parse the first HTML page, so as to obtain the first page information of the first HTML page.
S103: and modifying the first page information according to the received modification instruction to obtain second page information.
In the prior art, JSP is used for function development, when a page is dynamically displayed and processed according to the design of database parameters, Java codes for acquiring dynamic parameters need to be written into the JSP page, so that debugging is not easy to perform if errors occur during program operation, and the codes are mixed in the page, which is not easy for people to maintain the codes.
The FreeMarker method is used for development, and the content of the page needs to be compiled into a set of displayed templates, and then variables are put into the templates. Then, some parameters of the database are inquired through the background, and a final page is generated through the template and sent to the foreground. The method can realize page dynamism, but a large amount of variable star processing exists in the using process, and IF more variables are used and are not used every time, more IF and ELSE judgment can be performed on the template, so that the template is not easy to maintain.
When HTML pages are developed, in order to realize page dynamism, js is added to a foreground to acquire background data, the data are returned to the foreground, dynamic page display is carried out through js operation pages, page display efficiency is reduced, errors are easy to occur in the transmission process, and some information needing to be hidden is sent to the foreground.
The embodiment of the invention provides a method for compiling a page by using an HTML page, and in order to enable the HTML page to achieve the function of a dynamic page, the embodiment of the invention adopts an HTML parser to parse a first HTML page to obtain first page information of the first HTML page. And modifying the first page information according to the received modification instruction to obtain second page information.
Specifically, the received modification instruction may be modified by the user according to a specific service requirement.
S104: and converting the second page information into a second HTML page by adopting the HTML resolver and displaying the second HTML page.
In the embodiment of the invention, in order to display the dynamic page, after the second page information is obtained, the HTML parser is adopted to convert the second page information into the second HTML page and display the second HTML page.
In the embodiment of the invention, if the access request for accessing the first HTML page is intercepted, the HTML resolver is adopted to resolve the first HTML page and modify the obtained page information, and the HTML resolver is adopted to convert the modified page information into the second HTML page and display the second HTML page, so that the dynamic page display is realized, and the page display efficiency is improved.
Example 2:
in order to display a page, on the basis of the above embodiment, in an embodiment of the present invention, an HTML parser may be a jsup, and if the HTML parser is a jsup, the parsing the first HTML page by using the HTML parser, and acquiring the first page information of the first HTML page includes:
and analyzing the first page information of the first HTML page into a Jsoup object by adopting an application program interface API of the Jsoup.
In the embodiment of the invention, the HTML parser can be Jsoup, which is a Java HTML parser and can directly parse a certain URL address and HTML text content. It provides a very labor-saving set of APIs that can fetch and manipulate data through DOM, CSS and JQuery-like manipulation methods.
In order to obtain the first page information of the first HTML page, in the embodiment of the present invention, an HTML parser is used to parse the first HTML page to obtain the first page information of the first HTML page, and specifically, after the first HTML page is obtained, the first page information of the first HTML page is parsed into a jsup object by using a jsup application program interface API.
According to the Jsoup application program interface API provided by the embodiment of the invention, the first page information of the first HTML page is analyzed into the Jsoup object, so that the first page information of the first HTML page is obtained, and the page display efficiency can be improved.
In order to conveniently form a display result of a final page, in the embodiment of the present invention, the modifying the first page information according to the received modification instruction to obtain the second page information includes:
and modifying the Jsoup object according to the received modification instruction to obtain second page information.
And after receiving the modification instruction, modifying the Jsoup object to obtain second page information, specifically, when modifying the Jsoup object, the Jsoup object is a modification instruction input by a user according to business requirements.
Specifically, the open source Jsoup provides a very rich API, and can insert, delete and add various tag attributes and tag contents. And the Jsoup can retrieve the element using the same selector as jQuery. If the Jsoup retrieval method is replaced by other HTML resolvers, at least a plurality of lines of codes are needed, and Jsoup can be completed only by one line of codes.
If we find out the elements that define class ═ masghead, we can do it with just one line of code using joup, doc.
By modifying the Jsoup object, the corresponding HTML page can be operated very conveniently, and the user information in the Session is updated to the page; removing part of page contents in the page according to different authorities; and initializing functions such as page display state and the like according to the system parameters, so that second page information can be obtained.
For example, if the software skin needs to be changed, the software skin can be uniformly processed when the page returns, and the correct style sheet is added into the page to return, so that the method is very convenient.
According to the embodiment of the invention, the Jsoup object is modified according to the received modification instruction to obtain the second page information, so that the display result of the final page is conveniently formed.
In order to enable the presentation of the page, in the embodiment of the present invention, the converting the second page information into the second HTML page and presenting by using the HTML parser includes:
converting the second page information into a second HTML page by adopting an application program interface API in the Jsoup;
and outputting and displaying the second HTML page according to the Response object in the Jsoup.
In order to display a page, in the embodiment of the present invention, the HTML parser is used to convert the second page information into a second HTML page and display the second page information, specifically, the second page information may be converted into the second HTML page by using an application program interface API in jsup; and outputting and displaying the second HTML page according to the Response object in the Jsoup.
Specifically, the second HTML page information obtained by modifying the first page information in the above embodiment is converted into the second HTML page through the application program interface API in the jsup, and the second HTML page at this time is not the static HTML page written in the file, and is the HTML page to be displayed finally after the service package.
Through rich APIs in Jsoup, the operations of deleting, adding, replacing and the like can be conveniently carried out on the page. And finally, directly converting the second page information into a second HTML page through an API (application programming interface), and outputting the second HTML page to the foreground through a Response object for showing.
The page display process provided by the embodiment of the invention can more effectively operate the page of the foreground in the background, the written code is easier to read, the dynamic page display can be realized, the code of the background can be more effectively recycled to process other services, and the development efficiency is improved.
The embodiment of the invention adopts the application program interface API in Jsoup to convert the second page information into the second HTML page; and outputting and displaying the second HTML page according to the Response object in the Jsoup, thereby improving the display efficiency of the page.
Example 3:
fig. 2 is a schematic structural diagram of a page displaying apparatus according to an embodiment of the present invention, where the apparatus includes:
the intercepting module 201 is configured to intercept a page access request, and obtain a first HTML page according to address information included in the page access request;
the analysis module 202 is configured to analyze the first HTML page by using an HTML analyzer, and obtain first page information of the first HTML page;
the modification module 203 is configured to modify the first page information according to the received modification instruction, so as to obtain second page information;
and the display module 204 is configured to convert the second page information into a second HTML page by using the HTML parser and display the second page information.
Further, the parsing module 202 is specifically configured to parse the first page information of the first HTML page into a jsup object by using a jsup application program interface API.
Further, the modifying module 203 is specifically configured to modify the jsup object according to the received modifying instruction, so as to obtain second page information.
Further, the presentation module 204 is specifically configured to convert the second page information into a second HTML page by using an application program interface API in the jsup; and outputting and displaying the second HTML page according to the Response object in the Jsoup.
If the access to the first HTML page is intercepted, the embodiment of the invention is adopted; and the HTML parser is adopted to parse the first HTML page and modify the obtained page information, and the HTML parser is adopted to convert the modified page information into a second HTML page and display the second HTML page, so that dynamic page display is realized, and page display efficiency is improved.
Example 4:
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, including: the system comprises a processor 301, a communication interface 302, a memory 303 and a communication bus 304, wherein the processor, the communication interface and the memory complete mutual communication through the communication bus;
the memory having stored therein a computer program that, when executed by the processor, causes the processor to perform the steps of:
intercepting a page access request, and acquiring a first HTML page according to address information contained in the page access request;
analyzing the first HTML page by using an HTML analyzer to acquire first page information of the first HTML page;
modifying the first page information according to the received modification instruction to obtain second page information;
and converting the second page information into a second HTML page by adopting the HTML resolver and displaying the second HTML page.
Further, the HTML parser is Jsoup.
Further, the analyzing the first HTML page by using an HTML analyzer, and acquiring the first page information of the first HTML page includes:
and analyzing the first page information of the first HTML page into a Jsoup object by adopting an application program interface API of the Jsoup.
Further, the modifying the first page information according to the received modification instruction to obtain second page information includes:
and modifying the Jsoup object according to the received modification instruction to obtain second page information.
Further, the converting the second page information into a second HTML page and displaying by using the HTML parser includes:
converting the second page information into a second HTML page by adopting an application program interface API in the Jsoup;
and outputting and displaying the second HTML page according to the Response object in the Jsoup.
The communication bus mentioned in the electronic device in each of the above embodiments may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
And the communication interface is used for communication between the electronic equipment and other equipment.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Alternatively, the memory may be at least one memory device located remotely from the processor.
The processor may be a general-purpose processor, including a central processing unit, a Network Processor (NP), and the like; but may also be a Digital Signal Processor (DSP), an application specific integrated circuit, a field programmable gate array or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or the like.
Example 5:
the embodiment of the invention discloses a computer readable storage medium, which stores a computer program executable by an electronic device, and when the program runs on the electronic device, the electronic device is caused to execute the following steps:
intercepting a page access request, and acquiring a first HTML page according to address information contained in the page access request;
analyzing the first HTML page by using an HTML analyzer to acquire first page information of the first HTML page;
modifying the first page information according to the received modification instruction to obtain second page information;
and converting the second page information into a second HTML page by adopting the HTML resolver and displaying the second HTML page.
Further, the HTML parser is Jsoup.
Further, the analyzing the first HTML page by using an HTML analyzer, and acquiring the first page information of the first HTML page includes:
and analyzing the first page information of the first HTML page into a Jsoup object by adopting an application program interface API of the Jsoup.
Further, the modifying the first page information according to the received modification instruction to obtain second page information includes:
and modifying the Jsoup object according to the received modification instruction to obtain second page information.
Further, the converting the second page information into a second HTML page and displaying by using the HTML parser includes:
converting the second page information into a second HTML page by adopting an application program interface API in the Jsoup;
and outputting and displaying the second HTML page according to the Response object in the Jsoup.
The computer readable storage medium in the above embodiments may be any available medium or data storage device that can be accessed by a processor in an electronic device, including but not limited to magnetic memory such as floppy disks, hard disks, magnetic tape, magneto-optical disks (MOs), etc., optical memory such as CDs, DVDs, BDs, HVDs, etc., and semiconductor memory such as ROMs, EPROMs, EEPROMs, non-volatile memory (NAND FLASH), Solid State Disks (SSDs), etc.
In summary, embodiments of the present invention provide a page display method, an apparatus, an electronic device, and a storage medium, where the method includes: intercepting a page access request, and acquiring a first HTML page according to address information contained in the page access request; analyzing the first HTML page by using an HTML analyzer to acquire first page information of the first HTML page; modifying the first page information according to the received modification instruction to obtain second page information; and converting the second page information into a second HTML page by adopting the HTML resolver and displaying the second HTML page.
In the embodiment of the invention, if the access request for accessing the first HTML page is intercepted, the HTML resolver is adopted to resolve the first HTML page and modify the obtained page information, and the HTML resolver is adopted to convert the modified page information into the second HTML page and display the second HTML page, so that the dynamic page display is realized, and the page display efficiency is improved.
For the system/apparatus embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and reference may be made to some descriptions of the method embodiments for relevant points.
It is to be noted that, in this document, relational terms such as first and second, and the like are used solely to distinguish one entity or operation from another entity or operation without necessarily requiring or implying any actual such relationship or order between such entities or operations.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely application embodiment, or an embodiment combining application and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (11)

1. A page display method is characterized by comprising the following steps:
intercepting a page access request, and acquiring a first HTML page according to address information contained in the page access request;
analyzing the first HTML page by using an HTML analyzer to acquire first page information of the first HTML page;
modifying the first page information according to the received modification instruction to obtain second page information;
and converting the second page information into a second HTML page by adopting the HTML resolver and displaying the second HTML page.
2. The method of claim 1, wherein the HTML parser is a jsup.
3. The method of claim 2, wherein the parsing the first HTML page with an HTML parser, obtaining first page information for the first HTML page comprises:
and analyzing the first page information of the first HTML page into a Jsoup object by adopting an application program interface API of the Jsoup.
4. The method of claim 3, wherein the modifying the first page information according to the received modification instruction to obtain the second page information comprises:
and modifying the Jsoup object according to the received modification instruction to obtain second page information.
5. The method of claim 2, wherein said converting the second page information into a second HTML page and rendering using the HTML parser comprises:
converting the second page information into a second HTML page by adopting an application program interface API in the Jsoup;
and outputting and displaying the second HTML page according to the Response object in the Jsoup.
6. A page display apparatus, the apparatus comprising:
the system comprises an interception module, a first HTML page and a second HTML page, wherein the interception module is used for intercepting a page access request and acquiring the first HTML page according to address information contained in the page access request;
the analysis module is used for analyzing the first HTML page by adopting an HTML analyzer to acquire first page information of the first HTML page;
the modification module is used for modifying the first page information according to the received modification instruction to obtain second page information;
and the display module is used for converting the second page information into a second HTML page by adopting the HTML resolver and displaying the second HTML page.
7. The apparatus of claim 6, wherein the parsing module is specifically configured to parse the first page information of the first HTML page into a Jsoup object using a Jsoup application program interface API.
8. The apparatus according to claim 6, wherein the modification module is specifically configured to modify the Jsoup object according to the received modification instruction, so as to obtain second page information.
9. The apparatus according to claim 6, wherein the presentation module is specifically configured to convert the second page information into a second HTML page using an application program interface API in the jsup; and outputting and displaying the second HTML page according to the Response object in the Jsoup.
10. An electronic device, comprising: the system comprises a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory complete mutual communication through the communication bus; the memory has stored therein a computer program which, when executed by the processor, causes the processor to carry out the steps of the method of any one of claims 1-5.
11. A computer-readable storage medium, characterized in that it stores a computer program executable by an electronic device, which program, when run on the electronic device, causes the electronic device to carry out the steps of the method according to any one of claims 1-5.
CN201811505504.3A 2018-12-10 2018-12-10 Page display method and device, electronic equipment and storage medium Pending CN111291298A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811505504.3A CN111291298A (en) 2018-12-10 2018-12-10 Page display method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811505504.3A CN111291298A (en) 2018-12-10 2018-12-10 Page display method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111291298A true CN111291298A (en) 2020-06-16

Family

ID=71028901

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811505504.3A Pending CN111291298A (en) 2018-12-10 2018-12-10 Page display method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111291298A (en)

Cited By (1)

* 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

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105354301A (en) * 2015-11-04 2016-02-24 国云科技股份有限公司 Method for reorganizing Html structure and acquiring Html component by clicking by using mouse
CN106202348A (en) * 2016-07-04 2016-12-07 中山大学 A kind of web page form information extraction method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105354301A (en) * 2015-11-04 2016-02-24 国云科技股份有限公司 Method for reorganizing Html structure and acquiring Html component by clicking by using mouse
CN106202348A (en) * 2016-07-04 2016-12-07 中山大学 A kind of web page form information extraction method

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
CN114385290B (en) * 2021-12-24 2024-04-05 国泰新点软件股份有限公司 Page conversion method, device and storage medium

Similar Documents

Publication Publication Date Title
CN108304498B (en) Webpage data acquisition method and device, computer equipment and storage medium
CN109739478B (en) Front-end project automatic construction method and device, storage medium and electronic equipment
CN108156022B (en) Service calling method and device and electronic equipment
CN109840083B (en) Webpage component template construction method and device, computer equipment and storage medium
CN110321504B (en) Page processing method and device
CN107766036B (en) Module construction method and device and terminal equipment
CN103593406A (en) Static resource identifier processing method and device
CN110851136A (en) Data acquisition method and device, electronic equipment and storage medium
CN111291298A (en) Page display method and device, electronic equipment and storage medium
CN113050921A (en) Webpage conversion method, device, storage medium and computer equipment
CN116204692A (en) Webpage data extraction method and device, electronic equipment and storage medium
CN109101429A (en) A kind of method and device of the browser page debugging of set-top box
CN110309499B (en) Device for generating examination report and method for generating examination report online
US20130036350A1 (en) Modular tool for constructing a link to a rights program from article information
CN114356330A (en) Page configuration method and device, electronic equipment and storage medium
CN112463202B (en) Configuration method and device of operating system functional components
CN115062255B (en) Website adaptation method and device, electronic equipment and computer readable storage medium
CN111338941B (en) Information processing method and device, electronic equipment and storage medium
CN112596838B (en) Method, device, equipment and storage medium for displaying universal Web page
CN116643791A (en) Redundant data cleaning method and device, electronic equipment and storage medium
CN114817799A (en) Webpage information processing method and device, electronic equipment and storage medium
CN117034298A (en) XSS vulnerability detection method and device, electronic equipment and storage medium
CN117312713A (en) Method and system for processing information creation environment based on browser automatic flow
CN115098090A (en) Form generation method and device
CN116484423A (en) Privacy protocol processing method, device, equipment and medium based on online template

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