CN111125504A - Webpage data display method and device - Google Patents

Webpage data display method and device Download PDF

Info

Publication number
CN111125504A
CN111125504A CN201811290155.8A CN201811290155A CN111125504A CN 111125504 A CN111125504 A CN 111125504A CN 201811290155 A CN201811290155 A CN 201811290155A CN 111125504 A CN111125504 A CN 111125504A
Authority
CN
China
Prior art keywords
down menu
options
pull
storage space
history
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811290155.8A
Other languages
Chinese (zh)
Inventor
谢任山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201811290155.8A priority Critical patent/CN111125504A/en
Publication of CN111125504A publication Critical patent/CN111125504A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus

Abstract

The invention discloses a webpage data display method and device. The method comprises the following steps: receiving an operation instruction of a pull-down menu in a webpage; responding to an operation instruction, inquiring a preset storage space, and obtaining historical record options of the pull-down menu, wherein the historical record options are options selected from the options of the pull-down menu; options are displayed in a drop down menu, wherein the history option is preferentially displayed. By the method and the device, the effect of increasing the history record and facilitating the use of the user is achieved.

Description

Webpage data display method and device
Technical Field
The invention relates to the field of webpage data, in particular to a webpage data display method and device.
Background
In a web page, a common drop-down menu has only options, and a search box may be used to filter the alternatives. However, the selected option is the result the user wants during the use process.
There are two types of web page drop-down menu selectors in the related art, one of which can only display a preset list, and when there are many options, it is dropped down for a long distance and it is careful to find the desired option.
Another is a drop-down menu selector with a search box that provides string filtering functionality. When the content of the input box is changed, the event processing function is triggered to filter the alternative items. However, according to the scheme, the user can input the keywords for searching every time, sometimes it is clear that a few key options are needed by the user, the time of the user is wasted due to frequent input, and the webpage operation experience is reduced.
Aiming at the problem that a webpage pull-down menu in the related art is inconvenient for a user to use, an effective solution is not provided at present.
Disclosure of Invention
The invention mainly aims to provide a webpage data display method and device to solve the problem that a webpage pull-down menu is inconvenient for a user to use.
In order to achieve the above object, according to an aspect of the present invention, there is provided a web page data display method including: receiving an operation instruction of a pull-down menu in a webpage; responding to the operation instruction, inquiring a preset storage space to obtain historical record options of the pull-down menu, wherein the historical record options are options selected from the options of the pull-down menu; displaying an option in the drop down menu, wherein the history option is preferentially displayed.
Further, before querying the preset storage space in response to the operation instruction, the method further includes: receiving a selection instruction of a user for options in a pull-down menu; and storing the options corresponding to the selection instruction into the preset storage space according to the time sequence to obtain historical record options arranged according to the time sequence.
Further, displaying options in the drop down menu includes: displaying the history options in a history area of the drop-down menu in chronological order, wherein a most recent history option is displayed at a closest position from an input area of the drop-down menu.
Further, storing the options corresponding to the selection instruction into the preset storage space according to a time sequence, and obtaining the history record options arranged according to the time sequence includes: storing options corresponding to the selection instruction into the preset storage space in a character string mode according to a time sequence, wherein the preset storage space comprises any one of the following items: browser cache indexDB, browser cache localStorage, cloud database, cookies, sessionstorege.
Further, after receiving an operation instruction for an input area of a pull-down menu in a web page, the method further includes: displaying a search box; receiving a search character input by a user in a search box; carrying out relevancy matching on options in a pull-down menu according to the search characters to obtain a matching result; and determining the target option according to the click command of the user on the option in the matching result.
Further, the number of the pull-down menus in the webpage is at least one, and for each pull-down menu, when an option of the pull-down menu is selected, the selected option is recorded as a history option of the pull-down menu in the preset storage space, and a coordinate position of the pull-down menu in the webpage and/or an ID of the pull-down menu is saved; and responding to the operation instruction, inquiring a preset storage space, and obtaining a history option of the pull-down menu comprises: determining a coordinate position triggered by the operation instruction, and/or determining an ID of a pull-down menu triggered by the operation instruction; and inquiring the historical option record of the corresponding pull-down menu in the storage space according to the coordinate position and/or the ID.
In order to achieve the above object, according to another aspect of the present invention, there is also provided a web page data display apparatus including: the first receiving unit is used for receiving an operation instruction of a pull-down menu in a webpage; the query unit is used for responding to the operation instruction and querying a preset storage space to obtain historical record options of the pull-down menu, wherein the historical record options are options selected from the options of the pull-down menu; and the display unit is used for displaying options in the pull-down menu, wherein the history options are preferentially displayed.
Further, the apparatus further comprises: the second receiving unit is used for receiving a selection instruction of a user for options in a pull-down menu before responding to the operation instruction and inquiring a preset storage space; and the storage unit is used for storing the options corresponding to the selection instruction into the preset storage space according to the time sequence to obtain the historical record options arranged according to the time sequence.
Further, the display unit is configured to: displaying the history options in a history area of the drop-down menu in chronological order, wherein a most recent history option is displayed at a closest position from an input area of the drop-down menu.
In order to achieve the above object, according to another aspect of the present invention, there is also provided a storage medium including a stored program, wherein when the program runs, a device in which the storage medium is located is controlled to execute the method for displaying webpage data according to the present invention.
In order to achieve the above object, according to another aspect of the present invention, there is also provided a processor for executing a program, wherein the program executes the method for displaying webpage data according to the present invention.
The method comprises the steps of receiving an operation instruction of a pull-down menu in a webpage; responding to an operation instruction, inquiring a preset storage space, and obtaining historical record options of the pull-down menu, wherein the historical record options are options selected from the options of the pull-down menu; and displaying options in the pull-down menu, wherein the history option is preferentially displayed, so that the problem that the webpage pull-down menu is inconvenient for a user to use is solved, and the effect of increasing the history and facilitating the user to use is further achieved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the invention and, together with the description, serve to explain the invention and not to limit the invention. In the drawings:
FIG. 1 is a flowchart of a method for displaying web page data according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a drop down menu display list according to an embodiment of the present invention; and
fig. 3 is a schematic diagram of a web page data display apparatus according to an embodiment of the present invention.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present invention will be described in detail below with reference to the embodiments with reference to the attached drawings.
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all 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 application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application 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 should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. 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.
The embodiment of the invention provides a webpage data display method.
Fig. 1 is a flowchart of a web page data display method according to an embodiment of the present invention, as shown in fig. 1, the method includes the steps of:
step S102: receiving an operation instruction of a pull-down menu in a webpage;
step S104: responding to an operation instruction, inquiring a preset storage space, and obtaining historical record options of the pull-down menu, wherein the historical record options are options selected from the options of the pull-down menu;
step S106: options are displayed in a drop down menu, wherein the history option is preferentially displayed.
The embodiment receives an operation instruction of a pull-down menu in a webpage; responding to an operation instruction, inquiring a preset storage space, and obtaining historical record options of the pull-down menu, wherein the historical record options are options selected from the options of the pull-down menu; and displaying options in the pull-down menu, wherein the history option is preferentially displayed, so that the problem that the webpage pull-down menu is inconvenient for a user to use is solved, and the effect of increasing the history and facilitating the user to use is further achieved.
The technical solution of the embodiment of the present invention may be applied to a web page, which may be a web page at a computer end, or a web page of a mobile terminal such as a mobile phone, and in the embodiment of the present invention, the operation instruction may be a click instruction or other operation instructions, for example, a user may send a click instruction by clicking a mouse or a finger on a screen, after receiving a click instruction to an input area of a pull-down menu in a web page, a browser queries related data of history options stored in a preset storage space in response to the click instruction, centrally displays history options in a preset area of the options of the pull-down menu, for example, displays history records in the top 5 items, and displays conventional options in positions after 5 items, so that displaying history records in a pull-down menu selector may be implemented, and a user may directly click a certain history item in a history record to select, compared with the mode of searching the target item in the pull-down menu with the fixed sequence in the related technology, the method is more convenient and simpler, and reduces the operation complexity of the user.
Specifically, several items (5 items, 8 items, or 10 items) displayed in the history records may be set according to a specific application scenario, or an appropriate number may be determined according to the size of a specific web page and the size occupied by each history record, which is not only convenient for a user to use the history records, but also does not affect the user to select the target option in a conventional search or retrieval manner.
Optionally, before querying a preset storage space in response to the operation instruction, receiving a selection instruction of a user for an option in a pull-down menu; and storing the options corresponding to the selection instruction into a preset storage space according to the time sequence to obtain historical record options arranged according to the time sequence.
The process of storing the history options into the preset storage space comprises the following steps: the user selects the options in the pull-down menu, the selected options can be stored in the storage space according to the time sequence, the history records arranged according to the time sequence are stored in the storage space, when the history records need to be displayed, the most recently used history records are displayed in the history record area of the pull-down menu according to the sequence of time from near to far, and the number of the specifically displayed history data is determined according to the setting of the application scene.
Optionally, displaying the options in the drop-down menu comprises: history options are displayed in a history area of the drop-down menu in chronological order, wherein a most recent history option is displayed at a closest position from an input area of the drop-down menu.
Optionally, the storing the options corresponding to the selection instruction into a preset storage space according to a time sequence to obtain the history options arranged according to the time sequence includes: storing options corresponding to the selection instruction into a preset storage space in a character string mode according to the time sequence, wherein the preset storage space comprises any one of the following items: browser cache indexDB, browser cache localStorage, cloud storage space, cookies, sessionstorege.
When the option corresponding to the selection instruction is stored in the preset storage space, the option may be stored in the storage space in a character string form, for example, in a browser cache indexDB, a browser cache localStorage, a cloud storage space (when the user logs in through a browser to perform identity confirmation), cookies, sessionstoreage, and the like, where the number of the options stored in the cookies is limited, the options stored in the sessionstorege are only valid in the current window, and data may be lost after the window is closed.
Optionally, after receiving an operation instruction for an input area of a pull-down menu in the web page, displaying a search box; receiving a search character input by a user in a search box; carrying out relevancy matching on options in the pull-down menu according to the search characters to obtain a matching result; and determining the target option according to the click command of the user on the option in the matching result.
Besides selecting the option in the pull-down menu through the history record column, the method can also search through the conventional search column, click one option in the search result to determine the target option, so that the pull-down menu not only has the search function but also has the history record function, and a history record column is added in the pull-down menu to facilitate the quick selection of a user.
The number of the pull-down menus in the webpage can be at least one, and for each pull-down menu, when an option of the pull-down menu is selected, the selected option is recorded as a history option of the pull-down menu in the preset storage space, and the coordinate position of the pull-down menu in the page and/or the ID of the pull-down menu are/is saved; and responding to the operation instruction, inquiring a preset storage space, and obtaining a history option of the pull-down menu comprises: determining a coordinate position triggered by the operation instruction, and/or determining an ID of a pull-down menu triggered by the operation instruction; and inquiring the historical option record of the corresponding pull-down menu in the storage space according to the coordinate position and/or the ID.
In the technical scheme of the embodiment of the invention, the conventional pull-down menu options are not changed along with the historical operation of the user except the historical record options displayed in the historical record area in the pull-down menu, and some pull-down menus in the related art do not singly arrange the historical record area but arrange the historical record parts in the first items, so that the options can be rearranged in sequence after each time the user selects, and the data processing pressure is higher under the condition of a large number of options, but the problem does not occur in the technical scheme of the application.
The embodiment of the present invention also provides a preferred implementation manner, and the following describes the technical solution of the embodiment of the present invention with reference to the preferred implementation manner.
In the process that a user uses the pull-down menu, the selected history option is the result which is often desired by the user, so that the history record list is particularly necessary to be added in the pull-down menu, and by storing the retrieval/selection records of the user for a few times, when the user clicks the pull-down menu, the history record is provided for the user to be selected, so that the time wasted by the user for inputting a keyword retrieval and purely manually screening the option is avoided, and the browsing experience of the user on a webpage is optimized.
Specifically, a history column is added in the pull-down menu for displaying the options recently selected by the user. It is often useful for the user to display the top 7-8 items that have been recently selected.
The history can be stored in the browser cache in the form of a character string, and the scheme adopted is indexDB, localStorage and the like. The method includes the steps that when a user enters a page, a browser cache is read, and accordingly history records of the user are rendered into options, fig. 2 is a schematic diagram of a drop-down menu display list according to an embodiment of the invention, as shown in fig. 2, when the user clicks an input area of a drop-down menu, history records, a search box and the drop-down list are displayed, the user can directly click a certain option in the history records to select, or click a certain option in the drop-down list to select, or input characters in the search box to select through screening and matching, and after the option is selected once, the option is stored in a database as the history records and is ready for subsequent use.
As an alternative, if the background server provides support, the history data may also be stored in the cloud database, so that the history record loss caused by the browser replacement by the user may be avoided, the selection history record of the user may also be stored in cookies or sessionStorage, but only when the current window is valid, the closed window may be lost.
According to the technical scheme of the embodiment of the invention, for the frequent operations of retrieval and filtration on the website, the pull-down menu selector with the historical record can be selected by the user quickly, so that the operation of the user is quicker and more efficient, the time of the user is effectively saved, and the browsing and operating experience of the user on the website is improved.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
The embodiment of the invention provides a webpage data display device, which can be used for executing the webpage data display method of the embodiment of the invention.
Fig. 3 is a schematic diagram of a web page data display apparatus according to an embodiment of the present invention, as shown in fig. 3, the apparatus including:
a first receiving unit 10, configured to receive an operation instruction for a pull-down menu in a web page;
the query unit 20 is configured to query a preset storage space in response to an operation instruction to obtain history options of the pull-down menu, where the history options are options that have been selected from options of the pull-down menu;
a display unit 30 for displaying options in a pull-down menu, in which the history option is preferentially displayed.
The embodiment adopts a first receiving unit 10, which is used for receiving an operation instruction of a pull-down menu in a webpage; the query unit 20 is configured to query a preset storage space in response to an operation instruction to obtain history options of the pull-down menu, where the history options are options that have been selected from options of the pull-down menu; the display unit 30 is used for displaying options in the pull-down menu, wherein the history options are preferentially displayed, so that the problem that the pull-down menu of the webpage is inconvenient for a user to use is solved, and the effect of increasing the history and facilitating the use of the user is achieved.
Optionally, the apparatus further comprises: the second receiving unit is used for receiving a selection instruction of a user for options in a pull-down menu before responding to the operation instruction and inquiring a preset storage space; and the storage unit is used for storing the options corresponding to the selection instruction into a preset storage space according to the time sequence to obtain the historical record options arranged according to the time sequence.
Optionally, the display unit is configured to: history options are displayed in a history area of the drop-down menu in chronological order, wherein a most recent history option is displayed at a closest position from an input area of the drop-down menu.
The webpage data display device comprises a processor and a memory, wherein the first receiving unit, the query unit, the display unit and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more, and history records are increased by adjusting kernel parameters, so that the user can use the method conveniently.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
An embodiment of the present invention provides a storage medium on which a program is stored, the program implementing the web page data display method when executed by a processor.
The embodiment of the invention provides a processor, which is used for running a program, wherein the webpage data display method is executed when the program runs.
The embodiment of the invention provides equipment, which comprises a processor, a memory and a program which is stored on the memory and can run on the processor, wherein the processor executes the program and realizes the following steps: receiving an operation instruction of a pull-down menu in a webpage; responding to an operation instruction, inquiring a preset storage space, and obtaining historical record options of the pull-down menu, wherein the historical record options are options selected from the options of the pull-down menu; options are displayed in a drop down menu, wherein the history option is preferentially displayed. The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program for initializing the following method steps when executed on a data processing device: receiving an operation instruction of a pull-down menu in a webpage; responding to an operation instruction, inquiring a preset storage space, and obtaining historical record options of the pull-down menu, wherein the historical record options are options selected from the options of the pull-down menu; options are displayed in a drop down menu, wherein the history option is preferentially displayed.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A method for displaying web page data, comprising:
receiving an operation instruction of a pull-down menu in a webpage;
responding to the operation instruction, inquiring a preset storage space to obtain historical record options of the pull-down menu, wherein the historical record options are options selected from the options of the pull-down menu;
displaying an option in the drop down menu, wherein the history option is preferentially displayed.
2. The method of claim 1, wherein prior to querying a predetermined storage space in response to the operation instruction, the method further comprises:
receiving a selection instruction of a user for options in a pull-down menu;
and storing the options corresponding to the selection instruction into the preset storage space according to the time sequence to obtain historical record options arranged according to the time sequence.
3. The method of claim 2, wherein displaying options in the drop-down menu comprises:
displaying the history options in a history area of the drop-down menu in chronological order, wherein a most recent history option is displayed at a closest position from an input area of the drop-down menu.
4. The method of claim 2, wherein storing the options corresponding to the selection instruction into the preset storage space in a time sequence, and obtaining the history options arranged in the time sequence comprises:
storing options corresponding to the selection instruction into the preset storage space in a character string mode according to a time sequence, wherein the preset storage space comprises any one of the following items: browser cache indexDB, browser cache localStorage, cloud database, cookies, sessionstorege.
5. The method according to claim 1, wherein after receiving an operation instruction for an input area of a pull-down menu in a web page, the method further comprises:
displaying a search box;
receiving a search character input by a user in a search box;
carrying out relevancy matching on options in a pull-down menu according to the search characters to obtain a matching result;
and determining the target option according to the click command of the user on the option in the matching result.
6. The method according to claim 1, wherein the number of the pull-down menus in the web page is at least one, and for each pull-down menu, when an option of the pull-down menu is selected, the selected option is recorded as a history option of the pull-down menu in a preset storage space, and a coordinate position of the pull-down menu in the page is saved, and/or an ID of the pull-down menu is saved;
and responding to the operation instruction, inquiring a preset storage space, and obtaining a history option of the pull-down menu comprises:
determining a coordinate position triggered by the operation instruction, and/or determining an ID of a pull-down menu triggered by the operation instruction;
and inquiring the historical option record of the corresponding pull-down menu in the storage space according to the coordinate position and/or the ID.
7. A web page data display apparatus, comprising:
the first receiving unit is used for receiving an operation instruction of a pull-down menu in a webpage;
the query unit is used for responding to the operation instruction and querying a preset storage space to obtain historical record options of the pull-down menu, wherein the historical record options are options selected from the options of the pull-down menu;
and the display unit is used for displaying options in the pull-down menu, wherein the history options are preferentially displayed.
8. The apparatus of claim 7, further comprising:
the second receiving unit is used for receiving a selection instruction of a user for options in a pull-down menu before responding to the operation instruction and inquiring a preset storage space;
and the storage unit is used for storing the options corresponding to the selection instruction into the preset storage space according to the time sequence to obtain the historical record options arranged according to the time sequence.
9. A storage medium comprising a stored program, wherein the program controls a device on which the storage medium is located to execute the method for displaying web page data according to any one of claims 1 to 6 when the program runs.
10. A processor, for running a program, wherein the program executes to perform the method for displaying web page data according to any one of claims 1 to 6.
CN201811290155.8A 2018-10-31 2018-10-31 Webpage data display method and device Pending CN111125504A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811290155.8A CN111125504A (en) 2018-10-31 2018-10-31 Webpage data display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811290155.8A CN111125504A (en) 2018-10-31 2018-10-31 Webpage data display method and device

