CN112182446A - Page display method and device, terminal equipment and computer readable storage medium - Google Patents

Page display method and device, terminal equipment and computer readable storage medium Download PDF

Info

Publication number
CN112182446A
CN112182446A CN201910594936.4A CN201910594936A CN112182446A CN 112182446 A CN112182446 A CN 112182446A CN 201910594936 A CN201910594936 A CN 201910594936A CN 112182446 A CN112182446 A CN 112182446A
Authority
CN
China
Prior art keywords
page
information
displayed
data storage
storage area
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.)
Granted
Application number
CN201910594936.4A
Other languages
Chinese (zh)
Other versions
CN112182446B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201910594936.4A priority Critical patent/CN112182446B/en
Publication of CN112182446A publication Critical patent/CN112182446A/en
Application granted granted Critical
Publication of CN112182446B publication Critical patent/CN112182446B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • 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
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Abstract

The embodiment of the application provides a page display method and device, terminal equipment and a computer readable storage medium. The method comprises the following steps: when a display instruction for a page to be displayed is received, acquiring page information of the page to be displayed from a preset data storage area; the page information comprises the text information of the page to be displayed and a uniform resource identifier of the next continuous page of the page to be displayed; if the page information of the page to be displayed is acquired from the data storage area, rendering and displaying the text information; and acquiring the page information of the next continuous page based on the uniform resource identifier of the next continuous page, and storing the page information of the next continuous page into the data storage area. According to the embodiment of the application, the loading speed of loading the next page is increased, meanwhile, other information such as advertisements and viruses in the page is filtered, a pure reading space is provided, and user experience is improved.

Description

