CN115795202A - Browser skin changing method, device, system, equipment and medium - Google Patents

Browser skin changing method, device, system, equipment and medium Download PDF

Info

Publication number
CN115795202A
CN115795202A CN202211721965.0A CN202211721965A CN115795202A CN 115795202 A CN115795202 A CN 115795202A CN 202211721965 A CN202211721965 A CN 202211721965A CN 115795202 A CN115795202 A CN 115795202A
Authority
CN
China
Prior art keywords
target
page
file
less
less file
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
CN202211721965.0A
Other languages
Chinese (zh)
Inventor
陈嘉源
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang Dahua Technology Co Ltd
Original Assignee
Zhejiang Dahua 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 Zhejiang Dahua Technology Co Ltd filed Critical Zhejiang Dahua Technology Co Ltd
Priority to CN202211721965.0A priority Critical patent/CN115795202A/en
Publication of CN115795202A publication Critical patent/CN115795202A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a browser skin changing method, a device, a system, equipment and a medium, wherein the target URL information is sent to a server according to the target URL information of a home page carried in a received access request, a first less file corresponding to the target URL information stored in the server is obtained, the first less file is analyzed into a first CSS file of the home page of a target subject skin according to the parameter information of the target subject skin carried in the access request, and page rendering is carried out based on the first CSS file to obtain and display the rendered home page of the target subject skin, so that the less file of the page can be successfully requested, and the rendering of a low-version browser page is realized.

Description