Publications (1)

Publication Number Publication Date
CN111125504A true CN111125504A (en) 2020-05-08

Family

ID=70494310

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811290155.8A Pending CN111125504A (en) 2018-10-31 2018-10-31 Webpage data display method and device

Country Status (1)

Country Link
CN (1) CN111125504A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114363454A (en) * 2020-09-30 2022-04-15 华为技术有限公司 Historical page opening method, related equipment and computer storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1681301A (en) * 2004-04-06 2005-10-12 Lg电子株式会社 Display device and method for displaying menu
CN103092471A (en) * 2013-01-04 2013-05-08 深圳市中兴移动通信有限公司 Implement method and terminal for dynamic function menus
JP2014093026A (en) * 2012-11-06 2014-05-19 Konami Digital Entertainment Co Ltd Management device, program and option management method
CN107943375A (en) * 2016-10-13 2018-04-20 腾讯科技(深圳)有限公司 Option list display methods and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1681301A (en) * 2004-04-06 2005-10-12 Lg电子株式会社 Display device and method for displaying menu
JP2014093026A (en) * 2012-11-06 2014-05-19 Konami Digital Entertainment Co Ltd Management device, program and option management method
CN103092471A (en) * 2013-01-04 2013-05-08 深圳市中兴移动通信有限公司 Implement method and terminal for dynamic function menus
CN107943375A (en) * 2016-10-13 2018-04-20 腾讯科技(深圳)有限公司 Option list display methods and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114363454A (en) * 2020-09-30 2022-04-15 华为技术有限公司 Historical page opening method, related equipment and computer storage medium
CN114363454B (en) * 2020-09-30 2023-03-28 华为技术有限公司 Historical page opening method, related equipment and computer storage medium

