CN112667939A - Webpage refreshing method and device, electronic equipment and storage medium - Google Patents
Webpage refreshing method and device, electronic equipment and storage medium Download PDFInfo
- Publication number
- CN112667939A CN112667939A CN202110002807.9A CN202110002807A CN112667939A CN 112667939 A CN112667939 A CN 112667939A CN 202110002807 A CN202110002807 A CN 202110002807A CN 112667939 A CN112667939 A CN 112667939A
- Authority
- CN
- China
- Prior art keywords
- layout
- page
- current page
- updating
- triggering
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 43
- 238000009877 rendering Methods 0.000 claims abstract description 22
- 238000004590 computer program Methods 0.000 claims description 6
- 230000006870 function Effects 0.000 description 7
- 230000003287 optical effect Effects 0.000 description 6
- 238000011161 development Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 5
- 238000003780 insertion Methods 0.000 description 5
- 230000037431 insertion Effects 0.000 description 5
- 238000012545 processing Methods 0.000 description 4
- 238000013500 data storage Methods 0.000 description 2
- 238000012544 monitoring process Methods 0.000 description 2
- 230000002093 peripheral effect Effects 0.000 description 2
- 230000000644 propagated effect Effects 0.000 description 2
- 230000001960 triggered effect Effects 0.000 description 2
- 238000003491 array Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 239000000835 fiber Substances 0.000 description 1
- 239000013307 optical fiber Substances 0.000 description 1
- 238000004091 panning Methods 0.000 description 1
- 230000008707 rearrangement Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Landscapes
- Controls And Circuits For Display Device (AREA)
Abstract
The embodiment of the invention discloses a webpage refreshing method and device, electronic equipment and a storage medium. The method comprises the following steps: when the current page is detected to be switched from the invisible state to the visible state, triggering the layout update of the current page; and triggering the layout refreshing of the current page based on the layout updating, and rendering the refreshed page. By the technical scheme disclosed by the embodiment of the invention, automatic refreshing is realized when the page is visible, and the page refreshing efficiency is improved.
Description
Technical Field
The embodiment of the invention relates to the technical field of computer front ends, in particular to a webpage refreshing method and device, electronic equipment and a storage medium.
Background
At present, a lot of application software is developed by adopting a primary + H5 hybrid mode, and the method is convenient and quick and is convenient to maintain. Therefore, WebView becomes a necessary control for Android development. Similar development schemes are adopted for nailing, mobile phone panning and wechat, and the development schemes belong to the mixed development of primary H5.
However, hybrid development on the market does not embed micro applications (H5 applets) in the main page, nor does it update the interface invisible on the H5 page, that is: the refresh must be pulled down when the applet H5 page is visible and the data in the page will not be refreshed automatically.
Disclosure of Invention
The invention provides a webpage refreshing method, a webpage refreshing device, electronic equipment and a storage medium, which are used for realizing automatic refreshing when a page is visible and improving the page refreshing efficiency.
In a first aspect, an embodiment of the present invention provides a method for refreshing a web page, where the method includes:
when the current page is detected to be switched from the invisible state to the visible state, triggering the layout update of the current page;
and triggering the layout refreshing of the current page based on the layout updating, and rendering the refreshed page.
In a second aspect, an embodiment of the present invention further provides a web page refreshing apparatus, where the apparatus includes:
the layout updating triggering module is used for triggering the layout updating of the current page when the current page is detected to be switched to the visible state from the invisible state;
and the page rendering module is used for triggering the layout refreshing of the current page based on the layout updating and rendering the refreshed page.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a web page refresh method as provided by any embodiment of the invention.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the webpage refreshing method provided in any embodiment of the present invention.
The technical scheme of the embodiment of the invention specifically comprises the steps of triggering the layout update of the current page when detecting that the current page is switched from the invisible state to the visible state; and triggering the layout refreshing of the current page based on the layout updating, and rendering the refreshed page. By the technical scheme provided by the embodiment of the invention, automatic refreshing is realized when the page is visible, and the page refreshing efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions of the exemplary embodiments of the present invention, a brief description is given below of the drawings used in describing the embodiments. It should be clear that the described figures are only views of some of the embodiments of the invention to be described, not all, and that for a person skilled in the art, other figures can be derived from these figures without inventive effort.
Fig. 1 is a schematic flowchart of a web page refreshing method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a web page refreshing apparatus according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a web page refreshing method according to an embodiment of the present invention, where the embodiment is applicable to a case where a web page that is invisible is refreshed. The method may be performed by a web page refreshing apparatus, which may be implemented by software and/or hardware.
Before the technical solution of the present embodiment is introduced, an application scenario of the present embodiment is introduced exemplarily: in the prior art, a H5 page resides in a native application main tab page, in order to realize fast tab switching, an Android terminal uses a View Pager control as a container to contain all tab main pages, and at this time, it is found that when an H5 page is switched to be invisible, the page will not be updated after the H5 page automatically acquires new data.
In order to solve the technical problem, the technical scheme of the embodiment of the invention is mainly that when the interface is detected to be invisible and visible, the layout label is set in the current page, the layout updating of the current interface is triggered according to the layout label, and the layout refreshing is triggered based on the updated layout, so that the refreshing of the current page is realized, and the visual experience of a user is further improved.
As shown in fig. 1, the method specifically includes the following steps:
and S110, when the current page is detected to be switched from the invisible state to the visible state, triggering the layout updating of the current page.
In this embodiment, the invisible state refers to a state where the current page is in a background open state but is not displayed on the front page, and the visible state refers to a state where the current page is in a front open visible state. Illustratively, the pages opened by the terminal include page 1, page 2 and page 3, where page 2 is in a display state on the display interface, that is, the page is in a visible state, and page 1 and page 3 are in an invisible state. When the page switching operation is detected and the page 1 is displayed on the display interface, the page 1 is switched from the invisible state to the visible state.
Specifically, the method for detecting the invisible-to-visible state of the current page may be to monitor a monitoring instruction set by the background control end, and transmit back a visible instruction of the current page when the current page is switched from the invisible state to the visible state, so that the control end makes the visible state of the current page clear, and certainly, other trigger conditions for switching the current page to the visible state may also be set. For example, the visible instruction of the current page may be generated when a gesture (e.g., a sliding gesture detected on a screen, etc.) for switching to the current page is detected, and may also be generated when a click or selection operation on a page tag of the current page is detected. In this embodiment, the switching implementation of the visible state is not limited.
And when the current page is detected to be in a visible state, triggering the layout update of the current page. The layout updating may be to change the layout of the current page by adding a layout tag, so as to refresh the entire page. In some embodiments, there may be an adjustment of the layout information to the layout information of the current page, and a change in the layout information may be used to trigger a page refresh.
Optionally, the method for triggering the layout update of the current page may be to call a preset layout update code, execute the layout update code, and perform the layout update on the current page. Specifically, the layout update code is executed by calling a layout refresh function, for example, the layout refresh function may include, but is not limited to: webview. loadUrl ("javascript:" + js), where js is a layout update code, for example a js code may be:
String js="var a=document.createElement(\"h1\");";
js + - ' a.lnnertext \ i'm ' v | (v! \\; ";
js+="document.body.appendChild(a);";
specifically, the layout updating code is executed by executing the layout refreshing function, so as to realize the layout updating of the current page. Of course, the code is only an optional embodiment for implementing the layout update of the current page, and the execution code may also be set according to an actual situation to achieve the purpose of implementing the layout update of the page, which is not limited in this embodiment.
Optionally, the method for executing the layout update code may be to set a layout tag in the layout of the current page based on the layout update code, and add a visible identifier in the layout tag. Wherein, the layout label can include any one of the following items: dot insert labels, row insert labels, column insert labels, and region insert labels. Specifically, the layout tab may be set at any position in the layout of the current page, for example, at any position such as a start position, a center position, or an end position of the layout, which is not limited in this embodiment. For example, a dot insertion tag may be added to the starting position of the current page layout to serve as a layout tag, so as to achieve the purpose of updating the layout. Illustratively, the layout tag may be \ h1\ in the layout update code, and h1 (which may also be a1, m1, etc. in other embodiments) may be tags such as a visible point insertion tag, a row insertion tag, a column insertion tag, and a region insertion tag, which are used to implement changing the current layout to implement refreshing the layout. The identification includes at least one of a text identification, a character identification, and a graphic identification. For example, the visible identification may be \ my change visibility!in the layout update code described above! And for any form of text identification, the visible identification may also be a character identification such as "·,%, #", and the like, the visible identification may also be an image identification such as a triangle, a circle, a square, a pentagram, and the like, and certainly, a digital identification may be set according to the number of refreshes, which is not limited in this embodiment.
Of course, on the basis of the above embodiment, before triggering the layout update of the current page, it may be determined whether there is a data update in the current page. When there is no data update, the current layout of the current page is maintained, i.e. the current page does not need to be refreshed. The data update may be the current latest data, that is, the original data content has changed, for example, the data is added, deleted, or the latest data formed after the data content is changed. Specifically, the method for determining whether the data update exists in the current page may be to monitor the data storage location of the current page by using a monitoring module of the control end, and when a data change is detected in the data storage location, it is described that the data update exists in the current page.
And S120, triggering the layout refreshing of the current page based on the layout updating, and rendering the refreshed page.
Optionally, the update data of the current page is obtained based on the layout update, and the update data is rendered in the layout of the current page. Specifically, the method for rendering the current page layout may be based on the update data of the current page, and the method includes firstly invalidating the current view hierarchical structure, secondly recording and updating a display list of the current page, where the update data of the current page is stored in the display list, and then drawing the current display list to implement rendering the refreshed page. Of course, other page rendering methods may be adopted, which is not limited in this embodiment.
The technical scheme of the embodiment of the invention specifically comprises the steps of triggering the layout update of the current page when detecting that the current page is switched from the invisible state to the visible state; and triggering the layout refreshing of the current page based on the layout updating, and rendering the refreshed page. By the technical scheme provided by the embodiment of the invention, automatic refreshing is realized when the page is visible, and the page refreshing efficiency is improved.
The following is an embodiment of the web page refreshing apparatus provided in the embodiments of the present invention, and the apparatus and the web page refreshing method of the embodiments belong to the same inventive concept, and details that are not described in detail in the embodiments of the web page refreshing apparatus may refer to the embodiments of the web page refreshing method.
Example two
Fig. 2 is a schematic structural diagram of a web page refreshing apparatus according to a second embodiment of the present invention, which is applicable to a case where a web page that is invisible is refreshed. The specific structure of the webpage refreshing device is as follows:
the layout update triggering module 210 is configured to trigger a layout update of the current page when it is detected that the current page is switched from the invisible state to the visible state;
and a page rendering module 220, configured to trigger a layout refresh of the current page based on the layout update, and render the refreshed page.
The technical scheme of the embodiment of the invention specifically comprises the steps of triggering the layout update of the current page when detecting that the current page is switched from the invisible state to the visible state; and triggering the layout refreshing of the current page based on the layout updating, and rendering the refreshed page. By the technical scheme provided by the embodiment of the invention, automatic refreshing is realized when the page is visible, and the page refreshing efficiency is improved.
On the basis of the above technical solution, the layout update triggering module 210 includes:
and the layout updating unit is used for calling a preset layout updating code, executing the layout updating code and updating the layout of the current page.
On the basis of the above technical solution, the layout updating unit includes:
a layout tag setting unit, configured to set a layout tag in the layout of the current page based on the layout update code;
and the visible identifier adding unit is used for adding a visible identifier in the layout label.
On the basis of the technical scheme, the layout label comprises any one of the following items: dot insert labels, row insert labels, column insert labels, and region insert labels.
On the basis of the technical scheme, the visible identification comprises at least one of text identification, character identification and graphic identification.
On the basis of the above technical solution, before the layout update triggering module 210, the method further includes:
and the data updating determining unit is used for determining whether the current page has data updating or not, and if not, keeping the current layout of the current page.
On the basis of the above technical solution, the page rendering module 220 includes:
and the page rendering unit is used for acquiring the updating data of the current page based on the layout updating and rendering the updating data in the layout of the current page.
The webpage refreshing device provided by the embodiment of the invention can execute the webpage refreshing method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
It should be noted that, in the embodiment of the web page refreshing apparatus, each unit and each module included in the embodiment are only divided according to functional logic, but are not limited to the above division, as long as the corresponding function can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
EXAMPLE III
Fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention. FIG. 3 illustrates a block diagram of an exemplary electronic device 12 suitable for use in implementing embodiments of the present invention. The electronic device 12 shown in fig. 3 is only an example and should not bring any limitations to the function and scope of use of the embodiments of the present invention.
As shown in FIG. 3, electronic device 12 is embodied in the form of a general purpose computing electronic device. The components of electronic device 12 may include, but are not limited to: one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including the system memory 28 and the processing unit 16.
The system memory 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)30 and/or cache memory 32. The electronic device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 3, and commonly referred to as a "hard drive"). Although not shown in FIG. 3, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. System memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in system memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of the described embodiments of the invention.
The processing unit 16 executes various functional applications and sample data acquisition by running the program stored in the system memory 28, for example, implementing a webpage refreshing method provided in this embodiment, where the webpage refreshing method includes:
when the current page is detected to be switched from the invisible state to the visible state, triggering the layout update of the current page;
and triggering the layout refreshing of the current page based on the layout updating, and rendering the refreshed page.
Of course, those skilled in the art can understand that the processor may also implement the technical solution of the sample data obtaining method provided in any embodiment of the present invention.
Example four
The fourth embodiment provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements, for example, the steps of implementing a web page refreshing method provided in the embodiments of the present invention, where the web page refreshing method includes:
when the current page is detected to be switched from the invisible state to the visible state, triggering the layout update of the current page;
and triggering the layout refreshing of the current page based on the layout updating, and rendering the refreshed page.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. The computer-readable storage medium may be, for example but not limited to: an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It will be understood by those skilled in the art that the modules or steps of the invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of computing devices, and optionally they may be implemented by program code executable by a computing device, such that it may be stored in a memory device and executed by a computing device, or it may be separately fabricated into various integrated circuit modules, or it may be fabricated by fabricating a plurality of modules or steps thereof into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.
Claims (10)
1. A page refreshing method is characterized by comprising the following steps:
when the current page is detected to be switched from the invisible state to the visible state, triggering the layout update of the current page;
and triggering the layout refreshing of the current page based on the layout updating, and rendering the refreshed page.
2. The method of claim 1, wherein the triggering of the layout update of the current page comprises:
and calling a preset layout updating code, executing the layout updating code, and updating the layout of the current page.
3. The method of claim 2, wherein executing the layout update code to perform a layout update on the current page comprises:
setting a layout label in the layout of the current page based on the layout updating code;
adding a visible identifier in the layout label.
4. The method of claim 3, wherein the layout label comprises any of: dot insert labels, row insert labels, column insert labels, and region insert labels.
5. The method of claim 3, wherein the visible indicia comprises at least one of textual indicia, character indicia, and graphical indicia.
6. The method of claim 1, wherein before triggering the layout update of the current page, the method further comprises:
and determining whether the current page has data updating, and if not, keeping the current layout of the current page.
7. The method of claim 1, wherein the triggering of the refresh of the layout of the current page based on the update of the layout, rendering the refreshed page, comprises:
and obtaining the updating data of the current page based on the layout updating, and rendering the updating data in the layout of the current page.
8. A page refresh apparatus, comprising:
the layout updating triggering module is used for triggering the layout updating of the current page when the current page is detected to be switched to the visible state from the invisible state;
and the page rendering module is used for triggering the layout refreshing of the current page based on the layout updating and rendering the refreshed page.
9. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the web page refresh method of any of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the web page refresh method according to any one of claims 1 to 7.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202110002807.9A CN112667939A (en) | 2021-01-04 | 2021-01-04 | Webpage refreshing method and device, electronic equipment and storage medium |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202110002807.9A CN112667939A (en) | 2021-01-04 | 2021-01-04 | Webpage refreshing method and device, electronic equipment and storage medium |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN112667939A true CN112667939A (en) | 2021-04-16 |
Family
ID=75412677
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202110002807.9A Pending CN112667939A (en) | 2021-01-04 | 2021-01-04 | Webpage refreshing method and device, electronic equipment and storage medium |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN112667939A (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN114489892A (en) * | 2022-01-12 | 2022-05-13 | 深圳Tcl新技术有限公司 | Data processing method, data processing device, computer readable storage medium and computer equipment |
| CN116340679A (en) * | 2021-12-22 | 2023-06-27 | 奥动新能源汽车科技有限公司 | Page content updating method, system, electronic device and storage medium |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107193880A (en) * | 2017-04-26 | 2017-09-22 | 北京潘达互娱科技有限公司 | A kind of method for page jump and device |
| CN108399072A (en) * | 2017-02-06 | 2018-08-14 | 腾讯科技(深圳)有限公司 | Five application page update method and device |
| CN110209966A (en) * | 2019-04-15 | 2019-09-06 | 优信拍(北京)信息科技有限公司 | A kind of webpage method for refreshing, Web page system and electronic equipment |
| CN111580873A (en) * | 2020-04-01 | 2020-08-25 | 北京小米松果电子有限公司 | Page updating method and device, terminal and storage medium |
| WO2020199544A1 (en) * | 2019-04-01 | 2020-10-08 | 苏宁云计算有限公司 | Webpage loading method and apparatus, and intelligent device |
| CN112035765A (en) * | 2020-07-30 | 2020-12-04 | 长沙市到家悠享网络科技有限公司 | Page rendering method, device and equipment |
-
2021
- 2021-01-04 CN CN202110002807.9A patent/CN112667939A/en active Pending
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108399072A (en) * | 2017-02-06 | 2018-08-14 | 腾讯科技(深圳)有限公司 | Five application page update method and device |
| CN107193880A (en) * | 2017-04-26 | 2017-09-22 | 北京潘达互娱科技有限公司 | A kind of method for page jump and device |
| WO2020199544A1 (en) * | 2019-04-01 | 2020-10-08 | 苏宁云计算有限公司 | Webpage loading method and apparatus, and intelligent device |
| CN110209966A (en) * | 2019-04-15 | 2019-09-06 | 优信拍(北京)信息科技有限公司 | A kind of webpage method for refreshing, Web page system and electronic equipment |
| CN111580873A (en) * | 2020-04-01 | 2020-08-25 | 北京小米松果电子有限公司 | Page updating method and device, terminal and storage medium |
| CN112035765A (en) * | 2020-07-30 | 2020-12-04 | 长沙市到家悠享网络科技有限公司 | Page rendering method, device and equipment |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116340679A (en) * | 2021-12-22 | 2023-06-27 | 奥动新能源汽车科技有限公司 | Page content updating method, system, electronic device and storage medium |
| CN114489892A (en) * | 2022-01-12 | 2022-05-13 | 深圳Tcl新技术有限公司 | Data processing method, data processing device, computer readable storage medium and computer equipment |
| CN114489892B (en) * | 2022-01-12 | 2024-09-17 | 深圳Tcl新技术有限公司 | Data processing method, device, computer readable storage medium and computer equipment |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN110309475B (en) | Page display method and device, terminal equipment and storage medium | |
| WO2019062550A1 (en) | Information display method and apparatus, terminal device and computer storage medium | |
| CN112272109A (en) | Network topological graph generation method, equipment and system | |
| CN109885781B (en) | Mixed page unified browsing method, device, equipment and storage medium | |
| CN109408752A (en) | Online document methods of exhibiting, device and electronic equipment | |
| CN110019464B (en) | Page processing method and device | |
| CN113032083A (en) | Data display method, device, electronic equipment and medium | |
| CN111651700B (en) | Message display method and device, electronic equipment and storage medium | |
| CN105955593B (en) | Method and device for presenting discussion information | |
| CN107092453A (en) | A kind of control method for screen display, device and terminal | |
| CN110287146B (en) | Method, device and computer storage medium for application download | |
| US20160378274A1 (en) | Usability improvements for visual interfaces | |
| CN111177634A (en) | Multi-language supporting file content loading method, device, equipment and medium | |
| CN112667939A (en) | Webpage refreshing method and device, electronic equipment and storage medium | |
| CN111273830A (en) | Data display method and device, electronic equipment and computer readable medium | |
| CN113835791B (en) | Method and apparatus for presenting hierarchical relationships of view components | |
| CN111897607B (en) | Application interface loading and interaction method, device and storage medium | |
| CN109145241B (en) | Browser and content display management method of browser | |
| CN114296852B (en) | Method and device for displaying target page, electronic equipment and storage medium | |
| CN115237619A (en) | Text copy control method, device, equipment and storage medium | |
| CN111966344A (en) | Component code generation method, device, equipment and storage medium | |
| CN107562324B (en) | Data display control method and terminal | |
| CN114356479A (en) | Page rendering method and device | |
| US9100697B1 (en) | Intelligent full window web browser transparency | |
| US11330338B2 (en) | Method and system of displaying video comments, computing device, and readable storage medium |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| RJ01 | Rejection of invention patent application after publication |
Application publication date: 20210416 |
|
| RJ01 | Rejection of invention patent application after publication |