Browser skin changing method, device, system, equipment and medium
Technical Field
The invention relates to the technical field of Web front-end development, in particular to a browser skin changing method, device, system, equipment and medium.
Background
When the browser performs skin changing, the skin changing scheme of the low-version browser (IE) is that a Cascading Style Sheets (CSS) file corresponding to each type of theme skin is pre-stored in a server, and when the browser receives a skin changing request of a target theme skin, a CSS file of the target theme skin is requested from the server and rendered.
In order to solve the problem that the memory occupied by the server is large due to the adoption of the scheme, in the prior art, the server stores a complete style sheet language (less) file aiming at different theme skins in advance, the less file can be used for analyzing the cs file corresponding to each theme skin, but when the theme skins are more, the memory of the less file is large, a low-version browser cannot request the less file successfully at one time, and therefore the skin change of a low-version browser page cannot be realized.
Disclosure of Invention
The invention provides a browser skin changing method, device, system, equipment and medium, which are used for solving the problem that the skin changing of a low-version browser page cannot be realized in the prior art.
The invention provides a browser skin changing method, which comprises the following steps:
sending the target URL information to a server according to target URL information of a home page carried in a received access request, and acquiring a first less file corresponding to the target URL information stored in the server, wherein the first less file is a less file which is fragmented in advance based on a page;
and according to the parameter information of the target subject skin carried in the access request, analyzing the first less file into a first CSS file of the head page of the target subject skin, and performing page rendering to obtain and display the rendered head page of the target subject skin.
Further, the method further comprises:
receiving a page jump request, sending first URL information to the server according to the first URL information of a target page carried in the page jump request, and receiving a second less file corresponding to the returned first URL information;
and splicing the second less file and the first less file to obtain a spliced target less file, analyzing the target less file into a second CSS file of the target subject skin, performing page rendering to obtain and display a rendered target page of the target subject skin, and updating the first less file in the browser cache according to the target less file.
Further, after parsing the target less file into the second CSS file of the target theme skin, before performing page rendering to obtain the rendered target page of the target theme skin and displaying, the method further includes:
and adding the tag of the HTML page into the second CSS file to obtain an updated second CSS file.
Accordingly, the present invention provides a browser skin-changing device, comprising:
the receiving and sending module is used for sending the target URL information to a server according to the target URL information of the home page carried in the received access request, and acquiring a first less file corresponding to the target URL information stored in the server, wherein the first less file is a less file which is fragmented in advance based on the page;
and the processing module is used for analyzing the first less file into a first CSS file of the head page of the target subject skin according to the parameter information of the target subject skin carried in the access request, and performing page rendering to obtain and display the rendered head page of the target subject skin.
Further, the transceiver module is further configured to receive a page jump request, send first URL information of a target page carried in the page jump request to the server according to the first URL information, and receive a second less file corresponding to the returned first URL information;
the processing module is further configured to splice the second less file with the first less file to obtain a spliced target less file, parse the target less file into a second CSS file of the target theme skin, perform page rendering to obtain and display a rendered target page of the target theme skin, and update the first less file in the browser cache according to the target less file.
Further, the processing module is further configured to, after the target less file is parsed into the second CSS file of the target theme skin, add a tag of an HTML page to the second CSS file before the target page of the target theme skin is rendered and displayed after the page rendering is performed, so as to obtain an updated second CSS file.
Accordingly, the present invention provides a browser skin resurfacing system, comprising: the electronic equipment and the server execute any one of the browser skin changing methods.
Accordingly, the present invention provides 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 any of the above-described browser skinning methods.
Accordingly, the present invention provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of any of the above-described browser skinning methods.
The invention provides a browser skin changing method, a device, a system, equipment and a medium, wherein according to target URL information of a home page carried in a received access request, the target URL information is sent to a server, a first less file corresponding to the target URL information stored in the server is obtained, according to parameter information of a target subject skin carried in the access request, the first less file is analyzed into a first CSS file of the home page of the target subject skin, and page rendering is carried out based on the first CSS file to obtain and display the rendered home page of the target subject skin; therefore, the less file of the page can be successfully requested, and the page of the low-version browser can be rendered.
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 inventive exercise.
Fig. 1 is a schematic process diagram of a browser skin changing method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a page pre-fragmentation-based method according to an embodiment of the present invention;
fig. 3 is a schematic diagram illustrating a page skinning of a low-version browser according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a browser skin-changing device according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the present invention will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, 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.
In order to implement rendering of a low-version browser page, embodiments of the present invention provide a browser skinning method, apparatus, system, device, and medium.
Example 1:
fig. 1 is a schematic process diagram of a browser skin changing method according to an embodiment of the present invention, where the process includes the following steps:
s101: sending the target Uniform Resource Locator (URL) information to a server according to URL information of a home page carried in the received access request, and acquiring a first less file corresponding to the target URL information stored in the server, wherein the first less file is a less file which is fragmented in advance based on a page.
In order to implement skin changing of a low-version browser page, the browser skin changing method provided in the embodiment of the present invention is applied to an electronic device, where the electronic device may be an intelligent terminal device such as a host, a notebook computer, a tablet computer, and a smart phone, or may be a server, where the server may be a local server or a cloud server, and the embodiment of the present invention is not limited thereto.
The electronic device receives an access request, where the access request may be received by the electronic device itself, specifically, an access request input by a user may be received through an input device such as a keyboard, a mouse, or a touch screen, or an access request sent by another device connected to the electronic device may be received.
The access request carries target URL information of a head page to be accessed, wherein the target URL information is identification information for identifying the head page.
The electronic equipment obtains target URL information of a home page carried in an access request after receiving the access request, and sends the target URL information to a server, in order to realize skin change of a low-version browser, a first less file corresponding to each page which is segmented in advance based on the page is stored in the server in advance, and specifically, the first less file of each page is stored in correspondence with the URL information of the page.
Fig. 2 is a schematic diagram of page pre-fragmentation according to an embodiment of the present invention, as shown in fig. 2, when a user packs a web, all pages are divided in advance based on page routing, each route corresponds to one page module, a Less file is modularly packed in advance according to the page routing, the Less file belonging to each page is separately extracted, that is, the Less file corresponding to each page is obtained based on page fragmentation and stored in a server.
After receiving the target URL information, the server determines a first less file corresponding to the target URL information according to a pre-stored corresponding relationship between the first less file of each page and the URL information of the page, and sends the first less file to the electronic device, and the electronic device receives the first less file returned by the server, wherein the first less file is firstly stored in a browser cache (localStorage).
S102: and according to the parameter information of the target subject skin carried in the access request, analyzing the first less file into a first CSS file of the head page of the target subject skin, and performing page rendering to obtain and display the rendered head page of the target subject skin.
The electronic equipment acquires parameter information of the target subject skin carried in the access request, wherein the parameter information comprises information such as color and size of the subject skin, and the less file needs to be converted into a CSS file to form rendering, so that the first less file is analyzed according to the parameter information and is analyzed into the first CSS file of the top page of the target subject skin, and specifically, the first less file is analyzed into the first CSS file through less.
The electronic equipment acquires a resource file of a home page and loads the home page, and renders the page according to the first CSS file obtained by analysis after the home page is successfully loaded, so that the home page of the target theme skin is obtained, and the home page of the target theme skin is displayed on a display screen of the electronic equipment.
In the embodiment of the invention, the target URL information is sent to the server according to the target URL information of the home page carried in the received access request, the first less file corresponding to the target URL information stored in the server is obtained, the first less file is analyzed into the first CSS file of the home page of the target subject skin according to the parameter information of the target subject skin carried in the access request, the page rendering is carried out based on the first CSS file to obtain the rendered home page of the target subject skin, and the rendered home page of the target subject skin is displayed.
Example 2:
in order to implement the skin change of the low-version browser page, on the basis of the above pair of embodiments, in an embodiment of the present invention, the method further includes:
receiving a page jump request, sending first URL information to the server according to the first URL information of a target page carried in the page jump request, and receiving a second less file corresponding to the returned first URL information;
and splicing the second less file and the first less file to obtain a spliced target less file, analyzing the target less file into a second CSS file of the target subject skin, performing page rendering to obtain and display a rendered target page of the target subject skin, and updating the first less file in the browser cache according to the target less file.
The electronic equipment receives a page jump request, wherein the page jump request carries first URL information of a target page, for example, when a low-version browser of the electronic equipment receives click operation of a user on a menu jump page, page routing changes, namely a browser address bar changes, and the first URL information of the jumped target page is in the browser address bar.
The electronic equipment sends the acquired first URL information to a server, so that the server determines a less file corresponding to the first URL information as a second less file of a target page according to the first URL information and a corresponding relation between the pre-stored URL information of the page and the less file, and sends the second less file to the electronic equipment.
After receiving the second less file returned by the server, the electronic equipment splices the second less file with the first less file, and specifically splices the second less file to the first less file to obtain a spliced target less file, so that the target less file can be effectively covered.
And analyzing the spliced target less file to obtain a second CSS file of the target subject skin, rendering the page according to the second CSS file to obtain a rendered target page of the target subject skin, and displaying the target page of the target subject skin on a display interface of a low-version browser of the electronic equipment.
After the electronic equipment displays the target page, the target less file is replaced by the first less file in the browser cache, and the updated cached less file is obtained.
Fig. 3 is a schematic diagram of a page changing of a low-version browser according to an embodiment of the present invention, as shown in fig. 3, a fragmented less file is stored in a server, and the low-version browser in an electronic device acquires a basic less file, that is, a less file corresponding to a home page, from the server, acquires a resource file of the home page after acquiring the basic less file, loads the home page, stores the basic less file in a browser cache, and renders and redraws according to the basic less file;
when an address bar of a low-version browser in the electronic equipment changes, a less file of a skipped page is obtained from a server, a resource file of the skipped page is obtained after the less file is obtained for page skipping, the less file and a basic less file are combined into a new less file to be stored in a browser cache, and rendering and redrawing are performed according to the new less file.
Example 3:
in order to implement the skin change of the low-version browser page, on the basis of the foregoing embodiments, in an embodiment of the present invention, after the target less file is parsed into the second CSS file of the target theme skin, before the page rendering is performed to obtain the rendered target page of the target theme skin and the target page is displayed, the method further includes:
and adding the tag of the HTML page into the second CSS file to obtain an updated second CSS file.
In order to realize the rendering of the low-version browser page, the electronic equipment adds a tag (style) of the HTML page to the second CSS file after the target less file is analyzed into the second CSS file of the target subject skin, so that the loading and the recognition can be carried out, and the presentation mode of the HTML element in the browser is specified.
And reloading the second CSS file added with the style to generate an updated second CSS file, and performing page rendering according to the updated second CSS file to obtain and display a rendered target page of the target theme skin.
Example 4:
fig. 4 is a schematic structural diagram of a browser skin-changing device according to an embodiment of the present invention, and as shown in fig. 4, the device includes:
the transceiver module 401 is configured to send target URL information of a home page carried in a received access request to a server, and obtain a first less file corresponding to the target URL information stored in the server, where the first less file is a less file fragmented in advance based on a page;
a processing module 402, configured to parse the first less file into a first CSS file of the top page of the target subject skin according to the parameter information of the target subject skin carried in the access request, and perform page rendering to obtain and display the rendered top page of the target subject skin.
Further, the transceiver module 401 is further configured to receive a page jump request, send first URL information of a target page carried in the page jump request to the server according to the first URL information, and receive a second less file corresponding to the returned first URL information;
the processing module 402 is further configured to splice the second less file and the first less file to obtain a spliced target less file, parse the target less file into a second CSS file of the target theme skin, perform page rendering to obtain and display a rendered target page of the target theme skin, and update the first less file in the browser cache according to the target less file.
Further, the processing module 402 is further configured to, after the target less file is parsed into the second CSS file of the target theme skin, add a tag of an HTML page to the second CSS file before the rendered target page of the target theme skin is obtained by performing page rendering and displayed, so as to obtain an updated second CSS file.
Example 5:
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, and on the basis of the foregoing embodiments, the present application further provides an electronic device, as shown in fig. 5, including: the system comprises a processor 501, a communication interface 502, a memory 503 and a communication bus 504, wherein the processor 501, the communication interface 502 and the memory 503 are communicated with each other through the communication bus 504.
The memory 503 has stored therein a computer program which, when executed by the processor 501, causes the processor 501 to perform the steps of:
sending the target URL information to a server according to target URL information of a home page carried in a received access request, and acquiring a first less file corresponding to the target URL information stored in the server, wherein the first less file is a less file which is fragmented in advance based on a page;
and according to the parameter information of the target subject skin carried in the access request, analyzing the first less file into a first CSS file of the head page of the target subject skin, and performing page rendering to obtain and display the rendered head page of the target subject skin.
Further, the processor 501 is further configured to receive a page jump request, send first URL information of a target page carried in the page jump request to the server according to the first URL information, and receive a second less file corresponding to the returned first URL information;
and splicing the second less file and the first less file to obtain a spliced target less file, analyzing the target less file into a second CSS file of the target subject skin, performing page rendering to obtain and display a rendered target page of the target subject skin, and updating the first less file in the browser cache according to the target less file.
Further, the processor 501 is further configured to, after the parsing the target less file into the second CSS file of the target theme skin, before performing page rendering to obtain the rendered target page of the target theme skin and displaying the rendered target page, the method further includes:
and adding the tag of the HTML page into the second CSS file to obtain an updated second CSS file.
The communication bus mentioned in the electronic device 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.
The communication interface 502 is used for communication between the above-described electronic apparatus and other apparatuses.
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 instruction 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 6:
on the basis of the foregoing embodiments, the present application further provides a computer-readable storage medium, in which a computer program executable by a processor is stored, and when the program is run on the processor, the processor is caused to execute the following steps:
sending the target URL information to a server according to target URL information of a home page carried in a received access request, and acquiring a first less file corresponding to the target URL information stored in the server, wherein the first less file is a less file which is fragmented in advance based on a page;
and according to the parameter information of the target subject skin carried in the access request, analyzing the first less file into a first CSS file of the head page of the target subject skin, and performing page rendering to obtain and display the rendered head page of the target subject skin.
Further, the method further comprises:
receiving a page jump request, sending first URL information to the server according to the first URL information of a target page carried in the page jump request, and receiving a second less file corresponding to the returned first URL information;
and splicing the second less file and the first less file to obtain a spliced target less file, analyzing the target less file into a second CSS file of the target subject skin, performing page rendering to obtain and display a rendered target page of the target subject skin, and updating the first less file in the browser cache according to the target less file.
Further, after parsing the target less file into the second CSS file of the target theme skin, before performing page rendering to obtain the rendered target page of the target theme skin and displaying, the method further includes:
and adding the tag of the HTML page into the second CSS file to obtain an updated second CSS file.
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 software embodiment or an embodiment combining software 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 application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to the application. 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.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (9)