Similar Documents

Publication Publication Date Title
US10699061B2 (en) Application page quick access
CN106610774B (en) Webpage table editing method and device
CN106598972B (en) Information display method and device and intelligent terminal
CN111124212B (en) Data display method and device, storage medium and processor
CN108255890B (en) Page processing method and device
CN110019361B (en) Data caching method and device
CN105824830B (en) Method, client and equipment for displaying page
CN104238897A (en) Menu item displaying method and device
CN110019261B (en) Data query method and device
CN102982175A (en) Method for performing search by utilizing browser and browser
CN110609946A (en) Information recommendation method and device
CN111784468A (en) Account association method and device and electronic equipment
CN107220260B (en) Page display method and device
CN114329281A (en) Rendering server, webpage rendering method and webpage rendering device
CN112579686A (en) Interaction method, interaction device, storage medium and electronic equipment
CN111125504A (en) Webpage data display method and device
CN110968385A (en) Proportion display method and device
CN106649320B (en) rectangular tree graph processing method and device
CN106649374B (en) Navigation tag sequencing method and device
CN112559576A (en) Data display method, system, device, storage medium and electronic equipment
CN110990799A (en) Data processing method, device and system for anti-crawler and storage medium
CN115237960A (en) Information pushing method and device, storage medium and electronic equipment
CN112579952A (en) Page display method and device, storage medium and electronic equipment
CN108810299B (en) Information analysis method, medium and equipment
CN106874318B (en) Information query method and device

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