Page display method and device, terminal equipment and computer readable storage medium
Technical Field
The application relates to the technical field of internet, in particular to a page display method and device, terminal equipment and a computer readable storage medium.
Background
A web browser, often referred to simply as a browser, is an application for retrieving and presenting information resources of the world wide web, such as pages, pictures, videos, and other content.
In practical applications, the page usually contains advertisements, even viruses and other information besides the text content, and if the user touches the page carelessly, the user may be greatly damaged.
Further, when people browse a page, if the content of the page is less, all the content can be displayed in one page, if the content of the page is more, a plurality of pages are usually required to display all the content, and the switching among the plurality of pages is performed through buttons such as the previous page and the next page in each page.
In order to solve the above two problems, the existing browser provides a solution: when the page is rendered, necessary content in the page is extracted, advertisements and other content in the page are removed, and then the page is rendered and rearranged. The page rendering and re-typesetting means that when the browser kernel renders a page, the label in the page is rewritten again, so that different rendering effects are achieved.
However, this solution still has the following drawbacks: when the user jumps to the next page, the page needs to be loaded, and then page rendering and re-typesetting are carried out, so that the time for loading the next page is long.
Disclosure of Invention
The application provides a page display method, a page display device, terminal equipment and a computer readable storage medium, which can solve the problem that the existing browser consumes a long time for loading a page. The technical scheme is as follows:
in a first aspect, a method for displaying a page is provided, where the method includes:
when a display instruction for a page to be displayed is received, acquiring page information of the page to be displayed from a preset data storage area; the page information comprises the text information of the page to be displayed and a uniform resource identifier of the next continuous page of the page to be displayed;
if the page information of the page to be displayed is acquired from the data storage area, rendering and displaying the text information;
and acquiring the page information of the next continuous page based on the uniform resource identifier of the next continuous page, and storing the page information of the next continuous page into the data storage area.
Preferably, if the page information of the page to be displayed is not acquired from the data storage area, the method further includes:
acquiring a complete page of the page to be displayed;
extracting page information of the page to be displayed from the complete page, and storing the page information of the page to be displayed into the data storage area;
if the page information of the page to be displayed is acquired from the data storage area, rendering and displaying the text information comprises the following steps:
and obtaining the page information of the page to be displayed from the data storage area, and rendering and displaying the text information in the page information.
Preferably, the step of extracting the page information of the page to be displayed from the complete page includes:
when the fact that the complete page contains a preset identifier is detected, page information of the page to be displayed is extracted from the complete page; the preset identifier is used for representing that the page to be displayed has the next continuous page.
Preferably, the obtaining page information of the next continuous page based on the uniform resource identifier of the next continuous page includes:
when detecting that the page information of the next continuous page does not exist in the data storage area, creating a first network view;
acquiring a complete page of the next continuous page by adopting the uniform resource identifier in the first network view;
and acquiring page information in the next continuous page from the complete page.
Preferably, the page information of the page to be displayed further includes a uniform resource identifier of a directory page;
the method further comprises the following steps:
creating a second network view;
acquiring the directory information of the directory page by adopting the uniform resource identifier of the directory page in the second network view, and storing the directory information into the data storage area; the directory information comprises at least a uniform resource identifier of the next consecutive page.
Preferably, after storing the directory information in the data storage area, the method further includes:
when a display instruction for a directory page is received, acquiring directory information of the directory page from a preset data storage area;
and rendering and displaying the obtained directory information of the directory page.
Preferably, the step of rendering and presenting the text information includes:
rendering the text information by Native;
and displaying the rendered text information.
Preferably, the step of rendering and presenting the text information includes:
when detecting that the page information in the data storage area meets a preset display condition, acquiring the page information of the page to be displayed from the data storage area;
and rendering and displaying the text information in the page information.
In a second aspect, there is provided an apparatus for presentation of a page, the apparatus comprising:
the receiving module is used for receiving a display instruction aiming at a page to be displayed;
the first acquisition module is used for acquiring the page information of the page to be displayed from a preset data storage area; the page information comprises the text information of the page to be displayed and a uniform resource identifier of the next continuous page of the page to be displayed;
the rendering module is used for rendering and displaying the text information if the page information of the page to be displayed is acquired from the data storage area;
and the second acquisition module is used for acquiring the page information of the next continuous page based on the uniform resource identifier of the next continuous page and storing the page information of the next continuous page into the data storage area.
Preferably, if the page information of the page to be displayed is not acquired from the data storage area, the apparatus further includes:
the third acquisition module is used for acquiring a complete page of the page to be displayed;
the extraction module is used for extracting the page information of the page to be displayed from the complete page;
the storage module is used for storing the page information of the page to be displayed to the data storage area;
the rendering module is specifically configured to:
and obtaining the page information of the page to be displayed from the data storage area, and rendering and displaying the text information in the page information.
Preferably, the extraction module specifically includes:
the first detection submodule is used for detecting that the complete page contains a preset identifier;
the first page information extraction submodule is used for extracting the page information of the page to be displayed from the complete page; the preset identifier is used for representing that the page to be displayed has the next continuous page.
Preferably, the second obtaining module includes:
the network view creating submodule is used for creating a first network view when the fact that the page information of the next continuous page does not exist in the data storage area is detected;
a complete page obtaining sub-module, configured to obtain a complete page of the next continuous page by using the uniform resource identifier in the first network view;
and the second page information extraction submodule is used for extracting the page information in the next continuous page from the complete page.
Preferably, the page information of the page to be displayed further includes a uniform resource identifier of a directory page;
the device further comprises:
a generation module for creating a second network view;
the directory information acquisition module is used for acquiring the directory information of the directory page by adopting the uniform resource identifier of the directory page in the second network view;
the storage module is further used for storing the directory information to the data storage area; the directory information comprises at least a uniform resource identifier of the next consecutive page.
Preferably, the receiving module is further configured to receive a display instruction for the directory page;
the first acquisition module is also used for acquiring the directory information of the directory page from a preset data storage area;
and the rendering module is also used for rendering and displaying the obtained directory information of the directory page.
Preferably, the rendering module is specifically configured to:
and rendering the text information by Native, and displaying the rendered text information.
Preferably, the rendering module comprises:
the second detection submodule is used for acquiring the page information of the page to be displayed from the data storage area when detecting that the page information in the data storage area meets a preset display condition;
and the rendering submodule is used for rendering and displaying the text information in the page information.
In a third aspect, a terminal device is provided, which includes:
a processor, a memory, and a bus;
the bus is used for connecting the processor and the memory;
the memory is used for storing operation instructions;
the processor is configured to call the operation instruction, and the executable instruction enables the processor to execute an operation corresponding to the page display method shown in the first aspect of the present application.
In a fourth aspect, a computer-readable storage medium is provided, on which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the method for presenting a page shown in the first aspect of the present application.
The beneficial effect that technical scheme that this application provided brought is:
when a user browses a page to be displayed, the page information of the next continuous page can be obtained based on the uniform resource identifier of the next continuous page and then stored in the data storage area, so that after the user initiates a display instruction for displaying the next continuous page, the text information of the next page can be directly obtained from the data storage area without obtaining from a server, the loading speed for loading the next page is increased, the page turning loading time when the user browses the page is greatly shortened, and the page browsing and reading experience of the user is improved.
Furthermore, the embodiment of the invention uses the native system kernel when acquiring the page information of the next continuous page, and uses the native system component when rendering the text information in the page information, so that the loading efficiency and the rendering effect of the invention can be greatly improved. Moreover, just because the native system component is used, the rendering of the browser page can be realized, so that the browser does not need to have a kernel of the browser, and the universality is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings used in the description of the embodiments of the present application will be briefly described below.
Fig. 1 is a schematic flowchart of a method for displaying a page according to an embodiment of the present application;
FIG. 2 is a schematic diagram of creating a first network view and a second network view as provided by another embodiment of the present application;
FIG. 3 is a schematic flow chart illustrating a page to be displayed and a next continuous page according to another embodiment of the present application;
FIG. 4-1 is a schematic structural diagram of a display device for pages according to yet another embodiment of the present application;
FIG. 4-2 is a schematic structural diagram of a display device for pages according to another embodiment of the present application;
fig. 4-3 are schematic structural views of a display device for pages according to still another embodiment of the present application;
fig. 5 is a schematic structural diagram of a terminal device for displaying a page according to another embodiment of the present application.
Detailed Description
Reference will now be made in detail to embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
The page display method, device, terminal equipment and computer-readable storage medium provided by the application aim to solve the technical problems in the prior art.
The following describes the technical solutions of the present application and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
In one embodiment, a method for displaying a page is provided, as shown in fig. 1, the method includes:
step S101, when a display instruction for a page to be displayed is received, acquiring page information of the page to be displayed from a preset data storage area; the page information comprises the text information of the page to be displayed and a uniform resource identifier of the next continuous page of the page to be displayed;
the pages browsed by the user can be at least two pages with continuity on the content. The display instruction may be initiated based on a "next page" or a similar virtual button in the page, for example, when the user is currently browsing the second page and clicks the "next page", the display instruction for displaying the third page is initiated, and the third page is the page to be displayed; alternatively, the presentation instruction may be initiated based on the uniform resource identifier of the first page, for example, when the user is currently browsing a news list and clicks a certain news item, the presentation instruction of the first page for presenting the news item is initiated, and the first page is the page to be presented.
In practical applications, a user can browse a page through a browser in a terminal, generally speaking, the page browsed by the user includes advertisement information, even virus information such as trojan horse and the like besides text information, and if the user clicks carelessly, the user may be in trouble and even lost.
Therefore, in the embodiment of the present invention, when the terminal receives a page to be displayed displaying instruction, the terminal may obtain page information of a page to be displayed from a preset data storage area, where the data storage area may include a cache, a data queue, a data stack, and the like; the page information may include body information of the page to be presented and a uniform resource identifier of a next consecutive page of the page to be presented.
For example, when a user reads a novel in a browser, and opens a first page, the user obtains the text information of the first page, that is, the content of the novel, and the uniform resource identifier of a second page from the cache. Therefore, the user can filter the information except the novel content from the page seen by the browser, and the trouble or loss caused by the user clicking by mistake is avoided.
Step S102, if the page information of the page to be displayed is acquired from the data storage area, rendering and displaying the text information;
step S103, acquiring the page information of the next continuous page based on the uniform resource identifier of the next continuous page, and storing the page information of the next continuous page into the data storage area.
When a user browses a page to be displayed, the terminal can acquire page information of the next continuous page based on the uniform resource identifier of the next continuous page and then store the page information into the data storage area, so that after the user initiates a display instruction for displaying the next continuous page, the user can directly acquire text information of the next page from the data storage area without acquiring the text information from a server, loading speed of loading the next page is increased, and user experience is improved.
In another embodiment, the method for displaying a page shown in fig. 1 is described in detail:
step S101, when a display instruction for a page to be displayed is received, acquiring page information of the page to be displayed from a preset data storage area; the page information comprises the text information of the page to be displayed and a uniform resource identifier of the next continuous page of the page to be displayed;
in the embodiment of the present invention, the pages browsed by the user may be at least two pages having continuity in content. For example, the content of a certain news item is distributed in five pages, or the content of a certain novel is distributed in eight pages, and when a user browses a first page, the user can jump to a second page by clicking a "next page" or similar virtual button in the page, and so on. Where there is no "next page" or similar virtual button in the last page.
Further, the display instruction may be initiated based on a "next page" or a similar virtual button in the page, for example, when the user is currently browsing the second page and clicks the "next page", the display instruction for displaying the third page is initiated, and the third page is the page to be displayed; alternatively, the presentation instruction may be initiated based on the uniform resource identifier of the first page, for example, when the user is currently browsing a news list and clicks on a certain news item, the presentation instruction for presenting the first page of the news item is initiated, and the first page is the page to be presented.
In practical applications, a user can browse a page through a browser in a terminal, generally speaking, the page browsed by the user includes advertisement information, even virus information such as trojan horse and the like besides text information, and if the user clicks carelessly, the user may be in trouble and even lost.
Therefore, in the embodiment of the present invention, when the terminal receives a page to be displayed displaying instruction, the terminal may obtain page information of a page to be displayed from a preset data storage area, where the data storage area may include a cache, a data queue, a data stack, and the like; the page information may include text information of the page to be presented, a uniform resource identifier of a next continuous page of the page to be presented, and a uniform resource identifier of a directory page, where the directory information at least includes the uniform resource identifier of the next continuous page.
For example, when a user reads a novel in a browser, and opens a first page, the user obtains the text information of the first page, that is, the content of the novel, the uniform resource identifier of a second page, and a directory containing the second page from the cache. Therefore, the user can filter the information except the novel content from the page seen by the browser, and the trouble or loss caused by the user clicking by mistake is avoided.
The terminal may have the following features:
(1) on a hardware architecture, a device has a central processing unit, a memory, an input unit and an output unit, that is, the device is often a microcomputer device having a communication function. In addition, various input modes such as a keyboard, a mouse, a touch screen, a microphone, a camera and the like can be provided, and input can be adjusted as required. Meanwhile, the equipment often has a plurality of output modes, such as a telephone receiver, a display screen and the like, and can be adjusted according to needs;
(2) on a software system, the device must have an operating system, such as Windows Mobile, Symbian, Palm, Android, iOS, and the like. Meanwhile, the operating systems are more and more open, and personalized application programs developed based on the open operating system platforms are infinite, such as a communication book, a schedule, a notebook, a calculator, various games and the like, so that the requirements of personalized users are met to a great extent;
(3) in terms of communication capacity, the device has flexible access mode and high-bandwidth communication performance, and can automatically adjust the selected communication mode according to the selected service and the environment, thereby being convenient for users to use. The device can support GSM (Global System for Mobile Communication), WCDMA (Wideband Code Division Multiple Access), CDMA2000(Code Division Multiple Access), TDSCDMA (Time Division-Synchronous Code Division Multiple Access), Wi-Fi (Wireless-Fidelity), WiMAX (world Interoperability for Microwave Access) and the like, thereby being suitable for various types of networks, and not only supporting voice services, but also supporting various Wireless data services;
(4) in the aspect of function use, the equipment focuses more on humanization, individuation and multi-functionalization. With the development of computer technology, devices enter a human-centered mode from a device-centered mode, and the embedded computing, control technology, artificial intelligence technology, biometric authentication technology and the like are integrated, so that the human-oriented purpose is fully embodied. Due to the development of software technology, the equipment can be adjusted and set according to individual requirements, and is more personalized. Meanwhile, the device integrates a plurality of software and hardware, and the function is more and more powerful.
Further, the data storage area in the embodiment of the present invention may adopt a map type storage structure, where key is a uniform resource identifier of a page to be displayed, value is a structure, and the structure includes, but is not limited to, the following information: the uniform resource identifier of the next successive page, the body information of the next successive page, and the uniform resource identifier of the directory page containing the next successive page.
For example, when the user is browsing the third page, the data storage area may store the uniform resource identifier of the fourth page, the body information of the fourth page, and the uniform resource identifier of the directory page containing the fourth page.
Step S102, if the page information of the page to be displayed is acquired from the data storage area, rendering and displaying the text information;
if the page information of the page to be displayed is stored in the data storage area, the page information is obtained, and the text information in the page information is rendered and displayed, so that other information except the text information in the page to be displayed can be filtered. The text information may include text, pictures, video, audio, and other content.
In a preferred embodiment of the present invention, if the page information of the page to be displayed is not acquired from the data storage area, the method further includes:
acquiring a complete page of the page to be displayed;
extracting page information of the page to be displayed from the complete page, and storing the page information of the page to be displayed into the data storage area;
if the page information of the page to be displayed is acquired from the data storage area, rendering and displaying the text information comprises the following steps:
and obtaining the page information of the page to be displayed from the data storage area, and rendering and displaying the text information in the page information.
Specifically, if the page information of the page to be shown is not stored in the data storage area, a web view is created to load the complete page of the page to be shown, that is, all contents in the page to be shown, such as the text content of news, advertisements, and the like, are obtained from the server.
It should be noted that, at this time, the user cannot see the complete page of the page to be displayed, because the web view is not rendered after the complete page of the page to be displayed is loaded. For example, after a user opens a certain piece of news, a blank is displayed on a current page, a dynamic progress bar is displayed at the same time, the process of the progress bar motion is the process of loading and rendering, namely, the process of the terminal acquiring page content from the server and then rendering, the progress bar motion is finished, the process of the terminal acquiring page content from the server is actually finished, the rendering is finished, the process is not only that the terminal acquires page content from the server, but also that the user can see the content of the news after the loading and rendering are finished.
Wherein, the step of extracting the page information of the page to be displayed from the complete page comprises the following steps:
when the fact that the complete page contains a preset identifier is detected, page information of the page to be displayed is extracted from the complete page; the preset identifier is used for representing that the page to be displayed has the next continuous page.
Generally, there will be "previous page", "next page", "first page", "last page", etc. or similar buttons in consecutive pages, each button having a corresponding uniform resource identifier, for example, in a third page, the "previous page" corresponds to the uniform resource identifier of the second page, and the "next page" corresponds to the uniform resource identifier of the fourth page. Therefore, in the embodiment of the present invention, after all the contents are obtained, a section of JavaScript code may be injected into the page, and whether the page has identifiers such as "previous page", "next page", "first page", and "last page" is detected through the section of JavaScript code, and if the page has identifiers such as "previous page", "next page", "first page", and "last page", it may be determined that the page has a next continuous page, or one page of a plurality of continuous pages.
Further, after the page to be displayed is loaded in the network view, a section of JavaScript code is injected into the network view, page information is extracted from the complete page through the section of JavaScript code, and then the extracted page information is stored in the data storage area. The page information may be extracted by using a boilerplate detection algorithm, or by using another algorithm according to actual requirements, which is not limited in this embodiment of the present invention.
At this time, the page information of the page to be displayed is stored in the data storage area, so that the page information of the page to be displayed can be obtained from the data storage area, and the text information in the page information is rendered and displayed.
In a preferred embodiment of the present invention, the step of rendering and displaying the text information includes:
when detecting that the page information in the data storage area meets a preset display condition, acquiring the page information of the page to be displayed from the data storage area;
and rendering and displaying the text information in the page information.
Specifically, when the page information of the page to be displayed is stored in the data storage area and the display instruction for the page to be displayed is received, the page information of the page to be displayed is acquired from the data storage area, otherwise, the process is ended.
For example, a user is currently browsing a news list and opens a certain piece of news, wherein the content of the piece of news is distributed in five continuous pages, at this time, the first page of the piece of news is loaded on the page, in the loading process, whether the page information of the first page is stored in the data storage area is detected, and if so, the page information of the first page can be acquired from the data storage area.
In a preferred embodiment of the present invention, the step of rendering and displaying the text information includes:
rendering the text information by Native;
and displaying the rendered text information.
In the prior art, only in the rendering process, the browser filters out useless tags on a page, leaves useful information in the page, and performs page rendering and re-typesetting on the useful information on the page, while the page rendering and re-typesetting still adopts an H5 rendering mode, and the H5 rendering stability and performance are poor; moreover, the method must rely on the browser kernel, and the page rendering and re-typesetting can not be completed without the browser kernel, so the existing method is poor in universality.
In the embodiment of the invention, the extracted text information is transmitted to the upper layer UI, the upper layer UI renders and displays the text information by Native, and Native rendering refers to rendering by using a Native system (such as Android or IOS) component, so that rendering by using a component of a browser is not needed, and the rendering effect and efficiency are greatly improved; moreover, because the browser does not need to have own components, the rendering of the browser page can be realized by using the native system components, and the universality is improved.
Step S103, acquiring the page information of the next continuous page based on the uniform resource identifier of the next continuous page, and storing the page information of the next continuous page into the data storage area.
In the embodiment of the present invention, in addition to the page information of the page to be displayed, the page information of the next continuous page of the page to be displayed may be obtained when the page to be displayed is displayed, for example, when the user browses the first page, the page information of the second page is obtained in advance.
In a preferred embodiment of the present invention, the obtaining page information of the next continuous page based on the uniform resource identifier of the next continuous page includes:
when detecting that the page information of the next continuous page does not exist in the data storage area, creating a first network view;
acquiring a complete page of the next continuous page by adopting the uniform resource identifier in the first network view;
and acquiring text information in the next continuous page from the complete page.
Specifically, in steps S101 to S102, the uniform resource identifier of the next continuous page of the page to be displayed is obtained and stored in the data storage area, before the user initiates the display instruction for displaying the next continuous page, it is detected whether the uniform resource identifier of the next continuous page, the text information of the next continuous page, and the uniform resource identifier of the directory page including the next continuous page are simultaneously stored in the data storage area, if yes, it is further determined whether the page information meets the preset display condition, if no, the process is ended, and the user is waited to initiate the display instruction for displaying the next continuous page.
For example, when the current user is browsing a third page, and the data storage area already stores the page information of the fourth page, before a display instruction for displaying the fourth page initiated by the user is received, the page information of the fourth page does not meet a preset display condition, and cannot be rendered and displayed.
If the uniform resource identifier of the next continuous page and the uniform resource identifier of the directory page including the next continuous page are stored in the data storage area, and there is no text information of the next continuous page, a web view is created in the terminal, as shown in fig. 2, the web view on the left side in the figure is the created first web view, and the uniform resource identifier of the next continuous page is loaded in the web view, after the next continuous page is loaded, a section of JavaScript code may be injected into the page, and whether there are identifiers such as "previous page", "next page", "first page", "last page", and the like in the page is detected by the section of JavaScript code, if there is an identifier, it may be determined that the page has the next continuous page, or one page of the plurality of continuous pages is included.
Then, a JavaScript code is injected into the network view, the text information of the next continuous page is extracted from the complete page through the JavaScript code, and the extracted text information is stored in a data storage area. Thus, the data storage area stores therein all page information of the next successive page.
And further, judging whether all the page information of the next continuous page meets a preset display condition, if not, ending the process, and waiting for a user to initiate a display instruction for displaying the next continuous page.
The method further comprises the following steps:
creating a second network view;
acquiring the directory information of the directory page by adopting the uniform resource identifier of the directory page in the second network view, and storing the directory information into the data storage area; the directory information comprises at least a uniform resource identifier of the next consecutive page.
In practical applications, a directory is usually set for pages with a large number of continuous pages, for example, a novel, so that a user can conveniently select the pages. Therefore, in the embodiment of the present invention, another network view may also be created, as shown in fig. 2, the network view on the right side in the figure is the created second network view, and the uniform resource identifier of the directory page is adopted in the network view to obtain the directory information of the directory page, and store the directory information in the data storage area; wherein the directory information comprises at least a uniform resource identifier of the next consecutive page.
After storing the directory information in the data storage area, the method further includes:
when a display instruction for a directory page is received, acquiring directory information of the directory page from a preset data storage area;
and rendering and displaying the obtained directory information of the directory page.
And if the user initiates a display instruction for displaying the directory page, the directory information of the directory page is acquired from the data storage, rendered and displayed.
Generally, a directory can generally include two forms: a full directory and an extent directory. Specifically, when the directory is short, there may be only one directory, for example, there are 18 continuous pages in total, and then a directory may contain uniform resource identifiers of 18 pages, and such a directory may be referred to as a complete directory; when the directory is long, there may be multiple levels of directories, or multiple directories, for example, a certain novel has 681 chapters, and each chapter corresponds to one page, and then multiple section directories, each section directory containing 100 chapters, may be set.
Aiming at the complete directory, after the directory information is obtained for the first time, the directory information can be stored in the data storage area all the time; for the interval directory, after the directory information of the current interval directory is acquired, the interval directory can also be stored in the data storage area until the user browses the page in the next interval directory.
It should be noted that, the first network view and the second network view in fig. 2 are only used as examples, and in practical applications, the creation manner of the first network view and the second network view may be set according to actual requirements, which is not limited in this embodiment of the present invention.
Further, referring to fig. 3, a complete flow of the embodiment of the present invention is described in detail by taking an example that a user is currently browsing a news list and opens a certain news.
1) The user is browsing a news listing;
2) clicking a certain news;
3) before a first page of the news is displayed, judging whether page information of the first page is stored in a data storage according to a uniform resource identifier of the first page;
4) if not, a network view is created to load the complete page of the first page;
5) judging whether the first page is provided with a next continuous page or not, or is one of a plurality of continuous pages;
6) if so, extracting the page information of the first page from the complete page of the first page, and storing the page information into a data storage area;
7) judging whether the page information of the first page in the data storage area meets the display condition;
8) if yes (the user clicks news, namely the user initiates a display instruction for displaying a first page, and the data storage area stores page information of the first page), acquiring text information of the first page from the data storage area according to the uniform resource identifier of the first page;
9) rendering and displaying text information of a first page by adopting Native in a network view (in FIG. 2);
10) extracting uniform resource identifiers of a second page and uniform resource identifiers of a directory from page information of a first page;
11) before the second page is displayed, judging whether the page information of the second page is stored in the data storage according to the uniform resource identifier of the second page;
12) if not, creating a first network view (fig. 2 left) to load a complete page of the second page, and creating a second network view (fig. 2 right) to load the directory;
13) judging whether the second page is provided with a next continuous page or not, or is one of a plurality of continuous pages;
14) if so, extracting the page information of the second page from the complete page of the second page, and storing the page information into the data storage area;
15) judging whether the page information of the second page in the data storage area meets the display condition;
16) if not (the page information of the second page is stored in the data storage area, but the user does not initiate the display instruction for displaying the second page), ending the process, and waiting for the user to initiate the display instruction for displaying the second page;
17) the user clicks the next page;
18) before the second page is displayed, judging whether the page information of the second page is stored in the data storage according to the uniform resource identifier of the second page;
19) if yes, judging whether the page information of the second page in the data storage area meets the display condition;
20) if so (the user initiates a display instruction for displaying the second page, and the data storage area stores the page information of the second page), acquiring the text information of the second page from the data storage area according to the uniform resource identifier of the second page;
21) rendering and displaying text information of a second page by adopting Native in the network view (in the figure 2);
the subsequent processes can refer to 10) to 21), which are not described herein.
In the embodiment of the invention, when a user browses a page to be displayed, the terminal can acquire the page information of the next continuous page based on the uniform resource identifier of the next continuous page and then store the page information into the data storage area, so that after the user initiates a display instruction for displaying the next continuous page, the user can directly acquire the text information of the next page from the data storage area without acquiring the text information from the server, thereby improving the loading speed for loading the next page and improving the user experience.
Furthermore, through the mode of extracting the text information in the page for rendering and displaying, other information such as advertisements and viruses in the page is filtered, a pure reading space is provided for a user, and the user experience is further improved.
Furthermore, in the prior art, only in the rendering process, the browser filters out useless tags on the page, leaves useful information in the page, and performs page rendering and re-typesetting on the useful information on the page, while the page rendering and re-typesetting still adopts an H5 rendering mode, and the H5 rendering stability and performance are poor; moreover, the method must rely on the browser kernel, and the page rendering and re-typesetting can not be completed without the browser kernel, so the existing method is poor in universality. The embodiment of the invention uses the native system kernel when extracting the text information, and uses the native system component when rendering, so that the rendering effect and the rendering efficiency can be greatly improved. Moreover, because the browser does not need to have a kernel of the browser, the rendering of the browser page can be realized by using the native system component, and the universality is improved.
Fig. 4 is a schematic structural diagram of a display apparatus for a page according to another embodiment of the present application, as shown in fig. 4-1, the apparatus of this embodiment may include:
a receiving module 401, configured to receive a display instruction for a page to be displayed;
a first obtaining module 402, configured to obtain page information of the page to be displayed from a preset data storage area; the page information comprises the text information of the page to be displayed and a uniform resource identifier of the next continuous page of the page to be displayed;
a rendering module 403, configured to render and display the text information if the page information of the page to be displayed is acquired from the data storage area;
a second obtaining module 404, configured to obtain page information of the next continuous page based on the uniform resource identifier of the next continuous page, and store the page information of the next continuous page in the data storage area.
In a preferred embodiment of the present invention, as shown in fig. 4-2, if the page information of the page to be displayed is not acquired from the data storage area, the apparatus further includes:
a third obtaining module 405, configured to obtain a complete page of the page to be displayed;
an extracting module 406, configured to extract page information of the page to be displayed from the complete page;
a storage module 407, configured to store the page information of the page to be displayed in the data storage area;
the rendering module is specifically configured to:
and obtaining the page information of the page to be displayed from the data storage area, and rendering and displaying the text information in the page information.
In a preferred embodiment of the present invention, the extraction module specifically includes:
the first detection submodule is used for detecting that the complete page contains a preset identifier;
the first page information extraction submodule is used for extracting the page information of the page to be displayed from the complete page; the preset identifier is used for representing that the page to be displayed has the next continuous page.
In a preferred embodiment of the present invention, the second obtaining module includes:
the network view creating submodule is used for creating a first network view when the fact that the page information of the next continuous page does not exist in the data storage area is detected;
a complete page obtaining sub-module, configured to obtain a complete page of the next continuous page by using the uniform resource identifier in the first network view;
and the second page information extraction submodule is used for extracting the page information in the next continuous page from the complete page.
In a preferred embodiment of the present invention, the page information of the page to be displayed further includes a uniform resource identifier of a directory page;
as shown in fig. 4-3, the apparatus further comprises:
a generating module 408 for creating a second network view;
a directory information obtaining module 409, configured to obtain directory information of the directory page by using a uniform resource identifier of the directory page in the second network view;
the storage module is further used for storing the directory information to the data storage area; the directory information comprises at least a uniform resource identifier of the next consecutive page.
In a preferred embodiment of the present invention, the receiving module is further configured to receive a display instruction for a directory page;
the first acquisition module is also used for acquiring the directory information of the directory page from a preset data storage area;
and the rendering module is also used for rendering and displaying the obtained directory information of the directory page.
In a preferred embodiment of the present invention, the rendering module is specifically configured to:
and rendering the text information by Native, and displaying the rendered text information.
In a preferred embodiment of the present invention, the rendering module includes:
the second detection submodule is used for acquiring the page information of the page to be displayed from the data storage area when detecting that the page information in the data storage area meets a preset display condition;
and the rendering submodule is used for rendering and displaying the text information in the page information.
The page display apparatus of this embodiment can perform the page display method shown in the first embodiment of this application, and the implementation principles thereof are similar, and are not described herein again.
In the embodiment of the invention, when a user browses a page to be displayed, the terminal can acquire the page information of the next continuous page based on the uniform resource identifier of the next continuous page and then store the page information into the data storage area, so that after the user initiates a display instruction for displaying the next continuous page, the user can directly acquire the text information of the next page from the data storage area without acquiring the text information from the server, thereby improving the loading speed for loading the next page and improving the user experience.
Furthermore, through the mode of extracting the text information in the page for rendering and displaying, other information such as advertisements and viruses in the page is filtered, a pure reading space is provided for a user, and the user experience is further improved.
Furthermore, when the text information is rendered, the native system component is used for rendering, so that the component of a browser is not needed for rendering, and the rendering effect and efficiency are greatly improved; moreover, because the browser does not need to have own components, the rendering of the browser page can be realized by using the native system components, and the universality is improved.
In another embodiment of the present application, a terminal device is provided, which includes: a memory and a processor; at least one program stored in the memory for execution by the processor, which when executed by the processor, implements: when browsing the page to be displayed, the user can obtain the page information of the next continuous page based on the uniform resource identifier of the next continuous page, and then store the page information into the data storage area, so that after initiating the display instruction for displaying the next continuous page, the user can directly obtain the text information of the next page from the data storage area without obtaining the text information from the server, thereby improving the loading speed for loading the next page and improving the user experience.
Furthermore, through the mode of extracting the text information in the page for rendering and displaying, other information such as advertisements and viruses in the page is filtered, a pure reading space is provided for a user, and the user experience is further improved.
In an alternative embodiment, a terminal device is provided, as shown in fig. 5, the terminal device 5000 shown in fig. 5 includes: a processor 5001 and a memory 5003. The processor 5001 and the memory 5003 are coupled, such as via a bus 5002. Optionally, the terminal device 5000 may also include a transceiver 5004. It should be noted that the transceiver 5004 is not limited to one in practical application, and the structure of the terminal device 5000 is not limited to the embodiment of the present application.
The processor 5001 may be a CPU, general purpose processor, DSP, ASIC, FPGA or other programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor 5001 may also be a combination of processors implementing computing functionality, e.g., a combination comprising one or more microprocessors, a combination of DSPs and microprocessors, or the like.
Bus 5002 can include a path that conveys information between the aforementioned components. The bus 5002 may be a PCI bus or EISA bus, etc. The bus 5002 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 5, but this is not intended to represent only one bus or type of bus.
The memory 5003 may be, but is not limited to, a ROM or other type of static storage device that can store static information and instructions, a RAM or other type of dynamic storage device that can store information and instructions, an EEPROM, a CD-ROM or other optical disk storage, optical disk storage (including compact disk, laser disk, optical disk, digital versatile disk, blu-ray disk, etc.), magnetic disk storage media or other magnetic storage devices, 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 5003 is used for storing application program codes for executing the present solution, and the execution is controlled by the processor 5001. The processor 5001 is configured to execute application program code stored in the memory 5003 to implement the teachings of any of the foregoing method embodiments.
Wherein, the terminal device includes but is not limited to: mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and fixed terminals such as digital TVs, desktop computers, and the like.
Yet another embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, which, when run on a computer, enables the computer to perform the corresponding content in the aforementioned method embodiments. Compared with the prior art, when browsing the page to be displayed, the user can obtain the page information of the next continuous page based on the uniform resource identifier of the next continuous page and then store the page information into the data storage area, so that after initiating the display instruction for displaying the next continuous page, the user can directly obtain the text information of the next page from the data storage area without obtaining the text information from the server, thereby improving the loading speed for loading the next page and improving the user experience.
Furthermore, through the mode of extracting the text information in the page for rendering and displaying, other information such as advertisements and viruses in the page is filtered, a pure reading space is provided for a user, and the user experience is further improved.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
The foregoing is only a partial embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (11)

