[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

CN110020268B - Page returning method and device - Google Patents

Page returning method and device Download PDF

Info

Publication number
CN110020268B
CN110020268B CN201710631149.3A CN201710631149A CN110020268B CN 110020268 B CN110020268 B CN 110020268B CN 201710631149 A CN201710631149 A CN 201710631149A CN 110020268 B CN110020268 B CN 110020268B
Authority
CN
China
Prior art keywords
page
parameter
returning
event
returned
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
Application number
CN201710631149.3A
Other languages
Chinese (zh)
Other versions
CN110020268A (en
Inventor
李勤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN201710631149.3A priority Critical patent/CN110020268B/en
Publication of CN110020268A publication Critical patent/CN110020268A/en
Application granted granted Critical
Publication of CN110020268B publication Critical patent/CN110020268B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a page returning method and device. Wherein, the method comprises the following steps: acquiring a first parameter corresponding to a specified page to be returned; acquiring a second parameter corresponding to the current page; and returning to the designated page according to the first parameter and the second parameter, wherein the designated page is at least a previous-level page of the current page. The invention solves the technical problem that the return to the appointed page after clicking the return key cannot be realized in the related technology.

Description

Page returning method and device
Technical Field
The invention relates to the field of computer networks, in particular to a page returning method and device.
Background
At present, the event of a return key is not monitored directly at the mobile Web end, and the default of clicking the android return key is to return to the last page. The android return key can only listen through the plug-in function provided by Cordova. In an actual scenario, some specific operations need to be completed by monitoring the android return key, for example, jumping from the App to a browser, and after a series of operations are completed, clicking the android return key to return to the App.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides a page returning method and device, which at least solve the technical problem that the return to a specified page after a return key is clicked cannot be realized in the related technology.
According to an aspect of the embodiments of the present invention, there is provided a page returning method, including: acquiring a first parameter corresponding to a specified page to be returned; acquiring a second parameter corresponding to the current page; and returning to the designated page according to the first parameter and the second parameter, wherein the designated page is at least a previous-level page of the current page.
Optionally, before obtaining the first parameter corresponding to the specified page to be returned, the page returning method further includes: monitoring an onpopstate event or an onhashchange event; in the case where an onpopstate event or an onhashchange event is listened to, it is determined that an input operation of a return key is received.
Optionally, the first parameter includes at least: a first page state for identifying a specified page, and a uniform resource locator, URL, for the specified page.
Optionally, the second parameter includes at least: a second page state for identifying the current page.
Optionally, returning to the designated page according to the first parameter and the second parameter includes: judging whether a first page state included by the first parameter is the same as a second page state included by the second parameter; and if the judgment result is yes, returning to the specified page corresponding to the URL included in the first parameter.
According to another aspect of the embodiments of the present invention, there is also provided a page return apparatus, including: the first acquisition unit is used for acquiring a first parameter corresponding to the specified page to be returned; the second obtaining unit is used for obtaining a second parameter corresponding to the current page; and the return unit is used for returning to the appointed page according to the first parameter and the second parameter, wherein the appointed page is at least a previous page of the current page.
Optionally, the page returning apparatus further includes: the monitoring unit is used for monitoring an onpopstate event or an onhashchange event before acquiring a first parameter corresponding to a specified page to be returned; and the determining unit is used for determining that the input operation of the return key is received under the condition that an onpopstate event or an onhashchange event is monitored.
Optionally, the first parameter includes at least: a first page state for identifying a specified page, and a uniform resource locator, URL, for the specified page.
Optionally, the second parameter includes at least: a second page state for identifying the current page.
Optionally, the return unit comprises: the judging module is used for judging whether a first page state included by the first parameter is the same as a second page state included by the second parameter; and the returning module is used for returning to the specified page corresponding to the URL included in the first parameter under the condition that the judgment result is yes.
According to another aspect of the embodiment of the present invention, there is also provided a storage medium, where the storage medium includes a stored program, and when the program runs, a device in which the storage medium is located is controlled to execute the page returning method of any one of the above.
According to another aspect of the embodiment of the present invention, there is provided a processor, configured to run a program, where the program executes a page returning method of any one of the above.
According to another aspect of the embodiments of the present invention, there is also provided a terminal, including: a page returning means; a processor which runs the program, wherein the program runs the following processing steps on the data output from the page returning device: acquiring a first parameter corresponding to a specified page to be returned; acquiring a second parameter corresponding to the current page; and returning to the designated page according to the first parameter and the second parameter, wherein the designated page is at least a previous-level page of the current page.
According to another aspect of the embodiments of the present invention, there is also provided a terminal, including: a page returning means; a storage medium for storing a program, wherein the program performs the following processing steps at runtime for data output from the page returning means: acquiring a first parameter corresponding to a specified page to be returned; acquiring a second parameter corresponding to the current page; and returning to the designated page according to the first parameter and the second parameter, wherein the designated page is at least a previous-level page of the current page.
In the embodiment of the invention, after the return key is clicked, the specified page can be returned according to the first parameter corresponding to the specified page to be returned and the second parameter corresponding to the current page, wherein the specified page is at least a previous page of the current page, the defect that in the related technology, after the return key is clicked, only the previous page corresponding to the current page can be returned is effectively reduced, and if the previous pages of the current page are required to be returned, the return key needs to be clicked for multiple times, the purpose that the specified page can be returned after the return key is clicked once is realized, the technical effect of improving the return efficiency of the return key is achieved, the technical problem that the return to the specified page after the return key is clicked in the related technology is solved, and the user experience is improved.
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 flow diagram of a page return method according to an embodiment of the invention;
FIG. 2 is a schematic diagram of a page returning apparatus according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of an alternative page return apparatus according to an embodiment of the present invention; and
fig. 4 is a schematic diagram of an alternative page returning apparatus according to an embodiment of the present 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.
For convenience of description, some terms or expressions appearing in the present invention are explained below:
cordova: the method provides a group of Application Programming Interfaces (APIs) related to the device, through which the mobile Application can access native device functions in JavaScript, and also provides a group of unified JavaScript class libraries and native background codes related to the devices used by the class libraries.
Plug-in components: is a program written in an application program interface following a certain specification.
Uniform Resource Locator (URL): is a compact representation of the location and access method of a resource available from the internet, which is the address of a standard resource on the internet.
In accordance with an embodiment of the present invention, there is provided a method embodiment of a page return method, it being noted that the steps illustrated in the flowchart of the figure 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 flowchart, in some cases, the steps illustrated or described may be performed in an order different than that presented herein.
Fig. 1 is a flowchart of a page returning method according to an embodiment of the present invention, and as shown in fig. 1, the page returning method includes the following steps:
step S102, a first parameter corresponding to the specified page to be returned is obtained.
And step S104, acquiring a second parameter corresponding to the current page.
And step S106, returning to the appointed page according to the first parameter and the second parameter, wherein the appointed page is at least one previous page of the current page.
Through the steps, the return to the appointed page can be realized according to the first parameter corresponding to the appointed page to be returned and the second parameter corresponding to the current page after the return key is clicked, wherein the appointed page is at least the previous page of the current page, the defect that in the related technology, after the return key is clicked, only the previous page corresponding to the current page can be returned is effectively reduced, if the previous pages of the current page are required to be returned, the return key needs to be clicked for multiple times, the purpose that the return to the appointed page can be realized after the return key is clicked once is realized, the technical effect of improving the return efficiency of the return key is achieved, the technical problem that the return to the appointed page after the return key is clicked in the related technology is solved, and the user experience is improved.
In the above steps S102 to S106, the return efficiency of the return key is improved by returning the designated page according to the attribute values in the first parameter including the designated page that needs to be returned and the passed second parameter, instead of returning to the page at the previous stage of the current page only after the return key is clicked in the related art.
In the embodiment of the present invention, two parameter acquisition methods corresponding to the specified page, a pushstate method and a location.
In order to obtain the specified page to be returned, before obtaining the first parameter corresponding to the specified page to be returned, the page returning method may further include: monitoring an onpopstate event or an onhashchange event; in the case where an onpopstate event or an onhashchange event is listened to, it is determined that an input operation of a return key is received. For example, an onstatus event may be monitored, and in the case of monitoring the onstatus event, the number of stages of a specified page to be returned relative to the current page may be input through a return key. In addition, for a browser that does not support the pushstate method, the operation may be implemented by monitoring an onhashchange event, which is not described herein.
Specifically, the monitoring of the onpopstate event and the onhashchange event can be realized by the following method:
1) method for monitoring an onpopstate event:
window.onpopstate=function(event){
//do something
}
wherein, the oppropstate event is triggered when a return key is clicked or the history.
2) Method for monitoring onhashchange event:
Window.onhashchange=function(event){
//do something
}
wherein the onhashchange event is triggered when the url hash value changes.
For a browser supporting the pushstate method, acquiring a first parameter corresponding to a specified page to be returned may include: obtaining a first parameter corresponding to a specified page to be returned by a pushstate method, where the first parameter may at least include: a first page state for identifying a specified page, and a uniform resource locator, URL, for the specified page.
In addition, the obtaining of the second parameter corresponding to the current page may include: obtaining a second parameter corresponding to the current page by a pushstate method, where the second parameter at least may include: a second page state for identifying the current page. The second page state for identifying the current page is transmitted by the pushstate method.
Next, returning to the specified page according to the first parameter and the second parameter may include: judging whether a first page state included by the first parameter is the same as a second page state included by the second parameter; and if the judgment result is yes, returning to the specified page corresponding to the URL included in the first parameter.
Specifically, firstly, a state C may be set to indicate that interception is required when a return key is clicked on the C page, and then the C page returns to the designated page, and the C page enters page a: history.pushState ({ 'A' }, 'A page title', 'A.html')
Then enter page B:
history.pushstate ({ 'B' }, 'B page title', "b.html");
then enter page C:
history.pushstate ({ 'C' }, 'B page title', "c.html");
clicking a return key at the moment, and triggering a window.
State is judged to be the same as the set state C in the event, and if so, a return is made to the specified page.
It should be noted that, for a browser that does not support the pushstate method, the effect of returning to the specified page after clicking the return key may be implemented by selecting a location.
The embodiment of the present invention further provides a page returning device, and it should be noted that the precedent page returning device of the embodiment of the present invention may be used to execute the method for returning a page provided by the embodiment of the present invention. The following describes a page return apparatus according to an embodiment of the present invention.
Fig. 2 is a schematic diagram of a page returning apparatus according to an embodiment of the present invention, as shown in fig. 2, the page returning apparatus includes: the first acquiring unit 21, the second acquiring unit 23, and the returning unit 25, and the page returning means will be described in detail below.
A first obtaining unit 21, configured to obtain a first parameter corresponding to a specified page to be returned.
And a second obtaining unit 23, connected to the first obtaining unit 21, configured to obtain a second parameter corresponding to the current page.
And a returning unit 25, connected to the second obtaining unit 23, configured to return to the designated page according to the first parameter and the second parameter, where the designated page is at least one previous-level page of the current page.
With the page returning apparatus provided in the embodiment of the present invention, the first obtaining unit 21 is used to obtain a first parameter corresponding to a specified page to be returned; a second obtaining unit 23, configured to obtain a second parameter corresponding to the current page; and a returning unit 25, configured to return to the designated page according to the first parameter and the second parameter, where the designated page is at least a previous-level page of the current page. The method and the device effectively reduce the defect that in the related technology, after the return key is clicked, the return key can only be returned to the previous page corresponding to the current page, and if the return key is required to be clicked for multiple times when the return key is required to be returned to the previous pages of the current page, achieve the purpose that the return key can be returned to the appointed page after the return key is clicked once, achieve the technical effect of improving the return efficiency of the return key, further solve the technical problem that the return key can not be returned to the appointed page after the return key is clicked in the related technology, and improve user experience.
Fig. 3 is a schematic diagram of an optional page returning apparatus according to an embodiment of the present invention, and as shown in fig. 3, the page returning apparatus further includes: a listening unit 31 and a determination unit 33, which are described below.
The monitoring unit 31 is connected to the first obtaining unit 21, and is configured to monitor an onpopstate event or an onhashchange event before obtaining the first parameter corresponding to the specified page to be returned.
And a determining unit 33, connected to the monitoring unit 31, configured to determine that an input operation of a return key is received when an oppoprtate event or an onhashchange event is monitored.
In an alternative embodiment of the present invention, the first parameter at least comprises: a first page state for identifying a specified page, and a uniform resource locator, URL, for the specified page.
In an alternative embodiment of the invention, the second parameters comprise at least: a second page state for identifying the current page.
Fig. 4 is a schematic diagram of an alternative page returning apparatus according to an embodiment of the present invention, and as shown in fig. 4, the returning unit 25 includes: the judging module 41 and the returning module 43 will be described in detail below with respect to the returning unit 25 in the page returning apparatus.
The determining module 41 is configured to determine whether a first page status included in the first parameter is the same as a second page status included in the second parameter.
And a returning module 43, connected to the judging module 41, for returning to the designated page corresponding to the URL included in the first parameter if the judgment result is yes.
According to another aspect of the embodiment of the present invention, there is also provided a storage medium, where the storage medium includes a stored program, and when the program runs, a device in which the storage medium is located is controlled to execute the page returning method of any one of the above.
According to another aspect of the embodiment of the present invention, there is provided a processor, configured to run a program, where the program executes a page returning method of any one of the above.
According to another aspect of the embodiments of the present invention, there is also provided a terminal, including: a page returning means; a processor which runs the program, wherein the program runs the following processing steps on the data output from the page returning device: acquiring a first parameter corresponding to a specified page to be returned; acquiring a second parameter corresponding to the current page; and returning to the designated page according to the first parameter and the second parameter, wherein the designated page is at least a previous-level page of the current page.
According to another aspect of the embodiments of the present invention, there is also provided a terminal, including: a page returning means; a storage medium for storing a program, wherein the program performs the following processing steps at runtime for data output from the page returning means: acquiring a first parameter corresponding to a specified page to be returned; acquiring a second parameter corresponding to the current page; and returning to the designated page according to the first parameter and the second parameter, wherein the designated page is at least a previous-level page of the current page.
The device for judging the type of the web page comprises a processor and a memory, wherein the first acquiring unit 21, the second acquiring unit 23, the returning unit 25, the monitoring unit 31, the determining unit 33, the judging module 41, the returning module 43 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 preset conditions may be stored in a memory.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can set one or more than one, and the page is returned by adjusting the kernel parameters.
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.
The present application further provides an embodiment of a computer program product, which, when being executed on a data processing device, is adapted to carry out program code for initializing the following method steps: acquiring a first parameter corresponding to a specified page to be returned; acquiring a second parameter corresponding to the current page; and returning to the designated page according to the first parameter and the second parameter, wherein the designated page is at least a previous-level page of the current page.
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 application is not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the application. 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 in this application.
In the foregoing embodiments, 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 embodiments provided in the present application, it should be understood that the disclosed apparatus may be implemented in other manners. For example, 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 implementing, 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 implemented.
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 application 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.
It will be apparent to those skilled in the art that the modules or steps of the present application described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and they may alternatively be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, or fabricated separately as individual integrated circuit modules, or fabricated as a single integrated circuit module from multiple modules or steps. Thus, the present application is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (9)

