CN110134451B - Data display method and device, storage medium and electronic device - Google Patents
Data display method and device, storage medium and electronic device Download PDFInfo
- Publication number
- CN110134451B CN110134451B CN201810129098.9A CN201810129098A CN110134451B CN 110134451 B CN110134451 B CN 110134451B CN 201810129098 A CN201810129098 A CN 201810129098A CN 110134451 B CN110134451 B CN 110134451B
- Authority
- CN
- China
- Prior art keywords
- window
- instruction
- display
- displayed
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44521—Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
The invention discloses a data display method and device, a storage medium and an electronic device. Wherein, the method comprises the following steps: acquiring a window loading instruction for requesting to load a first window of a browser, wherein the first window is used for providing a first control function, and the first control function comprises part of control functions in a control function set matched with the browser; loading a first window in response to a window load instruction; acquiring a display instruction generated by executing operation on data displayed in a first window; and displaying the target data corresponding to the display instruction. The invention solves the technical problem of low display efficiency of the browser display method provided by the related technology.
Description
Technical Field
The invention relates to the field of computers, in particular to a data display method and device, a storage medium and an electronic device.
Background
The browser is used for displaying the HTML file contents of a web server or a file system, and can process the file contents through interaction with a user. For example, after the browser obtains the website link requested to be accessed by the user, the content included in the website link, such as text, images, videos, and the like, may be loaded and displayed in the page of the browser.
However, when the frequency of updating the file content requested to be displayed by the user through the browser is high, the operation of starting and closing the browser needs to be frequently performed in order to view the updated file content in time. When the browser is started, a starting request needs to be sent to a control server of the browser, after a start-allowing response returned by the control server is received, various control functions in the browser can be started, and a main page of the browser is loaded and displayed, so that the file content requested by a user is loaded and displayed. That is, in the data display method provided in the related art, there is a problem that the display efficiency when requesting to display data in the browser is low because the time required to repeatedly start the browser is long.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
Embodiments of the present invention provide a data display method and apparatus, a storage medium, and an electronic apparatus, so as to at least solve the technical problem that a browser display method provided in the related art has a low display efficiency.
According to an aspect of an embodiment of the present invention, there is provided a data display method including: acquiring a window loading instruction for requesting to load a first window of a browser, wherein the first window is used for providing a first control function, and the first control function comprises part of control functions in a control function set matched with the browser; responding the window loading instruction to load the first window; acquiring a display instruction generated by executing operation on the data displayed in the first window; and displaying the target data corresponding to the display instruction.
According to another aspect of the embodiments of the present invention, there is also provided a data display device including: a first obtaining unit, configured to obtain a window loading instruction for requesting to load a first window of a browser, where the first window is used to provide a first control function, and the first control function includes a part of control functions in a control function set that matches the browser; a loading unit, configured to load the first window in response to the window loading instruction; a second obtaining unit configured to obtain a display instruction generated by performing an operation on the data displayed in the first window; and the first display unit is used for displaying the target data corresponding to the display instruction.
According to a further aspect of the embodiments of the present invention, there is also provided a storage medium having a computer program stored therein, wherein the computer program is configured to perform the above method when executed.
According to another aspect of the embodiments of the present invention, there is also provided an electronic apparatus, including a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor executes the method by the computer program.
In the embodiment of the invention, a first window for providing a first control function is loaded, wherein the first control function is part of control functions in a control function set matched with a browser. Therefore, the loading duration of the first window is reduced, the browser does not need to wait for starting all control functions each time, so that a display instruction generated by executing operation on data displayed in the first window can be rapidly acquired, the target data corresponding to the display instruction is displayed, the waiting time for displaying the target data is further shortened, the effect of improving the data display efficiency is achieved, and the technical problem that the display efficiency of a browser display method provided by the related technology is low is solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
fig. 1 is a schematic diagram of an application environment of a data display method according to an embodiment of the present invention;
FIG. 2 is a flow chart diagram of an alternative data display method according to an embodiment of the invention;
FIG. 3 is a schematic diagram of an alternative data display method according to an embodiment of the invention;
FIG. 4 is a schematic diagram of an alternative data display method according to an embodiment of the invention;
FIG. 5 is a schematic diagram of yet another alternative data display method according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of yet another alternative data display method according to an embodiment of the present invention;
FIG. 7 is a schematic diagram of yet another alternative data display method according to an embodiment of the invention;
FIG. 8 is a schematic diagram of yet another alternative data display method according to an embodiment of the present invention;
FIG. 9 is a schematic diagram of yet another alternative data display method according to an embodiment of the present invention;
FIG. 10 is a schematic diagram of yet another alternative data display method according to an embodiment of the invention;
FIG. 11 is a schematic diagram of yet another alternative data display method according to an embodiment of the present invention;
FIG. 12 is a schematic diagram of an alternative data display device according to an embodiment of the present invention;
fig. 13 is a schematic structural diagram of an alternative electronic device according to an embodiment of the invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
According to an aspect of an embodiment of the present invention, there is provided a data display method. As an alternative embodiment, the data display method described above may be applied, but not limited to, the hardware environment shown in fig. 1. After acquiring a window loading instruction for requesting to load a first window of a browser, the PC terminal 102 loads the first window of the browser in response to the window loading instruction, where the first window is used to provide a part of control functions in a control function set matched with the browser, acquires a display instruction generated by performing an operation on data displayed in the first window, sends a data acquisition request carrying the display instruction to the server 106 through the network 104, and the server 106 pulls target data corresponding to the display instruction in the data acquisition request from the database 108 and returns the target data to the PC terminal 102 for display.
Optionally, in this embodiment, the terminal may include, but is not limited to, at least one of the following: a tablet Computer, a notebook Computer, a Personal Computer (PC), and the like allow a browser to display multi-tab data. The network may include, but is not limited to, a wireless network, a wired network, wherein the wireless network may include, but is not limited to: bluetooth, WIFI, and other networks that enable wireless communication. Such wired networks may include, but are not limited to: wide area networks, metropolitan area networks, and local area networks. The server may include, but is not limited to: hardware equipment with large processing capacity. The above is only an example, and the present embodiment is not limited to this.
Optionally, in this embodiment, as an optional implementation manner, as shown in fig. 2, the data display method may include:
s202, a window loading instruction for requesting to load a first window of the browser is obtained, wherein the first window is used for providing a first control function, and the first control function comprises part of control functions in a control function set matched with the browser;
s204, responding to a window loading instruction to load a first window;
s206, acquiring a display instruction generated by executing operation on the data displayed in the first window;
and S208, displaying the target data corresponding to the display command.
Alternatively, the above data display method may be applied, but not limited, to a process of displaying requested data through a browser. The browser may be, but not limited to, used for loading and displaying various types of data in each data link, such as text data, image data, video data, and the like. In this embodiment, a first window is configured for a browser running in the terminal, where the first window is used to provide a first control function, and the first control function is a part of control functions in a control function set matched with the browser. By loading the first window with less control functions, the loading duration of the first window is reduced, and the browser does not need to wait for starting all the control functions each time, so that the display instruction generated by executing the operation on the data displayed in the first window can be rapidly acquired, the target data corresponding to the display instruction is displayed, the waiting time for displaying the target data is shortened, and the effect of improving the data display efficiency is achieved.
It should be noted that, in this embodiment, the first window (also referred to as "ultra-light window") is used to provide a part of control functions in a set of control functions matched with a browser, where the part of control functions may include, but is not limited to: window display function, page jump function. Further, all of the control functions in the set of control functions that match the browser may be, but are not limited to being, provided through a second window (also referred to as a "main window").
Wherein, the second window may also but not limited to provide at least one of the following control functions:
1) and an account system. An account system is configured in the browser. For example, after an account for login is established, user personalized setting, personal data management and the like are performed according to the account.
2) A bookmark. The loading of the bookmark relates to the reading and writing of a local disk and network communication, and belongs to a time-consuming process. In addition, the bookmark also relates to operations of adding, deleting, managing and the like.
2) The mechanism of the skin. Providing abundant skin.
That is, in the present embodiment, the first window may be, but is not limited to, cut out the control functions 1) -3) provided through the second window, and only the control functions of the core (such as the above-mentioned window display function, page jump function) are reserved to simplify the interaction step of the browser.
For example, the following description is made with reference to fig. 3. As shown in fig. 3, it is assumed that a shortcut key for fast loading a first window of a browser is provided in a taskbar, a window loading instruction is generated by clicking the shortcut key, and the first window (shown on the right side of fig. 3) is loaded and displayed on a desktop of a PC terminal in response to the window loading instruction. The first window shown in FIG. 3 shows two data links between today's air temperature and today's hot spot. After a display instruction generated by performing an operation on the data of the "temperature of today" in the first window is acquired, target data corresponding to the display instruction, such as temperature data corresponding to the currently updated "temperature of today", is displayed.
It should be noted that, in this embodiment, the second window may be loaded and displayed in, but is not limited to, the following manner: acquiring a starting request for starting a browser; and loading and displaying a second window of the browser in response to the starting request. That is, in the present embodiment, when the browser is started, the second window is directly loaded and displayed.
Optionally, obtaining a window loading instruction for requesting to load a first window of a browser may include, but is not limited to:
1) acquiring a separating instruction generated by executing separating operation on a second window; generating a window loading instruction of a first window according to the separating instruction;
2) the method comprises the steps of obtaining an operation instruction generated by executing operation on a shortcut key displayed on a main interface, and generating a window loading instruction of a first window according to the operation instruction.
For example, as shown in fig. 4, a start key for starting a browser is provided on a terminal desktop, a start request is generated after the start key is clicked, and a second window (also referred to as a "main window") is loaded and displayed on the terminal desktop in response to the start request. As shown in fig. 4, the browser second window sidebar displays data of the type music, movie, news, animation, etc. After a separation instruction generated by performing separation operation on the 'news' displayed in the second window is acquired, a window loading instruction of the first window is generated according to the separation instruction, and the first window is loaded and displayed according to the window loading instruction, as shown in the right side of fig. 4, a data link of the 'news' type in the second window is displayed in the first window.
For another example, as shown in fig. 3, a shortcut key for describing and displaying a first window of a browser is provided on a terminal desktop, a window loading instruction of the first window is generated after the shortcut key is clicked, and the first window (also referred to as an "ultra-light window") is directly loaded and displayed on the terminal desktop in response to the window loading instruction.
Optionally, in this embodiment, the manner of performing the splitting operation on the second window to obtain the splitting instruction may include:
1) acquiring a separation instruction generated by executing click operation on a separation button displayed in a second window;
2) and acquiring a separation instruction generated by executing the dragging operation on the first target area of the second window.
It should be noted that, in this embodiment, the first target area may be, but is not limited to, any visible area in the second window, such as an area for displaying a fast browsing data type, such as a left column, a right column, a bottom column, and the like, of the second window. The left column is described below as an example.
The process of performing the click operation on the split button displayed in the second window is described in detail with reference to fig. 5 to 6. As shown in fig. 5, when the mouse is placed in the side bar "news", an operation floating layer is displayed, the operation floating layer provides a "pop-up" button, and after a separation instruction generated by performing a click operation on the "pop-up" button is acquired, a first window shown on the right side of fig. 5 is displayed, and a data link of the "news" type in a second window is displayed in the first window. As shown in fig. 6, after the side bar "news" is selected, a "pop-up" button fixedly arranged on the label bar is clicked, and after a separation instruction generated by performing a click operation on the "pop-up" button is acquired, a first window shown on the right side of fig. 6 is displayed, and a data link of the "news" type in a second window is displayed in the first window.
The process of performing the drag operation on the first target area of the second window is described with reference to fig. 4 in particular. As shown in fig. 4, after a separation instruction generated by performing a drag operation on "news" displayed in the second window is acquired, as shown in the right side of fig. 4, a data link of the "news" type in the second window is displayed in the first window.
It should be noted that, in this embodiment, one type of data displayed in the side bar of the second window may be separated by a separation instruction to obtain the first window; at least two types of data displayed in the side bar of the second window can also be separated through a separation instruction to obtain the first window. Wherein at least two types of data are displayed in a first window in an overlapping manner. The above is merely an example, and the separation process is not limited in this embodiment.
In addition, the first window and the second window may be, but not limited to, independent from each other, that is, after the first window is closed, the second window may continue to run; the first window may continue to run after the second window is closed.
Optionally, in this embodiment, displaying the target data corresponding to the display instruction includes: 1) displaying the target data in a first window; 2) and displaying the target data in the second window.
It should be noted that, in this embodiment, the display instruction may include, but is not limited to, a data link corresponding to the operated data, and the target data to be displayed is obtained according to the data link. That is, each piece of data displayed in the first window may be, but is not limited to, bind a corresponding data link, and after a display instruction generated by performing an operation on the data is acquired, a data acquisition request for sending to the server according to the display instruction may be, but is not limited to, obtained to request to acquire target data corresponding to the data link.
For example, after directly clicking the data link displayed in the first window, page skipping is directly performed in the first window, and target data corresponding to the data link is displayed; in addition, after the right key is clicked on the selected data link, the target data corresponding to the data link can be displayed by jumping to the second window through selecting 'displaying in the second window'.
As shown in fig. 7, when the display instruction instructs: and when the user selects 'display on the second window' after the right key operation is performed on the 'news link 2', the 'news link 2' in the selected first window is transferred to the second window, so that the target data corresponding to the 'news link 2' is displayed on the second window.
Optionally, after loading the first window in response to the window load instruction, the method further includes: acquiring a merging instruction generated by executing merging operation; and in response to the merging instruction, merging the first window into a second target area in the second window.
It should be noted that, in this embodiment, the second target area may be, but is not limited to, any visible area in the second window, such as an area for displaying a fast browsing data type, such as a left column, a right column, a bottom column, and the like, of the second window. That is, the first window, which is displayed separately, may be, but is not limited to, merged again into the second target region in the second window.
Optionally, in this embodiment, the manner of obtaining the merge instruction includes:
1) acquiring a merging instruction generated by executing click operation on a merging button displayed in a first window or a second window;
2) under the condition that the first window is detected to be dragged to the target position, generating a merging instruction;
3) generating a merging instruction when the execution of double-click operation on the first window is detected;
for example, as described with reference to fig. 6, when a first window and a second window are displayed on a desktop of a terminal, if it is detected that a user performs a double-click operation on the first window, a merge instruction may be generated, and the first window is merged into a second target area in the second window in response to the merge instruction, where for example, the second target area may be a left side bar in the second window.
Optionally, after loading the first window in response to the window load instruction, the method further includes: acquiring a top setting display instruction; and responding to the top setting display instruction, and displaying the layer where the first window is located on the layer where the second window is located.
Optionally, the set-top display instruction may be, but is not limited to, an instruction generated after the pin operation. The top setting display instruction is used for indicating that the layer where the first window is located is fixed on the uppermost layer of the browser window. As shown in fig. 8, after the top display instruction generated after the pin operation is obtained, the layer where the first window is located is always located on the layer where the second window is located.
It should be noted that, in this embodiment, the top-set display instruction is used to indicate the layer top where the window is located, and the first window itself may move arbitrarily in the interface and the relative position relationship between the first window and the second window, which is not shown in this embodiment.
By the embodiment, a first window for providing a first control function is loaded, wherein the first control function is a part of control functions in a control function set matched with the browser. Therefore, the loading duration of the first window is reduced, the browser does not need to wait for starting all control functions each time, so that a display instruction generated by executing operation on data displayed in the first window can be rapidly acquired, the target data corresponding to the display instruction is displayed, the waiting time for displaying the target data is further shortened, the effect of improving the data display efficiency is achieved, and the technical problem that the display efficiency of a browser display method provided by the related technology is low is solved.
As an alternative to this, it is possible to,
s1, before acquiring the window loading instruction for requesting to load the first window of the browser, further includes: acquiring a starting request for starting a browser; responding to the starting request, loading and displaying a second window of the browser, wherein the second window is used for providing all control functions in the control function set;
s2, the obtaining a window loading instruction for requesting loading of a first window of a browser includes: acquiring a separating instruction generated by performing a separating operation on a second window, wherein the separating instruction is used for indicating that the first window is separated from the second window; a window load instruction for the first window is generated in response to the detach instruction.
For example, as shown in fig. 4, a start key for starting a browser is provided on a terminal desktop, a start request is generated after the start key is clicked, and a second window (also referred to as a "main window") is loaded and displayed on the terminal desktop in response to the start request. As shown in fig. 4, the browser second window sidebar displays data of the type music, movie, news, animation, etc. After a separation instruction generated by performing separation operation on the 'news' displayed in the second window is acquired, a window loading instruction of the first window is generated according to the separation instruction, and the first window is loaded and displayed according to the window loading instruction, as shown in the right side of fig. 4, a data link of the 'news' type in the second window is displayed in the first window.
According to the method and the device for displaying the target information in the browser, the window loading instruction of the first window is generated by responding to the acquired separating instruction generated by executing the separating operation on the second window, so that when the separating operation on the second window is received, the window loading instruction of the first window is generated to load the first window, the purpose of displaying the target information according to the first window is achieved, and the problem of low display efficiency of the browser caused by excessive control functions in the browser is solved.
As an optional solution, acquiring the splitting instruction generated by performing the splitting operation on the second window includes at least one of:
s1, acquiring a separation instruction generated by clicking the separation button displayed in the second window;
s2, a separating instruction generated by performing a drag operation on the first target area of the second window is obtained.
The process of performing the click operation on the split button displayed in the second window is described in detail with reference to fig. 5 to 6. As shown in fig. 5, when the mouse is placed in the side bar "news", an operation floating layer is displayed, the operation floating layer provides a "pop-up" button, and after a separation instruction generated by performing a click operation on the "pop-up" button is acquired, a first window shown on the right side of fig. 5 is displayed, and a data link of the "news" type in a second window is displayed in the first window. As shown in fig. 6, after the side bar "news" is selected, a "pop-up" button fixedly arranged on the label bar is clicked, and after a separation instruction generated by performing a click operation on the "pop-up" button is acquired, a first window shown on the right side of fig. 6 is displayed, and a data link of the "news" type in a second window is displayed in the first window.
The process of performing the drag operation on the first target area of the second window is described with reference to fig. 4 in particular. As shown in fig. 4, after a separation instruction generated by performing a drag operation on "news" displayed in the second window is acquired, as shown in the right side of fig. 4, a data link of the "news" type in the second window is displayed in the first window.
Through the embodiment, the method is adopted to generate the separation instruction, so that the first window is separated from the second window, the flexibility of separating the first window is improved, and the flexibility of data display is improved.
As an optional solution, obtaining a window loading instruction for requesting to load a first window of a browser includes:
s1, acquiring an operation instruction generated by executing operation on the shortcut key displayed on the main interface;
s2, generating a window loading instruction of the first window in response to the operation instruction.
It should be noted that the main interface may be, but is not limited to, a desktop of the terminal, and the shortcut key may be, but is not limited to, a shortcut key displayed on the desktop of the terminal. The shortcut key for loading the first window and the shortcut key for starting the browser to load the second window may be, but are not limited to, different identifiers, as shown in fig. 3, a desktop displays a "browser first window shortcut key" for loading the first window; as shown in fig. 4, the desktop displays a "browser launch key" for launching the browser to load the second window. In addition, the shortcut key for loading the first window and the shortcut key for starting the browser to load the second window may also be, but are not limited to, the same identifier. If a shortcut key is set and displayed in the browser in advance, the shortcut key may be, but is not limited to: the method is used for loading and displaying the first window or starting the browser to load and display the second window.
For example, the following description is made with reference to fig. 3. As shown in fig. 3, it is assumed that a shortcut key for fast loading a first window of a browser is provided in a taskbar, a window loading instruction is generated by clicking the shortcut key, and the first window (shown on the right side of fig. 3) is loaded and displayed on a desktop of a PC terminal in response to the window loading instruction. The first window shown in FIG. 3 shows two data links between today's air temperature and today's hot spot. After a display instruction generated by performing operation on the data of the current air temperature in the first window is acquired, the air temperature data corresponding to the current updated current air temperature is displayed according to the display instruction.
According to the embodiment, the operation instruction is generated by executing the operation on the shortcut key displayed on the main interface, and then the window loading instruction is generated to load the first window, so that the purpose of directly loading the first window through the shortcut key is achieved, the problem that the first window can be loaded only after the second window is started is avoided, and the loading efficiency of the first window is improved.
As an alternative, displaying the target data indicated by the display instruction includes:
s1, acquiring the target data and displaying the target data in the first window under the condition that the display instruction indicates that the target data is displayed in the first window;
and S2, in the case that the display instruction indicates that the target data is displayed in the second window, acquiring the target data and displaying the target data in the second window, wherein the second window is used for providing all control functions in the control function set.
For example, after directly clicking the data link displayed in the first window, page skipping is directly performed in the first window, and target data corresponding to the data link is displayed; in addition, after the right key is clicked on the selected data link, the target data corresponding to the data link can be displayed by jumping to the second window through selecting 'displaying in the second window'.
As shown in fig. 7, when the display instruction instructs: and when the user selects 'display on the second window' after the right key operation is performed on the 'news link 2', the 'news link 2' in the selected first window is transferred to the second window, so that the target data corresponding to the 'news link 2' is displayed on the second window.
Through the embodiment, the target data is displayed in different modes, so that the effect of improving the display flexibility of the target data is achieved.
As an alternative, acquiring the target data, and displaying the target data in the first window includes:
s1, under the condition that the user agent identification of the terminal where the browser is located is the first identification, replacing the first identification with a second identification, wherein the second identification is the user agent identification matched with the mobile terminal;
s2, generating a first data display request for sending to a server of the browser according to the data link corresponding to the target data and the second identifier carried in the display instruction;
s3, the obtaining server obtains the target data returned in response to the first data display request, and displays the target data in the first window.
Optionally, the first identifier and the second identifier may be UI marks of the first window, where the UI marks are marks for identifying a page layout type of the first window. For example, the first identifier indicates that the first window uses the typesetting mode displayed on the PC, and the second identifier indicates that the first window uses the typesetting mode displayed on the mobile phone. And when the user agent identifier is detected to be the first identifier, replacing the first identifier with a second identifier, sending the second identifier and a data link which is carried by the display instruction and corresponds to the target data to the server, and receiving the target data returned by the server.
According to the embodiment, the corresponding target data is returned according to the user agent identification, so that the problem of display format error of the target data on different terminals is avoided, and the target data displayed on the corresponding interface is clear and complete.
As an alternative, acquiring the target data, and displaying the target data in the second window includes:
s1, transmitting the data link corresponding to the target data carried in the display instruction to a second window through a process;
s2, generating a second data display request for sending to the server of the browser according to the data link;
s3, the obtaining server obtains the target data returned in response to the second data display request, and displays the target data in the second window.
It should be noted that, in this embodiment, after receiving the display instruction, the background analyzes the display instruction, and obtains the window type and the data display mode of the receiving operation carried in the display instruction. Comprises at least one of the following:
1) and when the window type indication is a first window and the data display mode indication is to be displayed in a mode of newly creating a tab page, transmitting the data link to a second window, and displaying the target data corresponding to the data link requested to be displayed by the display instruction through the second window.
2) And if the window type is indicated as a first window, but the data display mode is indicated as displaying in the current tab page, displaying the target data corresponding to the data link requested to be displayed by the display instruction through the first window.
That is, in this embodiment, the background determines to control the first window and/or the second window to display the target data by identifying the information carried in the display instruction. It should be noted that the above determining to trigger the process transfer through the window type of the receiving operation and the data display mode is only an example, and the operation mode of triggering the process transfer is not limited in this embodiment.
Further, the case where the display instruction is acquired in the first window and the target data is displayed in the second window is not limited to the right click operation. For example, if left-click operation is performed on data in the first window in advance and configured to trigger process transfer, the process transfer may be triggered after the left-click operation is received by the first window, and the background controls display of target data corresponding to the data link requested to be displayed by the display instruction through the second window.
For example, when the user selects to display the target content in the second window, the data link selected by the user is transmitted to the second window through the process, and after the second window receives the data link, a second data display request is sent to the server to request to display the content corresponding to the link on the second window.
By the embodiment, the target data is displayed in the second window after the display instruction in the first window is received by using the process transmission mode, so that the transmission speed of the first window and the transmission speed of the second window are increased, and the data display efficiency is improved.
As an optional scheme, after the loading the first window in response to the window loading instruction, the method further includes:
s1, acquiring a window closing instruction;
s2, closing the first window and continuing to display the second window under the condition that the window closing instruction indicates to close the first window;
s3, if the window closing instruction instructs to close the second window, the second window is closed and the first window is continuously displayed.
Optionally, the first window and the second window may be, but are not limited to being, independent from each other, that is, after the first window is closed, the second window may continue to run; the first window may continue to run after the second window is closed.
For example, the description will be made with reference to fig. 9 and 10. As shown in fig. 9, the first window is still in a display state after the second window is closed, and as shown in fig. 10, the second window is still displayed after the first window is closed. The first window and the second window do not affect each other.
It should be noted that, the setting of the close button is only an optional implementation, and this embodiment does not limit this.
According to the embodiment, the second window is closed and the first window is displayed according to the closing instruction, or the first window is closed and the second window is displayed, so that the data content is guaranteed to be displayed, the occupied area of the display window is reduced, and the display friendliness is improved.
As an alternative, closing the second window comprises:
and S1, hiding the second window, and clearing page data in the tab page displayed in the second window, wherein the second window is reloaded and displayed under the condition that the first window is continuously displayed and a display instruction for indicating the second window to be displayed again is acquired, and the reloaded second window is in an initial display state.
For example, as described with reference to fig. 9, as shown in fig. 9, when the second window is closed, the load button is displayed on the first window. The second window may be loaded directly by clicking a load button.
It should be noted that the loading of the second window by the loading button is only an alternative method, and does not limit the present application. For example, a second window may be loaded by double-clicking on a fixed area of a first window, and so on.
According to the embodiment, the second window is hidden when the second window is closed, and the second window is reloaded and displayed under the condition that the display instruction for indicating to redisplay the second window is acquired, so that the time for reloading the second window when the second window is opened again after the second window is closed is shortened, and the data display efficiency is improved.
As an optional scheme, after the loading the first window in response to the window loading instruction, the method further includes:
s1, acquiring a merging instruction generated by executing merging operation;
s2, merging the first window into the second target area in the second window in response to the merging instruction.
Acquiring a merging instruction generated by executing a merging operation includes at least one of the following:
s11, acquiring a merging instruction generated by clicking the merging button displayed in the first window or the second window;
and S12, generating a merging instruction when the first window is detected to be dragged to the target position, wherein the overlapping area of the first window and the second window is larger than a preset threshold value when the first window is at the target position.
For example, as described with reference to fig. 6, when a first window and a second window are displayed on a desktop of a terminal, if it is detected that a user performs a double-click operation on the first window, a merge instruction may be generated, and the first window is merged into a second target area in the second window in response to the merge instruction, where for example, the second target area may be a left side bar in the second window.
Or as described in conjunction with fig. 11. As shown in fig. 11, the hatched portion in fig. 11 is a portion where the first window overlaps the second window. And when the overlapping part of the first window and the second window is detected to be larger than a preset threshold value, generating a merging instruction, and responding to the merging instruction to merge the first window into a second target area in the second window.
It should be noted that the second target area may be any position of the second window, which is not limited in this embodiment.
By the embodiment, the first window is merged into the second target area in the second window by using the method, so that the first window and the second window are flexibly separated and merged, and the effect of improving the data display efficiency is realized.
As an optional scheme, after the loading the first window in response to the window loading instruction, the method further includes:
s1, acquiring a set top display instruction;
and S2, responding to the top display instruction, and displaying the layer where the first window is located on the layer where the second window is located.
Optionally, the set-top display instruction may be, but is not limited to, an instruction generated after the pin operation. The top setting display instruction is used for indicating that the layer where the first window is located is fixed on the uppermost layer of the browser window. As shown in fig. 8, after the top display instruction generated after the pin operation is obtained, the layer where the first window is located is always located on the layer where the second window is located.
According to the embodiment of the application, the top setting display instruction is obtained, the top setting display instruction is responded, and the layer where the first window is located is displayed on the layer where the second window is located, so that the first window is kept not to be shielded by the second window, the display priority of the first window is improved, and the effect of improving the data display efficiency is achieved.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the order of acts, as some steps may occur in other orders or concurrently in accordance with the invention. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required by the invention.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
According to another aspect of the embodiments of the present invention, there is also provided a data display apparatus for implementing the above data display method, as shown in fig. 12, the apparatus including:
1) a first obtaining unit 1202, configured to obtain a window loading instruction for requesting to load a first window of a browser, where the first window is used to provide a first control function, and the first control function includes a part of control functions in a control function set that matches the browser;
2) a load unit 1204, configured to load a first window in response to a window load instruction;
3) a second acquiring unit 1206 for acquiring a display instruction generated by performing an operation on the data displayed in the first window;
4) a first display unit 1208, configured to display the target data indicated by the display instruction.
Alternatively, the data display device may be, but not limited to, applied to a process of displaying requested data through a browser. The browser may be, but not limited to, used for loading and displaying various types of data in each data link, such as text data, image data, video data, and the like. In this embodiment, a first window is configured for a browser running in the terminal, where the first window is used to provide a first control function, and the first control function is a part of control functions in a control function set matched with the browser. By loading the first window with less control functions, the loading duration of the first window is reduced, and the browser does not need to wait for starting all the control functions each time, so that a display instruction generated by executing operation on data displayed in the first window can be rapidly acquired, the requested target data is displayed according to the display instruction, the waiting time for displaying the target data is shortened, and the effect of improving the data display efficiency is achieved.
It should be noted that, in this embodiment, the first window (also referred to as "ultra-light window") is used to provide a part of control functions in a set of control functions matched with a browser, where the part of control functions may include, but is not limited to: window display function, page jump function. Further, all of the control functions in the set of control functions that match the browser may be, but are not limited to being, provided through a second window (also referred to as a "main window").
Wherein, the second window may also but not limited to provide at least one of the following control functions:
1) and an account system. An account system is configured in the browser. For example, after an account for login is established, user personalized setting, personal data management and the like are performed according to the account.
2) A bookmark. The loading of the bookmark relates to the reading and writing of a local disk and network communication, and belongs to a time-consuming process. In addition, the bookmark also relates to operations of adding, deleting, managing and the like.
2) The mechanism of the skin. Providing abundant skin.
That is, in the present embodiment, the first window may be, but is not limited to, cut out the control functions 1) -3) provided through the second window, and only the control functions of the core (such as the above-mentioned window display function, page jump function) are reserved to simplify the interaction step of the browser.
For example, the following description is made with reference to fig. 3. As shown in fig. 3, it is assumed that a shortcut key for fast loading a first window of a browser is provided in a taskbar, a window loading instruction is generated by clicking the shortcut key, and the first window (shown on the right side of fig. 3) is loaded and displayed on a desktop of a PC terminal in response to the window loading instruction. The first window shown in FIG. 3 shows two data links between today's air temperature and today's hot spot. After a display instruction generated by performing an operation on the data of the "temperature of today" in the first window is acquired, target data corresponding to the display instruction, such as temperature data corresponding to the currently updated "temperature of today", is displayed.
It should be noted that, in this embodiment, the second window may be loaded and displayed in, but is not limited to, the following manner: acquiring a starting request for starting a browser; and loading and displaying a second window of the browser in response to the starting request. That is, in the present embodiment, when the browser is started, the second window is directly loaded and displayed.
Optionally, obtaining a window loading instruction for requesting to load a first window of a browser may include, but is not limited to:
1) acquiring a separating instruction generated by executing separating operation on a second window; generating a window loading instruction of a first window according to the separating instruction;
2) the method comprises the steps of obtaining an operation instruction generated by executing operation on a shortcut key displayed on a main interface, and generating a window loading instruction of a first window according to the operation instruction.
For example, as shown in fig. 4, a start key for starting a browser is provided on a terminal desktop, a start request is generated after the start key is clicked, and a second window (also referred to as a "main window") is loaded and displayed on the terminal desktop in response to the start request. As shown in fig. 4, the browser second window sidebar displays data of the type music, movie, news, animation, etc. After a separation instruction generated by performing separation operation on the 'news' displayed in the second window is acquired, a window loading instruction of the first window is generated according to the separation instruction, and the first window is loaded and displayed according to the window loading instruction, as shown in the right side of fig. 4, a data link of the 'news' type in the second window is displayed in the first window.
For another example, as shown in fig. 3, a shortcut key for describing and displaying a first window of a browser is provided on a terminal desktop, a window loading instruction of the first window is generated after the shortcut key is clicked, and the first window (also referred to as an "ultra-light window") is directly loaded and displayed on the terminal desktop in response to the window loading instruction.
Optionally, in this embodiment, the manner of performing the splitting operation on the second window to obtain the splitting instruction may include:
1) acquiring a separation instruction generated by executing click operation on a separation button displayed in a second window;
2) and acquiring a separation instruction generated by executing the dragging operation on the first target area of the second window.
It should be noted that, in this embodiment, the first target area may be, but is not limited to, any visible area in the second window, such as an area for displaying a fast browsing data type, such as a left column, a right column, a bottom column, and the like, of the second window. The left column is described below as an example.
The process of performing the click operation on the split button displayed in the second window is described in detail with reference to fig. 5 to 6. As shown in fig. 5, when the mouse is placed in the side bar "news", an operation floating layer is displayed, the operation floating layer provides a "pop-up" button, and after a separation instruction generated by performing a click operation on the "pop-up" button is acquired, a first window shown on the right side of fig. 5 is displayed, and a data link of the "news" type in a second window is displayed in the first window. As shown in fig. 6, after the side bar "news" is selected, a "pop-up" button fixedly arranged on the label bar is clicked, and after a separation instruction generated by performing a click operation on the "pop-up" button is acquired, a first window shown on the right side of fig. 6 is displayed, and a data link of the "news" type in a second window is displayed in the first window.
The process of performing the drag operation on the first target area of the second window is described with reference to fig. 4 in particular. As shown in fig. 4, after a separation instruction generated by performing a drag operation on "news" displayed in the second window is acquired, as shown in the right side of fig. 4, a data link of the "news" type in the second window is displayed in the first window.
It should be noted that, in this embodiment, one type of data displayed in the side bar of the second window may be separated by a separation instruction to obtain the first window; at least two types of data displayed in the side bar of the second window can also be separated through a separation instruction to obtain the first window. Wherein at least two types of data are displayed in a first window in an overlapping manner. The above is merely an example, and the separation process is not limited in this embodiment.
In addition, the first window and the second window may be, but not limited to, independent from each other, that is, after the first window is closed, the second window may continue to run; the first window may continue to run after the second window is closed.
Optionally, in this embodiment, displaying the target data corresponding to the display instruction includes: 1) displaying the target data in a first window; 2) and displaying the target data in the second window.
It should be noted that, in this embodiment, the display instruction may include, but is not limited to, a data link corresponding to the operated data, and the target data to be displayed is obtained according to the data link. That is, each piece of data displayed in the first window may be, but is not limited to, bind a corresponding data link, and after a display instruction generated by performing an operation on the data is acquired, a data acquisition request for sending to the server according to the display instruction may be, but is not limited to, obtained to request to acquire target data corresponding to the data link.
For example, after directly clicking the data link displayed in the first window, page skipping is directly performed in the first window, and target data corresponding to the data link is displayed; in addition, after the right key is clicked on the selected data link, the target data corresponding to the data link can be displayed by jumping to the second window through selecting 'displaying in the second window'.
As shown in fig. 7, when the display instruction instructs: and when the user selects 'display on the second window' after the right key operation is performed on the 'news link 2', the 'news link 2' in the selected first window is transferred to the second window, so that the target data corresponding to the 'news link 2' is displayed on the second window.
Optionally, after loading the first window in response to the window load instruction, the method further includes: acquiring a merging instruction generated by executing merging operation; and in response to the merging instruction, merging the first window into a second target area in the second window.
It should be noted that, in this embodiment, the second target area may be, but is not limited to, any visible area in the second window, such as an area for displaying a fast browsing data type, such as a left column, a right column, a bottom column, and the like, of the second window. That is, the first window, which is displayed separately, may be, but is not limited to, merged again into the second target region in the second window.
Optionally, in this embodiment, the manner of obtaining the merge instruction includes:
1) acquiring a merging instruction generated by executing click operation on a merging button displayed in a first window or a second window;
2) under the condition that the first window is detected to be dragged to the target position, generating a merging instruction;
3) generating a merging instruction when the execution of double-click operation on the first window is detected;
for example, as described with reference to fig. 6, when a first window and a second window are displayed on a desktop of a terminal, if it is detected that a user performs a double-click operation on the first window, a merge instruction may be generated, and the first window is merged into a second target area in the second window in response to the merge instruction, where for example, the second target area may be a left side bar in the second window.
Optionally, after loading the first window in response to the window load instruction, the method further includes: acquiring a top setting display instruction; and responding to the top setting display instruction, and displaying the layer where the first window is located on the layer where the second window is located.
Optionally, the set-top display instruction may be, but is not limited to, an instruction generated after the pin operation. The top setting display instruction is used for indicating that the layer where the first window is located is fixed on the uppermost layer of the browser window. As shown in fig. 8, after the top display instruction generated after the pin operation is obtained, the layer where the first window is located is always located on the layer where the second window is located.
It should be noted that, in this embodiment, the top-set display instruction is used to indicate the layer top where the window is located, and the first window itself may move arbitrarily in the interface and the relative position relationship between the first window and the second window, which is not shown in this embodiment.
By the embodiment, a first window for providing a first control function is loaded, wherein the first control function is a part of control functions in a control function set matched with the browser. Therefore, the loading duration of the first window is reduced, the browser does not need to wait for starting all control functions each time, so that a display instruction generated by executing operation on data displayed in the first window can be rapidly acquired, the target data corresponding to the display instruction is displayed, the waiting time for displaying the target data is further shortened, the effect of improving the data display efficiency is achieved, and the technical problem that the display efficiency of a browser display method provided by the related technology is low is solved.
As an alternative to this, it is possible to,
the above-mentioned device still includes: 1) the third acquisition unit is used for acquiring a starting request for starting the browser before acquiring a window loading instruction for requesting to load the first window of the browser; 1) the second display unit is used for responding to the starting request, loading and displaying a second window of the browser, wherein the second window is used for providing all control functions in the control function set;
2) the first acquisition unit includes: (1) the device comprises a first acquisition module, a second acquisition module and a first display module, wherein the first acquisition module is used for acquiring a separation instruction generated by performing separation operation on a second window, and the separation instruction is used for indicating that the first window is separated from the second window; (2) and the first generation module is used for responding to the separation instruction to generate a window loading instruction of the first window.
For example, as shown in fig. 4, a start key for starting a browser is provided on a terminal desktop, a start request is generated after the start key is clicked, and a second window (also referred to as a "main window") is loaded and displayed on the terminal desktop in response to the start request. As shown in fig. 4, the browser second window sidebar displays data of the type music, movie, news, animation, etc. After a separation instruction generated by performing separation operation on the 'news' displayed in the second window is acquired, a window loading instruction of the first window is generated according to the separation instruction, and the first window is loaded and displayed according to the window loading instruction, as shown in the right side of fig. 4, a data link of the 'news' type in the second window is displayed in the first window.
According to the method and the device for displaying the target information in the browser, the window loading instruction of the first window is generated by responding to the acquired separating instruction generated by executing the separating operation on the second window, so that when the separating operation on the second window is received, the window loading instruction of the first window is generated to load the first window, the purpose of displaying the target information according to the first window is achieved, and the problem of low display efficiency of the browser caused by excessive control functions in the browser is solved.
As an optional solution, the first obtaining module includes at least one of:
1) the first acquisition submodule is used for acquiring a separation instruction generated by executing click operation on a separation button displayed in the second window;
2) and the second acquisition submodule is used for acquiring a separation instruction generated by executing the dragging operation on the first target area of the second window.
The process of performing the click operation on the split button displayed in the second window is described in detail with reference to fig. 5 to 6. As shown in fig. 5, when the mouse is placed in the side bar "news", an operation floating layer is displayed, the operation floating layer provides a "pop-up" button, and after a separation instruction generated by performing a click operation on the "pop-up" button is acquired, a first window shown on the right side of fig. 5 is displayed, and a data link of the "news" type in a second window is displayed in the first window. As shown in fig. 6, after the side bar "news" is selected, a "pop-up" button fixedly arranged on the label bar is clicked, and after a separation instruction generated by performing a click operation on the "pop-up" button is acquired, a first window shown on the right side of fig. 6 is displayed, and a data link of the "news" type in a second window is displayed in the first window.
The process of performing the drag operation on the first target area of the second window is described with reference to fig. 4 in particular. As shown in fig. 4, after a separation instruction generated by performing a drag operation on "news" displayed in the second window is acquired, as shown in the right side of fig. 4, a data link of the "news" type in the second window is displayed in the first window.
Through the embodiment, the method is adopted to generate the separation instruction, so that the first window is separated from the second window, the flexibility of separating the first window is improved, and the flexibility of data display is improved.
As an optional solution, the first obtaining unit includes:
1) the second acquisition module is used for acquiring an operation instruction generated by executing operation on the shortcut key displayed on the main interface;
2) and the second generation module is used for responding to the operation instruction to generate a window loading instruction of the first window.
It should be noted that the main interface may be, but is not limited to, a desktop of the terminal, and the shortcut key may be, but is not limited to, a shortcut key displayed on the desktop of the terminal. The shortcut key for loading the first window and the shortcut key for starting the browser to load the second window may be, but are not limited to, different identifiers, as shown in fig. 3, a desktop displays a "browser first window shortcut key" for loading the first window; as shown in fig. 4, the desktop displays a "browser launch key" for launching the browser to load the second window. In addition, the shortcut key for loading the first window and the shortcut key for starting the browser to load the second window may also be, but are not limited to, the same identifier. If a shortcut key is set and displayed in the browser in advance, the shortcut key may be, but is not limited to: the method is used for loading and displaying the first window or starting the browser to load and display the second window.
For example, the following description is made with reference to fig. 3. As shown in fig. 3, it is assumed that a shortcut key for fast loading a first window of a browser is provided in a taskbar, a window loading instruction is generated by clicking the shortcut key, and the first window (shown on the right side of fig. 3) is loaded and displayed on a desktop of a PC terminal in response to the window loading instruction. The first window shown in FIG. 3 shows two data links between today's air temperature and today's hot spot. After a display instruction generated by performing operation on the data of the current air temperature in the first window is acquired, the air temperature data corresponding to the current updated current air temperature is displayed according to the display instruction.
According to the embodiment, the operation instruction is generated by executing the operation on the shortcut key displayed on the main interface, and then the window loading instruction is generated to load the first window, so that the purpose of directly loading the first window through the shortcut key is achieved, the problem that the first window can be loaded only after the second window is started is avoided, and the loading efficiency of the first window is improved.
As an alternative, the first display unit includes:
1) the first display module is used for acquiring target data and displaying the target data in the first window under the condition that the display instruction indicates that the target data is displayed in the first window;
2) and the second display module is used for acquiring the target data and displaying the target data in a second window under the condition that the display instruction indicates that the target data is displayed in the second window, wherein the second window is used for providing all control functions in the control function set.
For example, after directly clicking the data link displayed in the first window, page skipping is directly performed in the first window, and target data corresponding to the data link is displayed; in addition, after the right key is clicked on the selected data link, the target data corresponding to the data link can be displayed by jumping to the second window through selecting 'displaying in the second window'.
As shown in fig. 7, when the display instruction instructs: and when the user selects 'display on the second window' after the right key operation is performed on the 'news link 2', the 'news link 2' in the selected first window is transferred to the second window, so that the target data corresponding to the 'news link 2' is displayed on the second window.
Through the embodiment, the target data is displayed in different modes, so that the effect of improving the display flexibility of the target data is achieved.
As an alternative, the first display module includes:
1) the replacing submodule is used for replacing the first identifier with a second identifier under the condition that the user agent identifier of the terminal where the browser is located is the first identifier, wherein the second identifier is the user agent identifier matched with the mobile terminal;
2) the first generation submodule is used for generating a first data display request for sending to a server of the browser according to the data link corresponding to the target data and the second identifier carried in the display instruction;
3) and the third acquisition submodule is used for acquiring the target data returned by the server responding to the first data display request and displaying the target data in the first window.
Optionally, the first identifier and the second identifier may be UI marks of the first window, where the UI marks are marks for identifying a page layout type of the first window. For example, the first identifier indicates that the first window uses the typesetting mode displayed on the PC, and the second identifier indicates that the first window uses the typesetting mode displayed on the mobile phone. And when the user agent identifier is detected to be the first identifier, replacing the first identifier with a second identifier, sending the second identifier and a data link which is carried by the display instruction and corresponds to the target data to the server, and receiving the target data returned by the server.
According to the embodiment, the corresponding target data is returned according to the user agent identification, so that the problem of display format error of the target data on different terminals is avoided, and the target data displayed on the corresponding interface is clear and complete.
As an alternative, the second display module includes:
1) the transmission submodule is used for transmitting the data link which is carried in the display instruction and corresponds to the target data to the second window through the process;
2) the second generation submodule is used for generating a second data display request which is used for sending to a server of the browser according to the data link;
3) and the display submodule is used for acquiring the target data returned by the server responding to the second data display request and displaying the target data in the second window.
It should be noted that, in this embodiment, after receiving the display instruction, the background analyzes the display instruction, and obtains the window type and the data display mode of the receiving operation carried in the display instruction. Comprises at least one of the following:
1) and when the window type indication is a first window and the data display mode indication is to be displayed in a mode of newly creating a tab page, transmitting the data link to a second window, and displaying the target data corresponding to the data link requested to be displayed by the display instruction through the second window.
2) And if the window type is indicated as a first window, but the data display mode is indicated as displaying in the current tab page, displaying the target data corresponding to the data link requested to be displayed by the display instruction through the first window.
That is, in this embodiment, the background determines to control the first window and/or the second window to display the target data by identifying the information carried in the display instruction. It should be noted that the above determining to trigger the process transfer through the window type of the receiving operation and the data display mode is only an example, and the operation mode of triggering the process transfer is not limited in this embodiment.
Further, the case where the display instruction is acquired in the first window and the target data is displayed in the second window is not limited to the right click operation. For example, if left-click operation is performed on data in the first window in advance and configured to trigger process transfer, the process transfer may be triggered after the left-click operation is received by the first window, and the background controls display of target data corresponding to the data link requested to be displayed by the display instruction through the second window.
For example, when the user selects to display the target content in the second window, the data link selected by the user is transmitted to the second window through the process, and after the second window receives the data link, a second data display request is sent to the server to request to display the content corresponding to the link on the second window.
By the embodiment, the target data is displayed in the second window after the display instruction in the first window is received by using the process transmission mode, so that the transmission speed of the first window and the transmission speed of the second window are increased, and the data display efficiency is improved.
As an optional solution, the apparatus further includes:
1) a fourth obtaining unit, configured to obtain a window closing instruction after the first window is loaded in response to the window loading instruction;
2) the first closing unit is used for closing the first window and continuously displaying the second window under the condition that the window closing instruction indicates to close the first window;
3) and the second closing unit is used for closing the second window and continuously displaying the first window under the condition that the window closing instruction indicates to close the second window.
Optionally, the first window and the second window may be, but are not limited to being, independent from each other, that is, after the first window is closed, the second window may continue to run; the first window may continue to run after the second window is closed.
For example, the description will be made with reference to fig. 9 and 10. As shown in fig. 9, the first window is still in a display state after the second window is closed, and as shown in fig. 10, the second window is still displayed after the first window is closed. The first window and the second window do not affect each other.
It should be noted that, the setting of the close button is only an optional implementation, and this embodiment does not limit this.
According to the embodiment, the second window is closed and the first window is displayed according to the closing instruction, or the first window is closed and the second window is displayed, so that the data content is guaranteed to be displayed, the occupied area of the display window is reduced, and the display friendliness is improved.
As an alternative, the second closing unit includes:
1) and the hiding module is used for hiding the second window and clearing page data in the tab page displayed in the second window, wherein the second window is reloaded and displayed under the condition that the first window is continuously displayed and a display instruction for indicating the second window to be displayed again is acquired, and the reloaded second window is in an initial display state.
For example, as described with reference to fig. 9, as shown in fig. 9, when the second window is closed, the load button is displayed on the first window. The second window may be loaded directly by clicking a load button.
It should be noted that the loading of the second window by the loading button is only an alternative method, and does not limit the present application. For example, a second window may be loaded by double-clicking on a fixed area of a first window, and so on.
According to the embodiment, the second window is hidden when the second window is closed, and the second window is reloaded and displayed under the condition that the display instruction for indicating to redisplay the second window is acquired, so that the time for reloading the second window when the second window is opened again after the second window is closed is shortened, and the data display efficiency is improved.
As an optional scheme, the apparatus further comprises:
1) a fifth obtaining unit, configured to obtain, after the first window is loaded in response to the window load instruction, a merge instruction generated by performing a merge operation;
2) and the merging unit is used for responding to the merging instruction and merging the first window into the second target area in the second window.
Wherein, the fifth acquiring unit includes at least one of:
3) the third acquisition module is used for acquiring a merging instruction generated by executing click operation on a merging button displayed in the first window or the second window;
4) and the third generation module is used for generating a merging instruction under the condition that the first window is detected to be dragged to the target position, wherein when the first window is at the target position, the overlapping area of the first window and the second window is larger than a preset threshold value.
For example, as described with reference to fig. 6, when a first window and a second window are displayed on a desktop of a terminal, if it is detected that a user performs a double-click operation on the first window, a merge instruction may be generated, and the first window is merged into a second target area in the second window in response to the merge instruction, where for example, the second target area may be a left side bar in the second window.
Or as described in conjunction with fig. 11. As shown in fig. 11, the hatched portion in fig. 11 is a portion where the first window overlaps the second window. And when the overlapping part of the first window and the second window is detected to be larger than a preset threshold value, generating a merging instruction, and responding to the merging instruction to merge the first window into a second target area in the second window.
It should be noted that the second target area may be any position of the second window, which is not limited in this embodiment.
By the embodiment, the first window is merged into the second target area in the second window by using the method, so that the first window and the second window are flexibly separated and merged, and the effect of improving the data display efficiency is realized.
As an optional scheme, the apparatus further comprises:
1) a sixth obtaining unit, configured to obtain a set-top display instruction after the first window is loaded in response to the window loading instruction;
2) and the third display unit is used for responding to the top setting display instruction and displaying the layer where the first window is located on the layer where the second window is located.
Optionally, the set-top display instruction may be, but is not limited to, an instruction generated after the pin operation. The top setting display instruction is used for indicating that the layer where the first window is located is fixed on the uppermost layer of the browser window. As shown in fig. 8, after the top display instruction generated after the pin operation is obtained, the layer where the first window is located is always located on the layer where the second window is located.
According to the embodiment of the application, the top setting display instruction is obtained, the top setting display instruction is responded, and the layer where the first window is located is displayed on the layer where the second window is located, so that the first window is kept not to be shielded by the second window, the display priority of the first window is improved, and the effect of improving the data display efficiency is achieved.
There is also provided, in accordance with a further aspect of an embodiment of the present invention, a storage medium having a computer program stored therein, wherein the computer program is arranged to perform the steps in any one of the above-mentioned method embodiments when executed.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, obtaining a window loading instruction for requesting to load a first window of the browser, wherein the first window is used for providing a first control function, and the first control function comprises part of control functions in a control function set matched with the browser;
s2, responding to the window loading instruction to load the first window;
s3, acquiring a display instruction generated by executing operation on the data displayed in the first window;
s4, the target data indicated by the display instruction is displayed.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, before acquiring the window loading instruction for requesting to load the first window of the browser, further includes: acquiring a starting request for starting a browser; responding to the starting request, loading and displaying a second window of the browser, wherein the second window is used for providing all control functions in the control function set;
s2, the obtaining a window loading instruction for requesting loading of a first window of a browser includes: acquiring a separating instruction generated by performing a separating operation on a second window, wherein the separating instruction is used for indicating that the first window is separated from the second window; a window load instruction for the first window is generated in response to the detach instruction.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, acquiring a separation instruction generated by clicking the separation button displayed in the second window;
s2, a separating instruction generated by performing a drag operation on the first target area of the second window is obtained.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, acquiring an operation instruction generated by executing operation on the shortcut key displayed on the main interface;
s2, generating a window loading instruction of the first window in response to the operation instruction.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, acquiring the target data and displaying the target data in the first window under the condition that the display instruction indicates that the target data is displayed in the first window;
and S2, in the case that the display instruction indicates that the target data is displayed in the second window, acquiring the target data and displaying the target data in the second window, wherein the second window is used for providing all control functions in the control function set.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, under the condition that the user agent identification of the terminal where the browser is located is the first identification, replacing the first identification with a second identification, wherein the second identification is the user agent identification matched with the mobile terminal;
s2, generating a first data display request for sending to a server of the browser according to the data link corresponding to the target data and the second identifier carried in the display instruction;
s3, the obtaining server obtains the target data returned in response to the first data display request, and displays the target data in the first window.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, transmitting the data link corresponding to the target data carried in the display instruction to a second window through a process;
s2, generating a second data display request for sending to the server of the browser according to the data link;
s3, the obtaining server obtains the target data returned in response to the second data display request, and displays the target data in the second window.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, acquiring a window closing instruction;
s2, closing the first window and continuing to display the second window under the condition that the window closing instruction indicates to close the first window;
s3, if the window closing instruction instructs to close the second window, the second window is closed and the first window is continuously displayed.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
and S1, hiding the second window, and clearing page data in the tab page displayed in the second window, wherein the second window is reloaded and displayed under the condition that the first window is continuously displayed and a display instruction for indicating the second window to be displayed again is acquired, and the reloaded second window is in an initial display state.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, acquiring a merging instruction generated by executing merging operation;
s2, merging the first window into the second target area in the second window in response to the merging instruction.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, acquiring a merging instruction generated by clicking the merging button displayed in the first window or the second window;
and S2, generating a merging instruction when the first window is detected to be dragged to the target position, wherein the overlapping area of the first window and the second window is larger than a preset threshold value when the first window is at the target position.
Optionally, the storage medium is further configured to store a computer program for executing the steps included in the method in the foregoing embodiment, which is not described in detail in this embodiment.
Alternatively, in this embodiment, a person skilled in the art may understand that all or part of the steps in the methods of the foregoing embodiments may be implemented by a program instructing hardware associated with the terminal device, where the program may be stored in a computer-readable storage medium, and the storage medium may include: flash disks, Read-Only memories (ROMs), Random Access Memories (RAMs), magnetic or optical disks, and the like.
According to yet another aspect of the embodiments of the present invention, there is also provided an electronic device for implementing the data display method, as shown in fig. 13, the electronic device includes a memory 1302 and a processor 1304, the memory stores computer programs, and the processor is configured to execute the steps in any one of the method embodiments through the computer programs.
Optionally, in this embodiment, the electronic apparatus may be located in at least one network device of a plurality of network devices of a computer network.
Optionally, in this embodiment, the processor may be configured to execute the following steps by a computer program:
s1, obtaining a window loading instruction for requesting to load a first window of the browser, wherein the first window is used for providing a first control function, and the first control function comprises part of control functions in a control function set matched with the browser;
s2, responding to the window loading instruction to load the first window;
s3, acquiring a display instruction generated by executing operation on the data displayed in the first window;
s4, the target data indicated by the display instruction is displayed.
Alternatively, it can be understood by those skilled in the art that the structure shown in fig. 13 is only an illustration, and the electronic device may also be a terminal device such as a smart phone (e.g., an Android phone, an iOS phone, etc.), a tablet computer, a palmtop computer, and a Mobile Internet Device (MID), a PAD, and the like. Fig. 13 is a diagram illustrating a structure of the electronic device. For example, the electronic device may also include more or fewer components (e.g., network interfaces, display devices, etc.) than shown in FIG. 13, or have a different configuration than shown in FIG. 13.
The memory 1302 may be used to store software programs and modules, such as program instructions/modules corresponding to the data display method and apparatus in the embodiments of the present invention, and the processor 1304 executes various functional applications and data processing by running the software programs and modules stored in the memory 1302, that is, implementing the data display method described above. The memory 1302 may include high speed random access memory and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 1302 may further include memory located remotely from the processor 1304, which may be connected to the terminal over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
Optionally, in this embodiment, the electronic device further includes: a display 1308, which may be but not limited to, for displaying the first window, the second window and the data in the windows of the browser; the user interface 1306 may be, but is not limited to, used for acquiring a user operation to generate a corresponding operation instruction, such as a display instruction, a separation instruction, a generation instruction, and the like. This is not limited in this embodiment.
Optionally, in this embodiment, the electronic device further includes: a transmitting device 1310, the transmitting device 1310 may be used for receiving or sending data via a network. Examples of the network may include a wired network and a wireless network. In one example, the transmission device 1310 includes a Network adapter (NIC) that can be connected to a router via a Network cable and other Network devices to communicate with the internet or a local area Network. In one example, the transmission device 1310 is a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
In this embodiment, the memory 1302 may be, but not limited to, used for storing instructions generated in the process of displaying the first window and/or the second window, and data to be displayed in the first window and/or the second window.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
The integrated unit in the above embodiments, if implemented in the form of a software functional unit and sold or used as a separate product, may be stored in the above computer-readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing one or more computer devices (which may be personal computers, servers, network devices, etc.) to execute all or part of the steps of the method according to the embodiments of the present invention.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the several embodiments provided in the present application, it should be understood that the disclosed client may be implemented in other manners. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one type of division of logical functions, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The foregoing is only a preferred 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 (19)
1. A method of displaying data, comprising:
acquiring a window loading instruction for requesting to load a first window of a browser, wherein the first window is used for providing a first control function, and the first control function comprises part of control functions in a control function set matched with the browser;
loading the first window in response to the window load instruction;
acquiring a display instruction generated by executing operation on the data displayed in the first window;
under the condition that the display instruction indicates that target data are displayed in the first window, acquiring the target data and displaying the target data in the first window;
and in the case that the display instruction indicates that target data is displayed in a second window, acquiring the target data and displaying the target data in the second window, wherein the second window is used for providing all control functions in the control function set.
2. The method of claim 1,
before the obtaining of the window loading instruction for requesting to load the first window of the browser, the method further includes: acquiring a starting request for starting the browser; responding to the starting request, loading and displaying a second window of the browser, wherein the second window is used for providing all control functions in the control function set;
the obtaining of the window loading instruction for requesting loading of the first window of the browser includes: acquiring a separating instruction generated by performing a separating operation on the second window, wherein the separating instruction is used for indicating that the first window is separated from the second window; generating the window load instruction for the first window in response to the detach instruction.
3. The method of claim 2, wherein obtaining the split instruction generated by performing the split operation on the second window comprises at least one of:
acquiring the separation instruction generated by executing click operation on the separation button displayed in the second window;
and acquiring the separation instruction generated by executing the dragging operation on the first target area of the second window.
4. The method of claim 1, wherein obtaining the window load instruction for requesting loading of the first window of the browser comprises:
acquiring an operation instruction generated by executing operation on a shortcut key displayed on a main interface;
and responding to the operation instruction to generate the window loading instruction of the first window.
5. The method of claim 1, wherein the obtaining the target data and displaying the target data in the first window comprises:
under the condition that the user agent identification of the terminal where the browser is located is a first identification, replacing the first identification with a second identification, wherein the second identification is the user agent identification matched with the mobile terminal;
generating a first data display request for sending to a server of the browser according to the data link corresponding to the target data and the second identifier carried in the display instruction;
and acquiring the target data returned by the server responding to the first data display request, and displaying the target data in the first window.
6. The method of claim 1, wherein the obtaining the target data and displaying the target data in the second window comprises:
transmitting the data link corresponding to the target data carried in the display instruction to the second window through a process;
generating a second data display request for sending to a server of the browser according to the data link;
and acquiring the target data returned by the server responding to the second data display request, and displaying the target data in the second window.
7. The method of claim 2, further comprising, after said loading the first window in response to the window load instruction:
acquiring a window closing instruction;
under the condition that the window closing instruction indicates that the first window is closed, closing the first window and continuously displaying the second window;
and under the condition that the window closing instruction indicates that the second window is closed, closing the second window and continuously displaying the first window.
8. The method of claim 7, wherein closing the second window comprises:
hiding the second window, and emptying page data in the tab page displayed in the second window, wherein the second window is reloaded and displayed under the condition that the first window is continuously displayed and a display instruction for indicating to redisplay the second window is acquired, and the reloaded second window is in an initial display state.
9. The method of claim 2, further comprising, after said loading the first window in response to the window load instruction:
acquiring a merging instruction generated by executing merging operation;
and merging the first window into a second target area in the second window in response to the merging instruction.
10. The method of claim 9, wherein obtaining the merge instruction generated by performing the merge operation comprises at least one of:
acquiring the merging instruction generated by executing click operation on the merging button displayed in the first window or the second window;
generating the merging instruction when the first window is detected to be dragged to a target position, wherein the overlapping area of the first window and the second window is larger than a predetermined threshold when the first window is at the target position.
11. The method of claim 2, further comprising, after said loading the first window in response to the window load instruction:
acquiring a top setting display instruction;
and responding to the top setting display instruction, and displaying the layer where the first window is located on the layer where the second window is located.
12. A data display device, comprising:
a first obtaining unit, configured to obtain a window loading instruction for requesting to load a first window of a browser, where the first window is used to provide a first control function, and the first control function includes a part of control functions in a control function set that matches the browser;
a load unit to load the first window in response to the window load instruction;
a second acquisition unit configured to acquire a display instruction generated by performing an operation on data displayed in the first window;
the first display unit is used for displaying target data corresponding to the display instruction;
the first display unit comprises a first display module, which is used for acquiring target data and displaying the target data in the first window under the condition that the display instruction indicates that the target data is displayed in the first window;
the first display unit further includes:
and a second display module, configured to, when the display instruction indicates that target data is displayed in a second window, obtain the target data and display the target data in the second window, where the second window is used to provide all control functions in the control function set.
13. The apparatus of claim 12,
the device further comprises: a third obtaining unit, configured to obtain a start request for starting a browser before the obtaining of the window loading instruction for requesting to load the first window of the browser; a second display unit, configured to respond to the start request, load and display a second window of the browser, where the second window is used to provide all control functions in the control function set;
the first acquisition unit includes: a first obtaining module, configured to obtain a separating instruction generated by performing a separating operation on the second window, where the separating instruction is used to instruct to separate the first window from the second window; a first generating module, configured to generate the window load instruction of the first window in response to the splitting instruction.
14. The apparatus of claim 12, wherein the first obtaining unit comprises:
the second acquisition module is used for acquiring an operation instruction generated by executing operation on the shortcut key displayed on the main interface;
and the second generation module is used for responding to the operation instruction to generate the window loading instruction of the first window.
15. The apparatus of claim 13, further comprising:
a fourth obtaining unit, configured to obtain a window closing instruction after the first window is loaded in response to the window loading instruction;
a first closing unit, configured to close the first window and continue to display the second window when the window closing instruction indicates to close the first window;
and the second closing unit is used for closing the second window and continuously displaying the first window under the condition that the window closing instruction indicates to close the second window.
16. The apparatus of claim 13, further comprising:
a fifth obtaining unit, configured to obtain, after the first window is loaded in response to the window load instruction, a merge instruction generated by performing a merge operation;
and the merging unit is used for responding to the merging instruction and merging the first window into a second target area in the second window.
17. The apparatus of claim 16, wherein the fifth obtaining unit comprises at least one of:
a third obtaining module, configured to obtain the merge instruction generated by performing a click operation on a merge button displayed in the first window or the second window;
a third generating module, configured to generate the merge instruction when it is detected that the first window is dragged to a target location, where an overlapping area of the first window and the second window is greater than a predetermined threshold when the first window is at the target location.
18. A storage medium, in which a computer program is stored, wherein the computer program is arranged to perform the method of any of claims 1 to 11 when executed.
19. An electronic device comprising a memory and a processor, characterized in that the memory has stored therein a computer program, the processor being arranged to execute the method of any of claims 1 to 11 by means of the computer program.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810129098.9A CN110134451B (en) | 2018-02-08 | 2018-02-08 | Data display method and device, storage medium and electronic device |
PCT/CN2019/072970 WO2019154095A1 (en) | 2018-02-08 | 2019-01-24 | Data display method and device, storage medium, and electronic device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810129098.9A CN110134451B (en) | 2018-02-08 | 2018-02-08 | Data display method and device, storage medium and electronic device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110134451A CN110134451A (en) | 2019-08-16 |
CN110134451B true CN110134451B (en) | 2022-02-08 |
Family
ID=67549282
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810129098.9A Active CN110134451B (en) | 2018-02-08 | 2018-02-08 | Data display method and device, storage medium and electronic device |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN110134451B (en) |
WO (1) | WO2019154095A1 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111343492B (en) * | 2020-02-17 | 2022-02-22 | 海信电子科技(深圳)有限公司 | Display method and display device of browser in different layers |
CN111694631A (en) * | 2020-06-15 | 2020-09-22 | 北京达佳互联信息技术有限公司 | Pendant display method and device |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120166931A1 (en) * | 2010-12-27 | 2012-06-28 | Microsoft Corporation | System and method for generating social summaries |
CN103281457A (en) * | 2013-06-03 | 2013-09-04 | 贝壳网际(北京)安全技术有限公司 | Video playing method and device in mobile terminal browser and browser |
CN103543996A (en) * | 2012-07-17 | 2014-01-29 | 腾讯科技(深圳)有限公司 | Browser window management method and device |
US20150213148A1 (en) * | 2014-01-28 | 2015-07-30 | Jeffrey Blemaster | Systems and methods for browsing |
CN105630305A (en) * | 2015-12-18 | 2016-06-01 | 北京奇虎科技有限公司 | Method for displaying menu options in browser, and electronic equipment |
CN105867937A (en) * | 2016-04-18 | 2016-08-17 | 浙江慧脑信息科技有限公司 | Method for designing interactive multiple windows |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100909232B1 (en) * | 2008-07-10 | 2009-07-23 | 주식회사 로직플랜트 | Method for system for interface of wep page |
CN101937454A (en) * | 2010-08-26 | 2011-01-05 | 宇龙计算机通信科技(深圳)有限公司 | Method for displaying webpage on electronic terminal and electronic terminal |
KR101688154B1 (en) * | 2010-09-17 | 2016-12-20 | 엘지전자 주식회사 | Method for displaying internet pages and mobile terminal using this method |
CN104063484A (en) * | 2014-07-03 | 2014-09-24 | 车智互联(北京)科技有限公司 | Webpage presenting method and device and electronic device |
CN104268251A (en) * | 2014-09-30 | 2015-01-07 | 北京奇虎科技有限公司 | Playing method and device of video elements in web page |
-
2018
- 2018-02-08 CN CN201810129098.9A patent/CN110134451B/en active Active
-
2019
- 2019-01-24 WO PCT/CN2019/072970 patent/WO2019154095A1/en active Application Filing
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120166931A1 (en) * | 2010-12-27 | 2012-06-28 | Microsoft Corporation | System and method for generating social summaries |
CN103543996A (en) * | 2012-07-17 | 2014-01-29 | 腾讯科技(深圳)有限公司 | Browser window management method and device |
CN103281457A (en) * | 2013-06-03 | 2013-09-04 | 贝壳网际(北京)安全技术有限公司 | Video playing method and device in mobile terminal browser and browser |
US20150213148A1 (en) * | 2014-01-28 | 2015-07-30 | Jeffrey Blemaster | Systems and methods for browsing |
CN105630305A (en) * | 2015-12-18 | 2016-06-01 | 北京奇虎科技有限公司 | Method for displaying menu options in browser, and electronic equipment |
CN105867937A (en) * | 2016-04-18 | 2016-08-17 | 浙江慧脑信息科技有限公司 | Method for designing interactive multiple windows |
Also Published As
Publication number | Publication date |
---|---|
CN110134451A (en) | 2019-08-16 |
WO2019154095A1 (en) | 2019-08-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7013466B2 (en) | Application data processing methods, equipment, and computer programs | |
US11399090B2 (en) | Page control for history pages of browsed data | |
EP2433219B1 (en) | Displaying information in an instant messaging application | |
US8370766B2 (en) | Menu creation browser extension | |
US8700691B2 (en) | Minimal download and simulated page navigation features | |
CN103729425B (en) | Operate response method, client, browser and system | |
JP2019517042A (en) | Providing access to hybrid applications offline | |
TW201810071A (en) | Page component dynamic layout method and apparatus, and client | |
CN107291759B (en) | Method and device for processing browser page resources | |
CN106951220B (en) | Data processing method and device | |
US20210019106A1 (en) | Desktop Sharing Method and Mobile Terminal | |
US20140208326A1 (en) | File presenting method and apparatus for a smart terminal | |
CN113535176A (en) | Page generation method and device | |
CN108595697B (en) | Webpage integration method, device and system | |
CN109361948B (en) | Interface management method, intelligent terminal and readable storage medium | |
CN110147184B (en) | Navigation backspacing method and control | |
CN112948844B (en) | Control method and device and electronic equipment | |
CN110020280A (en) | Application page methods of exhibiting, device, storage medium and computer equipment | |
CN105512294A (en) | Multi-media file update prompting method and device | |
CN102662591B (en) | Data processing method and device | |
CN110134451B (en) | Data display method and device, storage medium and electronic device | |
CN113076499A (en) | Page interaction method, device, equipment, medium and program product | |
CN108319474B (en) | Page information generation method, device and equipment | |
US10762275B2 (en) | Information processing apparatus, method, and storage medium | |
CN110647327A (en) | Method and device for dynamic control of user interface based on card |
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 |