1. A page display method is characterized by comprising the following steps:
when a display instruction for a page to be displayed is received, acquiring page information of the page to be displayed from a preset data storage area; the page information comprises the text information of the page to be displayed and a uniform resource identifier of the next continuous page of the page to be displayed;
if the page information of the page to be displayed is acquired from the data storage area, rendering and displaying the text information;
and acquiring the page information of the next continuous page based on the uniform resource identifier of the next continuous page, and storing the page information of the next continuous page into the data storage area.
2. The method for displaying a page according to claim 1, wherein if the page information of the page to be displayed is not acquired from the data storage area, the method further comprises:
acquiring a complete page of the page to be displayed;
extracting page information of the page to be displayed from the complete page, and storing the page information of the page to be displayed into the data storage area;
if the page information of the page to be displayed is acquired from the data storage area, rendering and displaying the text information comprises the following steps:
and obtaining the page information of the page to be displayed from the data storage area, and rendering and displaying the text information in the page information.
3. The method for displaying a page according to claim 2, wherein the step of extracting the page information of the page to be displayed from the complete page comprises:
when the fact that the complete page contains a preset identifier is detected, page information of the page to be displayed is extracted from the complete page; the preset identifier is used for representing that the page to be displayed has the next continuous page.
4. The method for displaying a page according to claim 1 or 2, wherein the obtaining page information of the next continuous page based on the uniform resource identifier of the next continuous page comprises:
when detecting that the page information of the next continuous page does not exist in the data storage area, creating a first network view;
acquiring a complete page of the next continuous page by adopting the uniform resource identifier in the first network view;
and acquiring page information in the next continuous page from the complete page.
5. The method for displaying a page according to claim 1 or 2, wherein the page information of the page to be displayed further includes a uniform resource identifier of a directory page;
the method further comprises the following steps:
creating a second network view;
acquiring the directory information of the directory page by adopting the uniform resource identifier of the directory page in the second network view, and storing the directory information into the data storage area; the directory information comprises at least a uniform resource identifier of the next consecutive page.
6. The method for displaying a page according to claim 5, wherein after storing the directory information in the data storage area, the method further comprises:
when a display instruction for a directory page is received, acquiring directory information of the directory page from a preset data storage area;
and rendering and displaying the obtained directory information of the directory page.
7. The method for displaying a page according to claim 1 or 2, wherein the step of rendering and displaying the text information comprises:
rendering the text information by Native;
and displaying the rendered text information.
8. The method for displaying a page according to claim 1 or 2, wherein the step of rendering and displaying the text information comprises:
when detecting that the page information in the data storage area meets a preset display condition, acquiring the page information of the page to be displayed from the data storage area;
and rendering and displaying the text information in the page information.
9. A device for displaying pages, comprising:
the receiving module is used for receiving a display instruction aiming at a page to be displayed;
the first acquisition module is used for acquiring the page information of the page to be displayed from a preset data storage area; the page information comprises the text information of the page to be displayed and a uniform resource identifier of the next continuous page of the page to be displayed;
the rendering module is used for rendering and displaying the text information if the page information of the page to be displayed is acquired from the data storage area;
and the second acquisition module is used for acquiring the page information of the next continuous page based on the uniform resource identifier of the next continuous page and storing the page information of the next continuous page into the data storage area.
10. A terminal device, characterized in that it comprises:
a processor, a memory, and a bus;
the bus is used for connecting the processor and the memory;
the memory is used for storing operation instructions;
the processor is used for executing the page display method of any one of the claims 1 to 8 by calling the operation instruction.
11. A computer-readable storage medium for storing computer instructions which, when run on a computer, cause the computer to perform the method of presenting a page of any of claims 1 to 8.
CN201910594936.4A 2019-07-03 2019-07-03 Page display method and device, terminal equipment and computer readable storage medium Active CN112182446B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910594936.4A CN112182446B (en) 2019-07-03 2019-07-03 Page display method and device, terminal equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910594936.4A CN112182446B (en) 2019-07-03 2019-07-03 Page display method and device, terminal equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN112182446A true CN112182446A (en) 2021-01-05
CN112182446B CN112182446B (en) 2023-10-20