1. A page returning method is characterized by comprising the following steps:
acquiring a first parameter corresponding to a specified page to be returned;
acquiring a second parameter corresponding to the current page;
returning to the appointed page according to the first parameter and the second parameter, wherein the appointed page is at least a previous page of the current page;
before obtaining the first parameter corresponding to the specified page to be returned, the method further includes:
monitoring an onpopstate event or an onhashchange event;
and determining that the input operation of a return key is received under the condition that the oppoprtate event or the onhashchange event is monitored.
2. The method according to claim 1, characterized in that said first parameters comprise at least: a first page state for identifying the specified page, and a uniform resource locator, URL, of the specified page.
3. The method according to claim 2, characterized in that said second parameters comprise at least: a second page state for identifying the current page.
4. The method of claim 3, wherein returning to the designated page according to the first parameter and the second parameter comprises:
judging whether a first page state included by a first parameter is the same as a second page state included by a second parameter;
and if the judgment result is yes, returning to the specified page corresponding to the URL included in the first parameter.
5. A page return apparatus, comprising:
the first acquisition unit is used for acquiring a first parameter corresponding to the specified page to be returned;
the second obtaining unit is used for obtaining a second parameter corresponding to the current page;
a returning unit, configured to return to the designated page according to the first parameter and the second parameter, where the designated page is at least one previous-level page of the current page;
wherein, the page returning device further comprises: the monitoring unit is used for monitoring an onpopstate event or an onhashchange event before acquiring a first parameter corresponding to a specified page to be returned; and the determining unit is used for determining that the input operation of the return key is received under the condition that an onpopstate event or an onhashchange event is monitored.
6. A storage medium, characterized in that the storage medium comprises a stored program, wherein when the program runs, a device in which the storage medium is located is controlled to execute the page returning method according to any one of claims 1 to 4.
7. A processor, characterized in that the processor is configured to run a program, wherein the program runs to execute the page return method of any one of claims 1 to 4.
8. A terminal, comprising:
a page returning means;
a processor that executes a program, wherein the program execution executes the following processing steps with respect to the data output from the page return apparatus:
acquiring a first parameter corresponding to a specified page to be returned;
acquiring a second parameter corresponding to the current page;
returning to the appointed page according to the first parameter and the second parameter, wherein the appointed page is at least a previous page of the current page;
wherein, the page returning device further comprises: the monitoring unit is used for monitoring an onpopstate event or an onhashchange event before acquiring a first parameter corresponding to a specified page to be returned; and the determining unit is used for determining that the input operation of the return key is received under the condition that an onpopstate event or an onhashchange event is monitored.
9. A terminal, comprising:
a page returning means;
a storage medium for storing a program, wherein the program performs the following processing steps on data output from the page return means when running:
acquiring a first parameter corresponding to a specified page to be returned;
acquiring a second parameter corresponding to the current page;
returning to the appointed page according to the first parameter and the second parameter, wherein the appointed page is at least a previous page of the current page;
wherein, the page returning device further comprises: the monitoring unit is used for monitoring an onpopstate event or an onhashchange event before acquiring a first parameter corresponding to a specified page to be returned;
and the determining unit is used for determining that the input operation of the return key is received under the condition that an onpopstate event or an onhashchange event is monitored.
CN201710631149.3A 2017-07-28 2017-07-28 Page returning method and device Active CN110020268B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710631149.3A CN110020268B (en) 2017-07-28 2017-07-28 Page returning method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710631149.3A CN110020268B (en) 2017-07-28 2017-07-28 Page returning method and device