1. A browser skinning method, comprising:
sending target URL information to a server according to the target URL information of a home page carried in a received access request, and acquiring a first less file corresponding to the target URL information stored in the server, wherein the first less file is a less file which is fragmented in advance based on a page;
and according to the parameter information of the target subject skin carried in the access request, analyzing the first less file into a first CSS file of the head page of the target subject skin, and performing page rendering to obtain and display the rendered head page of the target subject skin.
2. The method of claim 1, further comprising:
receiving a page jump request, sending first URL information to the server according to the first URL information of a target page carried in the page jump request, and receiving a second less file corresponding to the returned first URL information;
and splicing the second less file and the first less file to obtain a spliced target less file, analyzing the target less file into a second CSS file of the target subject skin, performing page rendering to obtain and display a rendered target page of the target subject skin, and updating the first less file in the browser cache according to the target less file.
3. The method of claim 2, wherein after parsing the target less file into a second CSS file of the target subject skin, and before the performing page rendering results in the rendered target page of the target subject skin and displaying, the method further comprises:
and adding the tag of the HTML page into the second CSS file to obtain an updated second CSS file.
4. A browser skinning apparatus, comprising:
the receiving and sending module is used for sending the target URL information to a server according to the target URL information of the home page carried in the received access request, and acquiring a first less file corresponding to the target URL information stored in the server, wherein the first less file is a less file which is fragmented in advance based on the page;
and the processing module is used for analyzing the first less file into a first CSS file of the head page of the target subject skin according to the parameter information of the target subject skin carried in the access request, and performing page rendering to obtain and display the rendered head page of the target subject skin.
5. The device according to claim 4, wherein the transceiver module is further configured to receive a page jump request, send first URL information of a target page carried in the page jump request to the server according to the first URL information, and receive a second less file corresponding to the returned first URL information;
the processing module is further configured to splice the second less file with the first less file to obtain a spliced target less file, parse the target less file into a second CSS file of the target theme skin, perform page rendering to obtain and display a rendered target page of the target theme skin, and update the first less file in the browser cache according to the target less file.
6. The apparatus of claim 5, wherein the processing module is further configured to, after parsing the target less file into a second CSS file of the target subject skin and before performing page rendering to obtain the target page of the target subject skin and displaying the target page, add a tag of an HTML page to the second CSS file to obtain an updated second CSS file.
7. A browser skinning system, the system comprising: an electronic device and a server for performing the browser skinning method of any of claims 1-3 above.
8. 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 perform the steps of the browser skinning method of any of claims 1-3.
9. A computer-readable storage medium, characterized in that it stores a computer program executable by a processor, which program, when run on the processor, causes the processor to carry out the steps of the browser skinning method of any of claims 1-3.
CN202211721965.0A 2022-12-30 2022-12-30 Browser skin changing method, device, system, equipment and medium Pending CN115795202A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211721965.0A CN115795202A (en) 2022-12-30 2022-12-30 Browser skin changing method, device, system, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211721965.0A CN115795202A (en) 2022-12-30 2022-12-30 Browser skin changing method, device, system, equipment and medium

