CN111079048B - Page loading method and device - Google Patents

Page loading method and device Download PDF

Info

Publication number
CN111079048B
CN111079048B CN201911230247.1A CN201911230247A CN111079048B CN 111079048 B CN111079048 B CN 111079048B CN 201911230247 A CN201911230247 A CN 201911230247A CN 111079048 B CN111079048 B CN 111079048B
Authority
CN
China
Prior art keywords
page
file
access request
data
target
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911230247.1A
Other languages
Chinese (zh)
Other versions
CN111079048A (en
Inventor
苗威
方昌权
宋云路
李振华
吴贯亮
孙阳
肖瑶
董利明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information 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 Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN201911230247.1A priority Critical patent/CN111079048B/en
Publication of CN111079048A publication Critical patent/CN111079048A/en
Application granted granted Critical
Publication of CN111079048B publication Critical patent/CN111079048B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/957Browsing optimisation, e.g. caching or content distillation
    • 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
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

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

Abstract

The disclosure relates to a page loading method and device, and relates to the field of page loading. Comprising the following steps: the terminal responds to a page loading instruction, sends a first page data access request to a server and generates a page file access request, wherein the page loading instruction is used for requesting loading of a target page of an application, the page file access request comprises an address of a page file of the target page, the first page data access request comprises the address of the page file of the target page, and the address of the page file of the target page and the address of user data of the target page have a corresponding relation; receiving user data of a target page returned by a server; acquiring file response data of the page file comprising the target page according to the page file access request; and loading the target page according to the user data and the file response data of the target page so as to shorten the time for loading the web page.

Description

Page loading method and device
Technical Field
The disclosure relates to the field of page loading, and in particular relates to a page loading method and device.
Background
A web view control is a visual control of a client application that is used to present a web page (which may be referred to as a web page). Because web pages have the advantages of high development speed, short online period of new versions and suitability for different systems by one development, the web pages occupy more and more weight in client application.
In the related art, the loading of web pages depends on webview controls. When a user clicks a webview control in a client application, the terminal can initialize the webview control, after the kernel of the webview is ready, the terminal can request a server to acquire page resources such as a hypertext markup language (hyper text markuplanguage, HTML) file, a cascading style sheet (cascading style sheet, CSS) file under the HTML file, a Java script file (JS file for short), a picture file and the like, and user data to be displayed on a web page, and render the web page according to the HTML file, the page resources and the user data.
However, in the loading process of the web page, the initialization of the web view control, the acquisition of the HTML file, the acquisition of the page resource and the acquisition of the user data are performed in series, that is, the execution of the latter step needs to wait for the completion of the former step and then can start, which results in long loading time of the web page. And because the page is usually a white screen in the process of loading the web page, the user experience is affected.
Disclosure of Invention
The disclosure provides a page loading method and device, which solve the problem of long loading time of web pages. The technical scheme of the present disclosure is as follows:
According to a first aspect of an embodiment of the present disclosure, there is provided a page loading method, applied to a terminal, including:
responding to the page loading instruction, sending a first page data access request to a server, and generating a page file access request; the page loading instruction is used for requesting to load a target page of an application, the page file access request comprises an address of a page file of the target page, the first page data access request comprises an address of a page file of the target page, and a corresponding relation exists between the address of the page file of the target page and an address of user data of the target page;
receiving user data of the target page returned by the server;
acquiring file response data of the page file comprising the target page according to the page file access request;
and loading the target page according to the user data of the target page and the file response data.
Optionally, the page file access request further includes a file request type identifier, and the first page data access request further includes a data request type identifier;
the file request type identifier is used for indicating that the type of the request is a file, and the data request type identifier is used for indicating that the type of the request is data.
Optionally, the sending the first page data access request to the server in response to the page load instruction, and generating the page file access request include:
responding to the selection operation of an installation control, sending the first page data access request to the server, creating and initializing a browser control, and generating the page file access request through the browser control, wherein the installation control is used for installing the browser control when triggered;
or, in response to a selection operation of the browser control, sending the first page data access request to the server, initializing the browser control, and generating the page file access request through the browser control.
Optionally, after the obtaining, according to the page file access request, file response data of the page file including the target page, the method further includes:
generating a second page data access request through the browser control according to the page file of the target page, wherein the second page data access request comprises the address of the user data of the target page; the page file of the target page comprises an address of user data of the target page;
The loading the target page according to the user data of the target page and the file response data comprises the following steps:
intercepting the second page data access request;
responding to the interception of the second page data access request, packaging the received user data of the target page into target response data which can be identified by the browser control, and transmitting the target response data to the browser control;
and loading the target page through the browser control according to the target response data and the file response data.
Optionally, the intercepting the second page data access request includes:
and calling an interception function, and intercepting the second page data access request when the second page data access request comprises a data request type identifier.
According to a second aspect of the embodiments of the present disclosure, there is provided a page loading method, applied to a server, including:
receiving a first page data access request sent by a terminal, wherein the first page data access request comprises an address of a page file of a target page, and the address of the page file of the target page and an address of user data of the target page have a corresponding relation;
And acquiring the user data of the target page according to the first page data access request, and returning the user data of the target page to the terminal.
Optionally, the method further comprises:
receiving a page file access request sent by the terminal, wherein the page file access request comprises the address of a page file of the target page;
and acquiring the page file of the target page according to the page file access request, and returning file response data comprising the page file of the target page to the terminal.
Optionally, the obtaining, according to the first page data access request, the user data of the target page includes:
when the first page data access request further comprises a data request type identifier, acquiring an address of user data of the target page corresponding to the address of a page file of the target page; the data request type identifier is used for indicating that the type of the request is data;
and acquiring the user data of the target page according to the address of the user data of the target page.
Optionally, the obtaining, according to the page file access request, the page file of the target page includes:
When the page file access request is determined to further comprise a file request type identifier, acquiring a page file of the target page according to the address of the page file of the target page; the file request type identifier is used for indicating that the type of the request is a file.
According to a third aspect of the embodiments of the present disclosure, there is provided a page loading apparatus, applied to a terminal, including:
the system comprises a sending module, a server and a receiving module, wherein the sending module is configured to execute a response to a page loading instruction, and send a first page data access request to the server, wherein the page loading instruction is used for requesting loading of a target page of an application, the first page data access request comprises an address of a page file of the target page, and the address of the page file of the target page has a corresponding relation with an address of user data of the target page;
a generation module configured to execute a page file access request in response to the page load instruction; the page file access request includes an address of a page file of the target page;
the receiving module is configured to execute receiving of the user data of the target page returned by the server;
an acquisition module configured to perform acquisition of file response data of a page file including the target page in accordance with the page file access request;
And the loading module is configured to load the target page according to the user data of the target page and the file response data.
Optionally, the page file access request further includes a file request type identifier, and the first page data access request further includes a data request type identifier;
the file request type identifier is used for indicating that the type of the request is a file, and the data request type identifier is used for indicating that the type of the request is data.
Optionally, the generating module is specifically configured to perform:
responding to the selection operation of an installation control, creating and initializing a browser control, and generating the page file access request, wherein the installation control is used for installing the browser control when triggered;
or, in response to a selection operation of the browser control, initializing the browser control, and generating the page file access request.
Optionally, the generating module is further configured to execute generating a second page data access request according to the page file of the target page, where the second page data access request includes an address of user data of the target page; the page file of the target page comprises an address of user data of the target page;
The loading module is specifically configured to execute interception of the second page data access request; responding to the interception of the second page data access request, packaging the received user data of the target page into target response data which can be identified by the browser control, and transmitting the target response data to the browser control; and loading the target page according to the target response data and the file response data.
Optionally, the loading module is specifically configured to perform:
and calling an interception function, and intercepting the second page data access request when the second page data access request comprises a data request type identifier.
According to a fourth aspect of the embodiments of the present disclosure, there is provided a page loading apparatus, applied to a server, including:
the receiving module is configured to execute a first page data access request sent by the receiving terminal, wherein the first page data access request comprises an address of a page file of a target page, and the address of the page file of the target page has a corresponding relation with an address of user data of the target page;
the acquisition module is configured to acquire the user data of the target page according to the first page data access request;
And the sending module is configured to execute the user data returning the target page to the terminal.
Optionally, the receiving module is further configured to perform receiving a page file access request sent by the terminal, where the page file access request includes an address of a page file of the target page;
the acquisition module is further configured to execute acquiring the page file of the target page according to the page file access request;
the sending module is further configured to perform returning file response data of the page file including the target page to the terminal.
Optionally, the acquiring module is specifically configured to perform:
when the first page data access request further comprises a data request type identifier, acquiring an address of user data of the target page corresponding to the address of a page file of the target page; the data request type identifier is used for indicating that the type of the request is data;
and acquiring the user data of the target page according to the address of the user data of the target page.
Optionally, the acquiring module is specifically configured to perform:
when the page file access request is determined to further comprise a file request type identifier, acquiring a page file of the target page according to the address of the page file of the target page; the file request type identifier is used for indicating that the type of the request is a file.
According to a fifth aspect of embodiments of the present disclosure, there is provided a terminal comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement any of the optional page loading methods of the first aspect above.
According to a sixth aspect of embodiments of the present disclosure, there is provided a server comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement any of the optional page loading methods of the second aspect above.
According to a seventh aspect of embodiments of the present disclosure, there is provided a page loading system including: a terminal for executing any one of the above-mentioned optional page loading methods of the first aspect, and a server for executing any one of the above-mentioned optional page loading methods of the second aspect.
According to an eighth aspect of embodiments of the present disclosure, there is provided a computer-readable storage medium having instructions stored thereon, which when executed by a processor of a terminal, enable the terminal to perform any one of the above-mentioned optional page loading methods of the first aspect.
According to a ninth aspect of embodiments of the present disclosure, there is provided a computer readable storage medium having instructions stored thereon, which when executed by a processor of a server, enable the server to perform any one of the above-described optional page loading methods of the second aspect.
According to a tenth aspect of embodiments of the present disclosure, there is provided a computer program product comprising instructions which, when run on a computer, cause the computer to perform the optional page loading method as in any of the first aspects.
According to an eleventh aspect of embodiments of the present disclosure, there is provided a computer program product comprising instructions which, when run on a computer, cause the computer to perform the optional page loading method as in any of the second aspects.
The technical scheme provided by the embodiment of the disclosure at least brings the following beneficial effects: the terminal responds to a page loading instruction of a target page for requesting loading of an application, sends a first page data access request to a server, and generates a page file access request, wherein the first page data access request and the page file access request both comprise the address of a page file of the target page, the address of the page file of the target page has a corresponding relation with the address of user data of the target page, the terminal receives the user data of the target page returned by the server, acquires file response data of the page file comprising the target page according to the page file access request, and loads the target page according to the user data and the file response data of the target page. In this way, the user data for loading the target page is executed in advance with the page file for loading the target page, and because the page file for loading the target page is a resource file such as a JS file, a CSS file, a picture file and the like under the HTML file, the user data for loading the target page is executed simultaneously with the page file for loading the target page, that is, the user data for loading the target page is executed simultaneously with the page file for loading the HTML file, and the address of the HTML file is contained in the first page data access request and is sent to the server in response to the page loading instruction, and because the address of the HTML file and the address of the user data of the target page have a corresponding relation, the server can acquire the user data of the target page according to the corresponding relation and return the user data to the terminal, so that the terminal can directly use the received user data of the target page to carry out page loading after the resource file under the HTML file and the HTML file is loaded in response to the page loading instruction, rather than requesting the user data from the server, thereby shortening the time for loading the web page, and improving the user experience in the loading process.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure and do not constitute an undue limitation on the disclosure.
FIG. 1 is a schematic diagram of a page loading system, according to an example embodiment.
FIG. 2 is a flowchart illustrating a method of page loading, according to an example embodiment.
FIG. 3 is a flowchart illustrating another page loading method according to an example embodiment.
FIG. 4 is a flowchart illustrating another page loading method according to an example embodiment.
FIG. 5 is a block diagram illustrating the logical structure of a page loading device according to an exemplary embodiment.
FIG. 6 is a block diagram illustrating the logical structure of another page loading device, according to an example embodiment.
Fig. 7 is a block diagram illustrating a structure of a terminal according to an exemplary embodiment.
Fig. 8 is a block diagram illustrating a structure of a server according to an exemplary embodiment.
Detailed Description
In order to enable those skilled in the art to better understand the technical solutions of the present disclosure, the technical solutions of the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the foregoing figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the disclosure described herein may be capable of operation in sequences other than those illustrated or described herein. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present disclosure as detailed in the accompanying claims.
Before describing the page loading method of the embodiment of the present disclosure in detail, an application scenario and an implementation environment of the embodiment of the present disclosure are described.
First, an application scenario of the embodiment of the present disclosure will be described.
The page loading method of the embodiment of the disclosure is applied to a scene of loading the target page of the application. In one scenario, when a user needs to view a target page of an application, a browser control for displaying the target page may be installed first, so that the terminal may load the target page according to an installation operation of the user. In another scenario, if the browser control is already created in the application or the browser control is built in the application, the user can operate the browser control, and the terminal can load the target page according to the operation of the user on the browser control. The browser control may be a webview control in the application, and the target page is a corresponding web page.
However, in the related art, loading a web page requires serial execution: initializing a corresponding webview control, requesting an HTML file of a web page, requesting a resource file under the HTML file, requesting user data of the web page, and loading the web page according to the HTML file, the resource file and the user data, which results in long loading time of the web page. In order to shorten the time for loading the web page, the embodiment of the disclosure provides a page loading method, which advances the user data for loading the target page to be executed simultaneously with the HTML file for loading the target page, so that the terminal can directly use the user data loaded in advance after loading the HTML file and the resource file under the HTML file, but not request the user data from the server after loading the resource file, thereby shortening the total loading time of the web page, further shortening the time for displaying the white screen in the loading process, and improving the user experience.
Next, an implementation environment of the embodiments of the present disclosure will be described.
FIG. 1 is a schematic diagram of a page loading system, according to an example embodiment. As shown in fig. 1, the page loading system may include: a terminal 11 and a server 12. The terminal 11 communicates with the server 12 by wired communication or wireless communication.
The terminal 11 is mainly configured to send a first page data access request to the server in response to a page loading instruction for requesting loading of a target page of an application, and generate a page file access request at the same time; and is also operative to load the target page based on the retrieved page file of the target page and the user data of the target page received from the server 12. The page file of the target page comprises: an HTML file, where the user data of the target page may include: personal information such as a user nickname, address of a user's avatar, personal profile of the user, etc.
In some embodiments, the terminal 11 may be a mobile phone, a tablet computer, a notebook computer, a desktop computer, a portable computer, etc., which is not limited in this disclosure. In fig. 1, a terminal 11 is shown as a mobile phone.
The server 12 is configured to acquire and return user data of a target page to the terminal 11 after receiving a first page data access request sent by the terminal 11. Further, the server 12 is further configured to obtain and return, to the terminal 11, file response data of the pagefile including the target page after receiving a pagefile access request sent by the terminal 11 through the browser control. In some embodiments, the server 12 may be one server, or may be a server cluster formed by a plurality of servers, which is not limited in this disclosure.
After an application scene and an implementation environment of the embodiment of the present disclosure are introduced, a page loading method provided by the embodiment of the present disclosure is described in detail.
FIG. 2 is a flow chart illustrating a method of page loading, as shown in FIG. 2, according to an exemplary embodiment, the method may include:
201. the terminal responds to the page loading instruction, sends a first page data access request to the server, and generates a page file access request.
The page loading instruction is used for requesting to load a target page of an application, the page file access request comprises an address of a page file of the target page, the first page data access request comprises an address of a page file of the target page, and the address of the page file of the target page has a corresponding relation with an address of user data of the target page.
And, the page file access request may include: an HTML file access request, a JS file access request, a CSS file access request, and a picture file access request, so as to obtain an HTML file, a plurality of JS files, a plurality of CSS files, and a plurality of picture files included in a page file of a target page. Considering that in the process of loading the page file of the target page, an HTML file access request is first generated to load the HTML file, and then the HTML file is parsed to load a plurality of JS files, a plurality of CSS files or a plurality of picture files under the HTML file, therefore, the first page data access request includes an address of the HTML file, the address of the HTML file is pre-stored in the terminal, and the terminal can directly obtain the address of the HTML file in response to the page loading instruction.
202. And the terminal receives the user data of the target page returned by the server.
203. And the terminal acquires file response data of the page file comprising the target page according to the page file access request.
204. And the terminal loads the target page according to the user data and the file response data of the target page.
The technical scheme provided by the embodiment at least brings the following beneficial effects: the technical scheme provided by the embodiment of the disclosure at least brings the following beneficial effects: the terminal responds to a page loading instruction of a target page for requesting loading of an application, sends a first page data access request to a server, and generates a page file access request, wherein the first page data access request and the page file access request both comprise the address of a page file of the target page, the address of the page file of the target page has a corresponding relation with the address of user data of the target page, the terminal receives the user data of the target page returned by the server, acquires file response data of the page file comprising the target page according to the page file access request, and loads the target page according to the user data and the file response data of the target page. In this way, the user data for loading the target page is executed in advance with the page file for loading the target page, and because the page file for loading the target page is a resource file such as a JS file, a CSS file, a picture file and the like under the HTML file, the user data for loading the target page is executed simultaneously with the page file for loading the target page, that is, the user data for loading the target page is executed simultaneously with the page file for loading the HTML file, and the address of the HTML file is contained in the first page data access request and is sent to the server in response to the page loading instruction, and because the address of the HTML file and the address of the user data of the target page have a corresponding relation, the server can acquire the user data of the target page according to the corresponding relation and return the user data to the terminal, so that the terminal can directly use the received user data of the target page to carry out page loading after the resource file under the HTML file and the HTML file is loaded in response to the page loading instruction, rather than requesting the user data from the server, thereby shortening the time for loading the web page, and improving the user experience in the loading process.
FIG. 3 is a flowchart illustrating another page loading method, as shown in FIG. 3, according to an exemplary embodiment, which may include:
301. the server receives a first page data access request sent by the terminal.
The first page data access request comprises an address of a page file of a target page, and the address of the page file of the target page and an address of user data of the target page have a corresponding relation. That is, the first page data access request includes an address of an HTML file of the target page, and the address of the HTML file of the target page has a correspondence relationship with an address of user data of the target page.
302. And the server acquires the user data of the target page according to the first page data access request, and returns the user data of the target page to the terminal.
The technical scheme provided by the embodiment at least brings the following beneficial effects: the server receives a first page data access request sent by the terminal, acquires user data of the target page according to the first page data access request, and returns the user data to the terminal, wherein the first page data access request comprises an address of an HTML file of the target page, and the address of the HTML file of the target page has a corresponding relation with the address of the user data of the target page. Therefore, the server can acquire the user data of the target page according to the corresponding relation after receiving the first page data access request comprising the address of the HTML file of the target page and return the user data to the terminal, the user data of the target page is loaded while the terminal loads the page file of the target page, the time for loading the web page is shortened, the time for displaying the white screen in the loading process is shortened, and the user experience is improved.
FIG. 4 is a flowchart illustrating another page loading method, as shown in FIG. 4, according to an exemplary embodiment, which may include:
401. the terminal responds to the page loading instruction, sends a first page data access request to the server, and generates a page file access request.
The first page data access request includes an address of an HTML file of the target page, where the address of the HTML file may specifically be a uniform resource locator (uniform resource locator, URL) for accessing the HTML file. For example, the URL for accessing the HTML file may be:http://x.com/userid=1
when a user needs to view a target page of an application, the terminal can respond to a page loading instruction and generate a page file access request while sending a first page data access request comprising an address of an HTML file to a server. In the embodiment of the disclosure, the terminal responding to the page load instruction can comprise the following two scenes:
in one scenario, the terminal may, in response to a user's selection operation of the installation control, send a first page data access request to the server, and create and initialize a browser control for displaying the target page, where after the kernel of the browser control is ready, the browser control generates a page file access request. The installation control is used for installing the browser control when triggered, the browser control can be a webview control in a certain application, and the target page can be a corresponding web page.
In another scenario, when the browser control is already created in advance in the application or the browser control is built in the application, the terminal may initialize the browser control while sending the first page data access request to the server in response to a selection operation of the user on the browser control, and after the kernel of the browser control is ready, generate a page file access request by the browser control.
Further, the file request type identifier may be further included in the page file access request, and the first page data access request may further include the data request type identifier. Wherein the file request type identifier is used for indicating that the type of the request is a file, and the data request type identifier is used for indicating that the type of the request is data.
In a specific implementation, the file request type identifier is used for indicating that the type of the request is a GET type, and the data request type identifier is used for indicating that the type of the request is a POST type, that is, the type of the first page data access request is a POST type, and the types of the HTML file access request, the JS file access request, the CSS file access request and the picture file access request are all GET types. The data of the POST request needs to be stored in the server and cannot be cached in the terminal in advance, that is, the terminal needs to request the user data of the target page from the server every time the target page is loaded. The file of the GET request may be cached at the terminal.
402. The server receives a first page data access request sent by the terminal.
403. And the server acquires the user data of the target page according to the first page data access request.
After receiving the first page data access request sent by the terminal, the server may obtain the user data of the target page according to the first page data access request.
Since the first page data access request includes an address for accessing the HTML file, the server wants to acquire the user data according to the first page data access request instead of acquiring the HTML file, and also needs to determine the type of the first page data access request. The server obtaining the user data of the target page may specifically include: if it is determined that the first page data access request further includes: the server may search the correspondence between the address of the HTML file stored in the server and the address of the user data, obtain the address of the user data of the target page corresponding to the address of the HTML file of the target page, and then obtain the user data of the target page according to the address of the user data of the target page.
404. And the server returns the user data of the target page to the terminal.
405. And the terminal receives the user data of the target page returned by the server.
406. And the terminal acquires file response data of the page file comprising the target page according to the page file access request.
After the terminal has completed step 401, that is, after the browser control generates the page file access request, the browser control may obtain, according to the request, file response data of the page file including the target page, where the file response data is data that can be identified by the browser control. Wherein the page file access request includes: HTML file access request, JS file access request, CSS file access request, picture file access request, corresponding file response data includes: HTML response data, JS response data, CSS response data, or picture response data.
In the embodiment of the present disclosure, the terminal may acquire file response data in the following two ways:
in one implementation, after the browser control generates the page file access request, the browser control may directly send the page file access request to the server using its own network component, and receive the file response data returned by the server. In a specific implementation, the browser control may first send an HTML file access request to the server, where the HTML file access request includes: and the address of the HTML file and receiving the HTML file returned by the server. Then the browser control analyzes the HTML file, obtains the address of the JS file, the address of the CSS file and the address of the picture file included in the HTML file, and generates a JS file access request (including the address of the JS file), a CSS file access request (including the address of the CSS file) and a picture file access request (including the address of the picture file) so as to correspondingly receive JS response data, CSS response data and picture response data returned by the server, so that the browser control can obtain a plurality of JS files, a plurality of CSS files or a plurality of picture files under the HTML file.
In another implementation, after the browser control generates the pagefile access request, an interception function is invoked to intercept the pagefile access request when the type of the pagefile access request is determined to be a GET type. And then judging whether the page file of the target page is stored or not according to the address of the page file of the target page included in the page file access request. If not, the browser control can send the page file access request to the server by adopting a network component of the browser control and receive file response data returned by the server. And if so, packaging the page file of the target page stored by the browser control into file response data which can be identified by the browser control, and returning the file response data to the browser control.
It should be noted that, in the embodiment of the present disclosure, when the terminal sends a page file access request to the server and receives file response data returned by the server, the server may specifically include: when the server determines that the page file access request comprises a file request type identifier, namely that the type of the page file access request is a GET type, the server acquires the page file of the target page according to the address of the page file of the target page included in the page file access request.
In addition, in one implementation, the custom fusion lprocol may be implemented by inheriting the nsurlprocol and rewriting key functions therein, and then registering the custom FusionURLProtocol, fusionURLProtocol may control the page file access request. The NSURLProtocol is an abstract class provided by a Cocoa Touch framework, is composed of a series of callback functions, provides a basic structure for loading web pages, and can hijack network requests initiated by NSURLConnection in the global.
407. And the terminal loads the target page according to the user data and the file response data of the target page.
After receiving the user data of the target page in step 404 and obtaining the HTML response data, the JS response data, the CSS response data, and the picture response data in step 405, the terminal may render the target page according to the user data of the target page, the HTML response data, the JS response data, the CSS response data, and the picture response data.
Further, after executing step 405, before step 406, the browser control may learn, according to the page file of the target page, what user data needs to be loaded, that is, obtain the address of the user data of the target page included in the page file of the target page, and generate a second page data access request, where the second page data access request includes: the address of the user data of the target page, and the type of the second page data access request is a POST type.
At this time, correspondingly, in step 406, the terminal loads the target page according to the user data and the file response data of the target page, which may specifically include: intercepting the second page data access request, and in response to intercepting the second page data access request, encapsulating the user data of the target page received in step 404 into target response data which can be identified by the browser control and transmitting the target response data to the browser control, so that the browser control can render the target page according to the target response data, the HTML response data, the JS response data, the CSS response data and the picture response data.
It should be noted that, in an embodiment of the present disclosure, in an implementation manner, intercepting the second page data access request may generate a custom protocol class in advance by rewriting a key function in a preset protocol class, and register the custom protocol class when the application is opened, so that the second page data access request may be intercepted by using the custom protocol class. Intercepting the second page data access request may specifically include: after the second page data access request is generated, an interception function in a custom protocol class, such as a shouldbiedtrequest function, is called, and when the type of the request is determined to be the POST type according to the data request type identifier included in the second page data access request, the return value of the interception function is YES, and the second page data access request is intercepted at the moment.
In addition, the encapsulating the user data of the target page received in step 404 into the target response data that can be identified by the browser control may specifically include: and constructing target response data of the user data of the target page in a browser response simulating mode, wherein the target response data is identical to response data returned by the server. If the page data access request is a hypertext transfer protocol (hyper text transport protocol, HTTP) request, HTTP response data, i.e., target response data, may be constructed in accordance with the HTTP protocol.
The technical scheme provided by the embodiment at least brings the following beneficial effects: the terminal responds to the page loading instruction for requesting to load the target page of the application, can simultaneously execute the user data of the loading target page and create or initialize the corresponding browser control, and the terminal receives the user data of the target page returned by the server, so that the browser control can acquire the user data of the target page received by the terminal to perform page rendering after loading the HTML file and the resource file under the HTML file, and the browser control can request the user data from the server instead of after loading the resource file, thereby shortening the time for loading the web page, shortening the time for displaying the white screen in the loading process and improving the user experience.
FIG. 5 is a block diagram illustrating the logical structure of a page loading device according to an exemplary embodiment. Referring to fig. 5, the page loading apparatus is applied to a terminal, and includes: a transmitting module 51, a generating module 52, a receiving module 53, an obtaining module 54 and a loading module 55.
A sending module 51 configured to perform sending, in response to a page load instruction, a first page data access request to a server, where the page load instruction is used to request loading of a target page of an application, the first page data access request includes an address of a page file of the target page, and the address of the page file of the target page has a correspondence with an address of user data of the target page;
a generation module 52 configured to execute a page file access request in response to the page load instruction; the page file access request includes an address of a page file of the target page;
a receiving module 53, configured to perform receiving user data of the target page returned by the server;
an acquisition module 54 configured to perform acquisition of file response data of a page file including the target page in accordance with the page file access request;
And a loading module 55 configured to perform loading of the target page according to the user data of the target page and the file response data.
Optionally, the page file access request further includes a file request type identifier, and the first page data access request further includes a data request type identifier;
the file request type identifier is used for indicating that the type of the request is a file, and the data request type identifier is used for indicating that the type of the request is data.
Optionally, the generating module 52 is specifically configured to perform:
responding to the selection operation of an installation control, creating and initializing a browser control, and generating the page file access request, wherein the installation control is used for installing the browser control when triggered;
or, in response to a selection operation of the browser control, initializing the browser control, and generating the page file access request.
Optionally, the generating module 52 is further configured to execute generating a second page data access request according to the page file of the target page, where the second page data access request includes an address of user data of the target page; the page file of the target page comprises an address of user data of the target page;
The loading module 55 is specifically configured to perform interception of the second page data access request; responding to the interception of the second page data access request, packaging the received user data of the target page into target response data which can be identified by the browser control, and transmitting the target response data to the browser control; and loading the target page according to the target response data and the file response data.
Optionally, the loading module 55 is specifically configured to perform:
and calling an interception function, and intercepting the second page data access request when the second page data access request comprises a data request type identifier.
FIG. 6 is a block diagram illustrating the logical structure of another page loading device, according to an example embodiment. Referring to fig. 6, the page loading apparatus is applied to a server, and includes: a receiving module 61, an acquiring module 62 and a transmitting module 63.
A receiving module 61 configured to execute a first page data access request sent by a receiving terminal, where the first page data access request includes an address of a page file of a target page, and the address of the page file of the target page has a correspondence with an address of user data of the target page;
An acquisition module 62 configured to perform acquisition of user data of the target page according to the first page data access request;
and a sending module 63 configured to perform user data returning the target page to the terminal.
Optionally, the receiving module 61 is further configured to perform receiving a page file access request sent by the terminal, where the page file access request includes an address of a page file of the target page;
the obtaining module 62 is further configured to obtain a page file of the target page according to the page file access request;
the sending module 63 is further configured to perform returning file response data of the page file including the target page to the terminal.
Optionally, the obtaining module 62 is specifically configured to perform:
when the first page data access request further comprises a data request type identifier, acquiring an address of user data of the target page corresponding to the address of a page file of the target page; the data request type identifier is used for indicating that the type of the request is data;
and acquiring the user data of the target page according to the address of the user data of the target page.
Optionally, the obtaining module 62 is specifically configured to perform:
when the page file access request is determined to further comprise a file request type identifier, acquiring a page file of the target page according to the address of the page file of the target page; the file request type identifier is used for indicating that the type of the request is a file.
The specific manner in which the various modules perform the operations in the apparatus of the above embodiments have been described in detail in connection with the embodiments of the method, and will not be described in detail herein.
Fig. 7 is a block diagram illustrating a structure of a terminal, which may be a page loading apparatus, according to an exemplary embodiment, which may be: smart phones, tablet computers, notebook computers or desktop computers.
The page loading means may comprise at least one processor 71, a communication bus 72, a memory 73 and at least one communication interface 74.
Processor 71 may be a processor (central processing units, CPU), microprocessor unit, ASIC, or one or more integrated circuits for controlling the execution of programs in accordance with the present disclosure.
Communication bus 72 may include a pathway to transfer information between the aforementioned components.
The communication interface 74, uses any transceiver-like device for communicating with other devices or communication networks, such as servers, ethernet, radio access network (radio access network, RAN), wireless local area network (wireless local areanetworks, WLAN), etc.
The memory 73 may be, but is not limited to, a read-only memory (ROM) or other type of static storage device that can store static information and instructions, a random access memory (random access memory, RAM) or other type of dynamic storage device that can store information and instructions, or an electrically erasable programmable read-only memory (electrically erasable programmable read-only memory, EEPROM), a compact disc read-only memory (compact disc read-only memory) or other optical disc storage, a compact disc storage (including compact disc, laser disc, optical disc, digital versatile disc, blu-ray disc, etc.), a magnetic disk storage medium or other magnetic storage device, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer. The memory may be stand alone and be connected to the processing unit by a bus. The memory may also be integrated with the processing unit.
Wherein the memory 73 is used for storing application program codes for executing the disclosed aspects and is controlled to be executed by the processor 71. The processor 71 is operative to execute application code stored in the memory 73 to thereby implement the functions in the methods of the present disclosure.
In a particular implementation, processor 71 may include one or more CPUs, such as CPU0 and CPU1 of FIG. 7, as an example.
In a particular implementation, as one embodiment, the page loading device may include multiple processors, such as processor 71 and processor 75 in FIG. 7. Each of these processors may be a single-core (single-CPU) processor or may be a multi-core (multi-CPU) processor. A processor herein may refer to one or more devices, circuits, and/or processing cores for processing data (e.g., computer program instructions).
In a specific implementation, as an embodiment, the page loading apparatus may further include an input device 76 and an output device 77. The input device 76 communicates with the processor 71 and may accept user input in a variety of ways. For example, the input device 76 may be a mouse, keyboard, touch screen device, or sensing device, among others. The output device 77 communicates with the processor 71 and may display information in a variety of ways. For example, the output device 77 may be a liquid crystal display (liquid crystal display, LCD), a light emitting diode (light emitting diode, LED) display device, or the like.
It will be appreciated by those skilled in the art that the structure shown in fig. 7 is not limiting of the terminal and may include more or fewer components than shown, or may combine certain components, or may employ a different arrangement of components.
Fig. 8 is a block diagram illustrating a structure of a server, which may be a page loading device, according to an exemplary embodiment. The server may vary considerably in configuration or performance and may include one or more processors 81 and one or more memories 82. Wherein the memory 82 stores at least one instruction, and the at least one instruction is loaded and executed by the processor 81 to implement the page loading method provided in each of the above method embodiments. Of course, the server may also have a wired or wireless network interface, a keyboard, an input/output interface, and other components for implementing the functions of the device, which are not described herein.
The present disclosure also provides a page loading system, including: a terminal and a server;
the terminal is used for responding to the page loading instruction, sending a first page data access request to the server and generating a page file access request;
The server is used for receiving a first page data access request sent by the terminal, acquiring user data of a target page according to the first page data access request, and returning the user data of the target page to the terminal;
the terminal is also used for receiving the user data of the target page returned by the server and acquiring file response data of the page file comprising the target page according to the page file access request; and loading the target page according to the user data and the file response data of the target page.
The present disclosure also provides a computer-readable storage medium comprising instructions stored thereon that, when executed by a processor of a computer device, enable the computer to perform the page loading method provided by the above-described illustrated embodiments. For example, the computer readable storage medium may be a memory 73 comprising instructions executable by the processor 71 of the terminal to perform the above-described method. For another example, the computer readable storage medium may be a memory 82 comprising instructions executable by the processor 81 of the server to perform the above-described method. Alternatively, the computer readable storage medium may be a non-transitory computer readable storage medium, for example, a ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical data storage device, and the like.
The present disclosure also provides a computer program product containing instructions which, when run on a computer, cause the computer device to perform the page loading method provided by the above-described illustrated embodiments.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any adaptations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It is to be understood that the present disclosure is not limited to the precise arrangements and instrumentalities shown in the drawings, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (21)

1. The page loading method is applied to a terminal and is characterized by comprising the following steps:
responding to the page loading instruction, sending a first page data access request to a server, and generating a page file access request; the page loading instruction is used for requesting to load a target page of an application, the page file access request comprises an address of a page file of the target page, the first page data access request comprises an address of a page file of the target page, and a corresponding relation exists between the address of the page file of the target page and an address of user data of the target page;
Receiving user data of the target page returned by the server;
acquiring file response data of the page file comprising the target page according to the page file access request;
and loading the target page according to the user data of the target page and the file response data.
2. The page loading method as recited in claim 1, wherein the page file access request further comprises a file request type identifier, and the first page data access request further comprises a data request type identifier;
the file request type identifier is used for indicating that the type of the request is a file, and the data request type identifier is used for indicating that the type of the request is data.
3. The page loading method as recited in claim 1 or 2, wherein the sending the first page data access request to the server in response to the page load instruction, and generating the page file access request, comprises:
responding to the selection operation of an installation control, sending the first page data access request to the server, creating and initializing a browser control, and generating the page file access request through the browser control, wherein the installation control is used for installing the browser control when triggered;
Or, in response to a selection operation of the browser control, sending the first page data access request to the server, initializing the browser control, and generating the page file access request through the browser control.
4. A page loading method as recited in claim 3, wherein after said obtaining file response data of a page file including said target page in accordance with said page file access request, said method further comprises:
generating a second page data access request through the browser control according to the page file of the target page, wherein the second page data access request comprises the address of the user data of the target page; the page file of the target page comprises an address of user data of the target page;
the loading the target page according to the user data of the target page and the file response data comprises the following steps:
intercepting the second page data access request;
responding to the interception of the second page data access request, packaging the received user data of the target page into target response data which can be identified by the browser control, and transmitting the target response data to the browser control;
And loading the target page through the browser control according to the target response data and the file response data.
5. The page loading method as recited in claim 4, wherein said intercepting said second page data access request comprises:
and calling an interception function, and intercepting the second page data access request when the second page data access request comprises a data request type identifier.
6. A page loading method applied to a server, the method comprising:
receiving a first page data access request sent by a terminal and generating a page file access request; the first page data access request and the generated page file access request are sent to the server by the terminal in response to a page loading instruction, wherein the page loading instruction is used for requesting loading of a target page of an application, the page file access request comprises an address of a page file of the target page, the first page data access request comprises an address of a page file of the target page, and the address of the page file of the target page and an address of user data of the target page have a corresponding relation;
According to the first page data access request, obtaining user data of the target page, returning the user data of the target page to the terminal, according to the page file access request, obtaining a page file of the target page, and returning file response data of the page file comprising the target page to the terminal, so that the terminal loads the target page according to the user data of the target page and the file response data.
7. The page loading method as recited in claim 6, wherein the obtaining the user data of the target page according to the first page data access request includes:
when the first page data access request further comprises a data request type identifier, acquiring an address of user data of the target page corresponding to the address of a page file of the target page; the data request type identifier is used for indicating that the type of the request is data;
and acquiring the user data of the target page according to the address of the user data of the target page.
8. The page loading method as recited in claim 6, wherein the obtaining the page file of the target page according to the page file access request includes:
When the page file access request is determined to further comprise a file request type identifier, acquiring a page file of the target page according to the address of the page file of the target page; the file request type identifier is used for indicating that the type of the request is a file.
9. A page loading device applied to a terminal, characterized in that the page loading device comprises:
the system comprises a sending module, a server and a receiving module, wherein the sending module is configured to execute a response to a page loading instruction, and send a first page data access request to the server, wherein the page loading instruction is used for requesting loading of a target page of an application, the first page data access request comprises an address of a page file of the target page, and the address of the page file of the target page has a corresponding relation with an address of user data of the target page;
a generation module configured to execute a page file access request in response to the page load instruction; the page file access request includes an address of a page file of the target page;
the receiving module is configured to execute receiving of the user data of the target page returned by the server;
an acquisition module configured to perform acquisition of file response data of a page file including the target page in accordance with the page file access request;
And the loading module is configured to load the target page according to the user data of the target page and the file response data.
10. The page loading device as recited in claim 9, wherein the page file access request further comprises a file request type identifier, and wherein the first page data access request further comprises a data request type identifier;
the file request type identifier is used for indicating that the type of the request is a file, and the data request type identifier is used for indicating that the type of the request is data.
11. The page loading device of claim 9 or 10, wherein the generating module is specifically configured to perform:
responding to the selection operation of an installation control, creating and initializing a browser control, and generating the page file access request, wherein the installation control is used for installing the browser control when triggered;
or, in response to a selection operation of the browser control, initializing the browser control, and generating the page file access request.
12. The page loading device of claim 11, wherein the page loading device comprises a plurality of pages,
the generating module is further configured to execute a second page data access request according to the page file of the target page, wherein the second page data access request comprises an address of user data of the target page; the page file of the target page comprises an address of user data of the target page;
The loading module is specifically configured to execute interception of the second page data access request; responding to the interception of the second page data access request, packaging the received user data of the target page into target response data which can be identified by the browser control, and transmitting the target response data to the browser control; and loading the target page according to the target response data and the file response data.
13. The page loading device of claim 12, wherein the loading module is specifically configured to perform:
and calling an interception function, and intercepting the second page data access request when the second page data access request comprises a data request type identifier.
14. A page loading device applied to a server, characterized in that the page loading device comprises:
the receiving module is configured to execute a first page data access request sent by the receiving terminal and generate a page file access request; the first page data access request and the generated page file access request are sent to the server by the terminal in response to a page loading instruction, wherein the page loading instruction is used for requesting loading of a target page of an application, the page file access request comprises an address of a page file of the target page, the first page data access request comprises an address of a page file of the target page, and the address of the page file of the target page and an address of user data of the target page have a corresponding relation;
An acquisition module configured to perform acquiring user data of the target page according to the first page data access request, and acquiring a page file of the target page according to the page file access request;
and the sending module is configured to execute the user data of the target page returned to the terminal and return the file response data of the page file comprising the target page to the terminal, so that the terminal loads the target page according to the user data of the target page and the file response data.
15. The page loading device of claim 14, wherein the obtaining module is specifically configured to perform:
when the first page data access request further comprises a data request type identifier, acquiring an address of user data of the target page corresponding to the address of a page file of the target page; the data request type identifier is used for indicating that the type of the request is data;
and acquiring the user data of the target page according to the address of the user data of the target page.
16. The page loading device of claim 14, wherein the obtaining module is specifically configured to perform:
When the page file access request is determined to further comprise a file request type identifier, acquiring a page file of the target page according to the address of the page file of the target page; the file request type identifier is used for indicating that the type of the request is a file.
17. A terminal, the terminal comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the page loading method of any of claims 1-5.
18. A server, the server comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the page loading method of any of claims 6-8.
19. A page loading system, the page loading system comprising: a terminal for performing the page loading method according to any one of claims 1 to 5, and a server for performing the page loading method according to any one of claims 6 to 8.
20. A computer readable storage medium having instructions stored thereon, which when executed by a processor of a terminal, enable the terminal to perform the page loading method of any of claims 1-5.
21. A computer readable storage medium having instructions stored thereon, which when executed by a processor of a server, enable the server to perform the page loading method of any of claims 6-8.
CN201911230247.1A 2019-12-04 2019-12-04 Page loading method and device Active CN111079048B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911230247.1A CN111079048B (en) 2019-12-04 2019-12-04 Page loading method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911230247.1A CN111079048B (en) 2019-12-04 2019-12-04 Page loading method and device

Publications (2)

Publication Number Publication Date
CN111079048A CN111079048A (en) 2020-04-28
CN111079048B true CN111079048B (en) 2023-11-28

Family

ID=70312846

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911230247.1A Active CN111079048B (en) 2019-12-04 2019-12-04 Page loading method and device

Country Status (1)

Country Link
CN (1) CN111079048B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112073511B (en) * 2020-09-08 2023-11-14 昆仑数智科技有限责任公司 System and method for generating application page
CN112835793A (en) * 2021-01-29 2021-05-25 杭州朗和科技有限公司 Webpage debugging method and device
CN113343143A (en) * 2021-05-24 2021-09-03 上海万物新生环保科技集团有限公司 Method and equipment for streaming loading webpage template

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104516973A (en) * 2014-12-26 2015-04-15 北京奇虎科技有限公司 Method and device for accessing page
CN107203555A (en) * 2016-03-17 2017-09-26 阿里巴巴集团控股有限公司 Page loading processing method and device
CN110263275A (en) * 2019-06-14 2019-09-20 深圳前海桔子信息技术有限公司 A kind of method, apparatus, mobile terminal and storage medium accessing webpage

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8745341B2 (en) * 2008-01-15 2014-06-03 Red Hat, Inc. Web server cache pre-fetching

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104516973A (en) * 2014-12-26 2015-04-15 北京奇虎科技有限公司 Method and device for accessing page
CN107203555A (en) * 2016-03-17 2017-09-26 阿里巴巴集团控股有限公司 Page loading processing method and device
CN110263275A (en) * 2019-06-14 2019-09-20 深圳前海桔子信息技术有限公司 A kind of method, apparatus, mobile terminal and storage medium accessing webpage

Also Published As

Publication number Publication date
CN111079048A (en) 2020-04-28

Similar Documents

Publication Publication Date Title
CN111079048B (en) Page loading method and device
TWI671677B (en) Interactive processing method and device
JP2019032883A (en) Method, apparatus, server and system for implementing web application
JP6404816B2 (en) Method and apparatus for responding to web page access request
US9747117B2 (en) System and methods for loading an application and its modules in a client device
US8245125B1 (en) Hybrid rendering for webpages
US11553035B2 (en) Cross-platform module for loading across a plurality of device types
CN110598149A (en) Webpage access method, device and storage medium
CN110990736A (en) Page loading method and device, terminal equipment and storage medium
CN110365724B (en) Task processing method and device and electronic equipment
US20230171329A1 (en) Systems and methods for rendering interactive web pages
CN112612982A (en) Webpage preloading method and device and computer equipment
CN110795650A (en) Webpage opening method and device and computer readable storage medium
CN115309470B (en) Method, device, equipment and storage medium for loading widget
CN109800370A (en) Display methods, device, computer equipment and the storage medium of Webpage
CN106354792B (en) Webpage display method and device
CN108319474B (en) Page information generation method, device and equipment
CN111431767A (en) Multi-browser resource synchronization method and device, computer equipment and storage medium
CN114237651A (en) Installation method and device of cloud native application, electronic equipment and medium
CN112672187B (en) Page generation method and device, computer equipment and readable storage medium
CN111859077A (en) Data processing method, device, system and computer readable storage medium
CN112926002A (en) Service request processing method and device
CN113094612A (en) Method and device for loading webpage at client, electronic equipment and medium
CN112818270A (en) Data cross-domain transfer method and device and computer equipment
CN112015406A (en) Data processing method, page access method, device, terminal and server

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
GR01 Patent grant
GR01 Patent grant