Publications (2)

Publication Number Publication Date
CN110020268A CN110020268A (en) 2019-07-16
CN110020268B true CN110020268B (en) 2022-04-12

Family

ID=67185986

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710631149.3A Active CN110020268B (en) 2017-07-28 2017-07-28 Page returning method and device

Country Status (1)

Country Link
CN (1) CN110020268B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760599B (en) * 2020-06-08 2024-10-18 北京沃东天骏信息技术有限公司 Page data processing method and device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105447089A (en) * 2015-11-06 2016-03-30 百度在线网络技术(北京)有限公司 Search result page display method and apparatus
CN105528408A (en) * 2015-12-03 2016-04-27 百度在线网络技术(北京)有限公司 Page display method and apparatus
CN106021549A (en) * 2016-05-27 2016-10-12 青岛海信传媒网络技术有限公司 Page control method and device of web application program and terminal device
CN106055660A (en) * 2016-06-01 2016-10-26 努比亚技术有限公司 Mobile terminal page access method, mobile terminal page access device and mobile terminal
CN106372251A (en) * 2016-09-28 2017-02-01 北京京东尚科信息技术有限公司 Method and device for returning to page display position
CN106446072A (en) * 2016-09-07 2017-02-22 百度在线网络技术(北京)有限公司 Webpage content processing method and apparatus
CN106484862A (en) * 2016-10-10 2017-03-08 聚好看科技股份有限公司 Page control method and device
CN106886545A (en) * 2016-06-08 2017-06-23 阿里巴巴集团控股有限公司 The caching method and device of page display method, page resource

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7188216B1 (en) * 2002-12-13 2007-03-06 Vignette Corporation Method and system for an extensible caching framework
US8554729B2 (en) * 2011-08-31 2013-10-08 Google Inc. System and method for synchronization of actions in the background of an application
CN105786294A (en) * 2014-12-19 2016-07-20 阿里巴巴集团控股有限公司 Page access path return method and apparatus
CN106339426A (en) * 2016-08-16 2017-01-18 金蝶软件(中国)有限公司 Mobile application page control method and system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105447089A (en) * 2015-11-06 2016-03-30 百度在线网络技术(北京)有限公司 Search result page display method and apparatus
CN105528408A (en) * 2015-12-03 2016-04-27 百度在线网络技术(北京)有限公司 Page display method and apparatus
CN106021549A (en) * 2016-05-27 2016-10-12 青岛海信传媒网络技术有限公司 Page control method and device of web application program and terminal device
CN106055660A (en) * 2016-06-01 2016-10-26 努比亚技术有限公司 Mobile terminal page access method, mobile terminal page access device and mobile terminal
CN106886545A (en) * 2016-06-08 2017-06-23 阿里巴巴集团控股有限公司 The caching method and device of page display method, page resource
CN106446072A (en) * 2016-09-07 2017-02-22 百度在线网络技术(北京)有限公司 Webpage content processing method and apparatus
CN106372251A (en) * 2016-09-28 2017-02-01 北京京东尚科信息技术有限公司 Method and device for returning to page display position
CN106484862A (en) * 2016-10-10 2017-03-08 聚好看科技股份有限公司 Page control method and device