Family

ID=73915010

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910594936.4A Active CN112182446B (en) 2019-07-03 2019-07-03 Page display method and device, terminal equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN112182446B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112685671A (en) * 2021-01-21 2021-04-20 百度在线网络技术(北京)有限公司 Page display method, device, equipment and storage medium
CN113312036A (en) * 2021-06-15 2021-08-27 曙光信息产业(北京)有限公司 Large-screen display method, device and equipment of Web page and storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006303562A (en) * 2005-04-15 2006-11-02 Sharp Corp Mobile terminal equipment and graphic code generating method
CN101116075A (en) * 2005-06-30 2008-01-30 卡西欧计算机株式会社 Electronic apparatus with a web page browsing function
EP2000924A1 (en) * 2007-06-04 2008-12-10 Koninklijke KPN N.V. Electronic device with web browser
WO2012141412A2 (en) * 2011-01-21 2012-10-18 (주)네오위즈게임즈 Method and server for providing a webpage
US20130238975A1 (en) * 2012-03-12 2013-09-12 Apple Inc. Off-line presentation of web content
CN104899208A (en) * 2014-03-05 2015-09-09 腾讯科技(深圳)有限公司 Caching method and apparatus for browser
CN105992063A (en) * 2015-01-29 2016-10-05 华为技术有限公司 Webpage loading method and user equipment
CN108153588A (en) * 2016-12-06 2018-06-12 阿里巴巴集团控股有限公司 A kind of page navigation method and device, a kind of memory allocation method and device
CN108924668A (en) * 2018-06-11 2018-11-30 聚好看科技股份有限公司 Picture load, data offering method and device
CN109408750A (en) * 2018-09-26 2019-03-01 中国平安财产保险股份有限公司 Page display method, device, computer equipment and storage medium
US20190179967A1 (en) * 2017-12-08 2019-06-13 Facebook, Inc. Techniques for url archiving while browsing a web page

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006303562A (en) * 2005-04-15 2006-11-02 Sharp Corp Mobile terminal equipment and graphic code generating method
CN101116075A (en) * 2005-06-30 2008-01-30 卡西欧计算机株式会社 Electronic apparatus with a web page browsing function
EP2000924A1 (en) * 2007-06-04 2008-12-10 Koninklijke KPN N.V. Electronic device with web browser
WO2012141412A2 (en) * 2011-01-21 2012-10-18 (주)네오위즈게임즈 Method and server for providing a webpage
US20130238975A1 (en) * 2012-03-12 2013-09-12 Apple Inc. Off-line presentation of web content
CN104899208A (en) * 2014-03-05 2015-09-09 腾讯科技(深圳)有限公司 Caching method and apparatus for browser
CN105992063A (en) * 2015-01-29 2016-10-05 华为技术有限公司 Webpage loading method and user equipment
CN108153588A (en) * 2016-12-06 2018-06-12 阿里巴巴集团控股有限公司 A kind of page navigation method and device, a kind of memory allocation method and device
US20190179967A1 (en) * 2017-12-08 2019-06-13 Facebook, Inc. Techniques for url archiving while browsing a web page
CN108924668A (en) * 2018-06-11 2018-11-30 聚好看科技股份有限公司 Picture load, data offering method and device
CN109408750A (en) * 2018-09-26 2019-03-01 中国平安财产保险股份有限公司 Page display method, device, computer equipment and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112685671A (en) * 2021-01-21 2021-04-20 百度在线网络技术(北京)有限公司 Page display method, device, equipment and storage medium
CN113312036A (en) * 2021-06-15 2021-08-27 曙光信息产业(北京)有限公司 Large-screen display method, device and equipment of Web page and storage medium
CN113312036B (en) * 2021-06-15 2023-08-18 曙光信息产业(北京)有限公司 Large screen display method, device and equipment of Web page and storage medium

Also Published As

Publication number Publication date
CN112182446B (en) 2023-10-20

Similar Documents

Publication Publication Date Title
US9396572B2 (en) Image correlation method and electronic device thereof
US9122377B2 (en) Method and system for interworking plurality of applications
CN110086877B (en) Application program sharing and information sharing display method, device, equipment and medium
EP3955153A1 (en) Method and apparatus for inserting information into online document
US20210271491A1 (en) Application processing method, device, electronic device and storage medium
KR102024820B1 (en) Desktop sharing method and mobile terminal
CN105808307B (en) Page display method and device
CN104980414A (en) File transmission method and terminal
CN112182446B (en) Page display method and device, terminal equipment and computer readable storage medium
CN111813305A (en) Application program starting method and device
CN111381819B (en) List creation method and device, electronic equipment and computer-readable storage medium
CN110609966A (en) Page display method, device and equipment
RU2616164C2 (en) Methods and device for browser engine work
CN111160029A (en) Information processing method and device, electronic equipment and computer readable storage medium
US10192523B2 (en) Method and apparatus for providing an overview of a plurality of home screens
CN110147184B (en) Navigation backspacing method and control
CN112148395A (en) Page display method, device, equipment and storage medium
CN113849092A (en) Content sharing method and device and electronic equipment
CN107357481B (en) Message display method and message display device
CN105138576A (en) Method and apparatus used for providing recommended input sequence in mobile search
CN113190365B (en) Information processing method and device and electronic equipment
CN112905072B (en) Application processing method and device and electronic equipment
CN114489414A (en) File processing method and device
CN112948844A (en) Control method and device and electronic equipment
WO2016107119A1 (en) Method and device for realizing unstructured supplementary service data menu

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