Publications (1)

Publication Number Publication Date
CN115795202A true CN115795202A (en) 2023-03-14

Family

ID=85428326

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211721965.0A Pending CN115795202A (en) 2022-12-30 2022-12-30 Browser skin changing method, device, system, equipment and medium

Country Status (1)

Country Link
CN (1) CN115795202A (en)

Similar Documents

Publication Publication Date Title
EP3518124A1 (en) Webpage rendering method and related device
KR102436987B1 (en) Method and terminal device for extracting web page content
CN109254773B (en) Skeleton page generation method, device, equipment and storage medium
CN107066631A (en) Display methods, device and the electronic equipment of the page
CN113343154B (en) Page loading method and device, electronic equipment and storage medium
US10768947B2 (en) Method for interface refresh synchronization,terminal device, and non-transitory computer-readable storage medium
CN112230923A (en) User interface rendering method, user interface rendering device and server
CN105683957A (en) Style sheet speculative preloading
CN111367518A (en) Page layout method and device, computing equipment and computer storage medium
CN114138372A (en) Front-end component loading method and device
CN107451163B (en) Animation display method and device
CN109948085A (en) Browser kernel initial method, calculates equipment and storage medium at device
CN103488508A (en) Browser working method, browser and terminal equipment
CN112667263A (en) Dynamic updating method and device of Flutter component, electronic equipment and storage medium
CN105183453A (en) Webpage-based information acquiring method and apparatus
CN113050921A (en) Webpage conversion method, device, storage medium and computer equipment
CN111367606A (en) Application page display method, device, terminal and medium
CN110647327A (en) Method and device for dynamic control of user interface based on card
CN115795202A (en) Browser skin changing method, device, system, equipment and medium
CN112445987B (en) Webpage updating method, device and system
CN113489678A (en) Network protocol switching method and device, computing equipment and storage medium
CN112799745B (en) Page display control method and device
CN112328940A (en) Method and device for embedding transition page into webpage, computer equipment and storage medium
CN112433778A (en) Mobile equipment page display method and device, electronic equipment and storage medium
CN108459890B (en) Interface display method and device for application

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