Also Published As

Publication number Publication date
CN110020268A (en) 2019-07-16

Similar Documents

Publication Publication Date Title
CN104301443B (en) A kind of method and system that end ability interface is called on web page
CN109829096B (en) Data acquisition method and device, electronic equipment and storage medium
CN103914302B (en) Webpage loading progress monitoring method and webpage loading progress monitoring device
WO2016187036A1 (en) Application page quick access
CN108415804B (en) Method for acquiring information, terminal device and computer readable storage medium
CN110263070B (en) Event reporting method and device
CN106202100B (en) Page loading method and device
CN108304410A (en) A kind of detection method, device and the data analysing method of the abnormal access page
CN107679214B (en) Link positioning method, device, terminal and computer readable storage medium
CN107480117B (en) Recovery method and device for automatic page table single data
CN110598135A (en) Network request processing method and device, computer readable medium and electronic equipment
CN112306471A (en) Task scheduling method and device
CN108762809A (en) Software function extended method, device, computer equipment and storage medium
CN110750443A (en) Webpage testing method and device, computer equipment and storage medium
CN106815037B (en) Application function execution method and device
CN109862074B (en) Data acquisition method and device, readable medium and electronic equipment
CN110020268B (en) Page returning method and device
CN113434796B (en) Page cache operation method and device, storage medium and electronic device
CN108509228B (en) Page loading method, terminal equipment and computer readable storage medium
CN104504125A (en) Web page data monitoring method and device
CN115729727A (en) Fault repairing method, device, equipment and medium
CN110889065B (en) Page stay time determination method, device and equipment
CN109587198B (en) Image-text information pushing method and device
CN113127788B (en) Page processing method, object processing method, device and equipment
CN105956050B (en) A kind of method of data capture, device and equipment

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
CB02 Change of applicant information

Address after: 100083 No. 401, 4th Floor, Haitai Building, 229 North Fourth Ring Road, Haidian District, Beijing

Applicant after: Beijing Guoshuang Technology Co.,Ltd.

Address before: 100086 Beijing city Haidian District Shuangyushu Area No. 76 Zhichun Road cuigongfandian 8 layer A

Applicant before: Beijing Guoshuang Technology Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant