CN107656768B - Method and system for controlling page jump - Google Patents

Method and system for controlling page jump Download PDF

Info

Publication number
CN107656768B
CN107656768B CN201710826070.6A CN201710826070A CN107656768B CN 107656768 B CN107656768 B CN 107656768B CN 201710826070 A CN201710826070 A CN 201710826070A CN 107656768 B CN107656768 B CN 107656768B
Authority
CN
China
Prior art keywords
page
jump
client
preset condition
stored
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
CN201710826070.6A
Other languages
Chinese (zh)
Other versions
CN107656768A (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 Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information 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 Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201710826070.6A priority Critical patent/CN107656768B/en
Publication of CN107656768A publication Critical patent/CN107656768A/en
Application granted granted Critical
Publication of CN107656768B publication Critical patent/CN107656768B/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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present disclosure provides a method for controlling page jump, the method comprising: receiving an access request of a first page from a client, wherein the first page is a page stored in a server; judging whether the first page meets a preset condition or not; and if the first page meets the preset condition, controlling the client to display the first page and jump from the first page to a second page, wherein the second page is a page stored in the client. The disclosure also provides a control page jump system and a non-volatile storage medium.

Description

Method and system for controlling page jump
Technical Field
The present disclosure relates to the field of network technologies, and in particular, to a method and a system for controlling page jump.
Background
When a page of a certain service is opened in a mobile Application program (App), the Web page of the service is directly accessed, or the Web page is skipped through an intermediate step and then linked to the Web page of the service, but the Web page is generally skipped to a native page with higher running speed and stronger functions due to the limitations in performance aspects such as running speed, interface design, function modules, operation logic and the like, so as to improve the operation experience of a user at a mobile terminal.
At present, various schemes for jumping from a Web page to a native page are provided in the related art. However, in implementing the embodiments of the present disclosure, the inventors found that there are at least the following problems in the related art: in the process of realizing the jump of the Web page to the native page, the native code of the App needs to be modified or the intermediate jump Web page needs to be modified for multiple times, so that more modification points are needed and the modification points are easy to miss.
In view of the above problems in the related art, no effective solution has been proposed at present.
Disclosure of Invention
In view of this, the present disclosure provides a method and a system for controlling page jump.
One aspect of the present disclosure provides a method for controlling page jump, including: receiving an access request to a first page from a client, wherein the first page is a page stored in a server; judging whether the first page meets a preset condition or not; and if the first page meets the preset condition, controlling the client to display the first page and jump from the first page to a second page, wherein the second page is a page stored in the client.
According to an embodiment of the present disclosure, the first page includes a Web page stored at a server; and/or the second page comprises a native page stored at the client.
According to the embodiment of the disclosure, whether the first page is opened through a client application program is judged; and if the first page is opened through the client application program, determining that the first page meets the preset condition.
According to an embodiment of the present disclosure, determining whether the first page satisfies a preset condition includes: judging whether the second page capable of being used for presenting the content presented by the first page exists or not; and if the second page capable of being used for presenting the content presented by the first page exists, determining that the first page meets the preset condition.
According to an embodiment of the present disclosure, if the first page satisfies the preset condition, controlling the first page to jump to a second page includes: if the first page meets the preset condition, triggering the control logic arranged on the first page to run; and the control logic controls jumping from the first page to the second page when running.
According to an embodiment of the present disclosure, the method further includes: if the first page does not meet the preset condition, determining that the first page is an intermediate jump page, wherein the intermediate jump page is a page stored in the server; and responding to an access request for another page sent by the client through the intermediate jump page, and controlling the client to display the intermediate jump page and jump from the intermediate jump page to the other page.
Another aspect of the present disclosure also provides a system for controlling page jump, including: the system comprises a receiving module, a processing module and a sending module, wherein the receiving module is used for receiving an access request of a client to a first page, and the first page is stored in a server; the judging module is used for judging whether the first page meets a preset condition or not; and a first control module, configured to control the client to display the first page and jump from the first page to a second page when the first page meets the preset condition, where the second page is a page stored in the client.
According to an embodiment of the present disclosure, the first page includes a Web page stored at a server; and/or the second page comprises a native page stored at the client.
According to an embodiment of the present disclosure, the determining module includes: a first judging unit, configured to judge whether the first page is opened by a client application; and a first determining unit configured to determine that the first page satisfies the preset condition when the first page is opened by the client application.
According to an embodiment of the present disclosure, the determining module includes: a second determination unit configured to determine whether or not there is the second page that can be used to present the content presented by the first page; and a second determining unit configured to determine that the first page satisfies the preset condition when there is the second page that can be used to present the content presented by the first page.
According to an embodiment of the present disclosure, the control module includes: the trigger unit is used for triggering the control logic arranged on the first page to run under the condition that the first page meets the preset condition; and a control unit for controlling jumping from the first page to the second page when the control logic is running.
According to an embodiment of the present disclosure, the above system further includes: a determining module, configured to determine that the first page is an intermediate jump page when the first page does not meet the preset condition, where the intermediate jump page is a page stored at the server; and the second control module is used for responding to an access request for another page sent by the client through the intermediate jump page, controlling the client to display the intermediate jump page and jump from the intermediate jump page to the other page.
Yet another aspect of the present disclosure provides a non-volatile storage medium storing computer-executable instructions for implementing any of the above-described methods of controlling page jumps when executed by a processor.
Another aspect of the present disclosure also provides a system for controlling page jump, including: a memory for storing computer executable instructions; and a processor for executing the instructions to implement any of the above methods of controlling page jumps.
According to the embodiment of the disclosure, in the process of realizing the jump from the Web page to the native page, after receiving the orientation request to the Web page from the client, whether the Web page meets the preset condition is judged, and under the condition that the Web page meets the preset condition, the jump from the Web page to the native page is controlled, so that the technical problem that the native code is modified or the intermediate jump Web page is modified for multiple times in the process of realizing the jump from the Web page to the native page by the scheme provided by the related technology can be at least partially overcome, and therefore, the technical effect of improving the operation experience of the user at the mobile terminal can be realized.
Drawings
The above and other objects, features and advantages of the present disclosure will become more apparent from the following description of embodiments of the present disclosure with reference to the accompanying drawings, in which:
FIG. 1 schematically illustrates an exemplary system architecture to which a method of controlling page hopping and a system thereof may be applied, according to an embodiment of the present disclosure;
FIG. 2 schematically illustrates a flow chart of a method of controlling page hopping according to an embodiment of the present disclosure;
FIG. 3A schematically shows a flowchart of determining whether a first page satisfies a preset condition according to an embodiment of the disclosure;
FIG. 3B schematically shows a flowchart of determining whether a first page satisfies a preset condition according to another embodiment of the present disclosure;
FIG. 3C is a flowchart schematically illustrating controlling the first page to jump to the second page when a preset condition is satisfied on the first page according to an embodiment of the present disclosure;
FIG. 3D schematically illustrates a flow diagram for controlling page hopping according to another embodiment of the present disclosure;
FIG. 4 schematically illustrates a block diagram of a system for controlling page hopping according to an embodiment of the present disclosure;
FIG. 5A schematically illustrates a block diagram of a determination module according to an embodiment of the disclosure;
FIG. 5B schematically illustrates a block diagram of a determination module according to another embodiment of the present disclosure;
FIG. 5C schematically illustrates a block diagram of a control module according to an embodiment of the disclosure;
FIG. 5D schematically illustrates a block diagram of a system that controls page hopping, according to another embodiment of the present disclosure; and
FIG. 6 schematically illustrates a block diagram of a computer system suitable for implementing a method of controlling page hopping and a system thereof to which embodiments of the present disclosure are applied.
Detailed Description
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is illustrative only and is not intended to limit the scope of the present disclosure. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present disclosure.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. The words "a", "an" and "the" and the like as used herein are also intended to include the meanings of "a plurality" and "the" unless the context clearly dictates otherwise. Furthermore, the terms "comprises," "comprising," and the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It is noted that the terms used herein should be interpreted as having a meaning that is consistent with the context of this specification and should not be interpreted in an idealized or overly formal sense.
The embodiment of the disclosure provides a method and a system for controlling page jump. The method comprises the steps of receiving an access request of a first page from a client, wherein the first page is a page stored in a server; judging whether the first page meets a preset condition or not; and if the first page meets the preset condition, controlling the client to display the first page and jump from the first page to a second page, wherein the second page is a page stored in the client.
Fig. 1 schematically illustrates an exemplary system architecture to which a method of controlling page hopping and a system thereof may be applied according to an embodiment of the present disclosure.
As shown in fig. 1, the system architecture 100 according to this embodiment may include terminal devices 101, 102, 103, a network 104 and a server 105. The network 104 serves as a medium for providing communication links between the terminal devices 101, 102, 103 and the server 105. Network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal devices 101, 102, 103 to interact with the server 105 via the network 104 to receive or send messages or the like. Various communication client applications, such as a shopping application, a web browser application, a search application, an instant messaging tool, a mailbox client, social platform software, etc., may be installed on the terminal devices 101, 102, and 103, and are not described herein again.
The terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 105 may be a server providing various services, such as a background management server (for example only) providing support for websites browsed by users using the terminal devices 101, 102, 103. The background management server may analyze and perform other processing on the received data such as the user request, and feed back a processing result (e.g., a webpage, information, or data obtained or generated according to the user request) to the terminal device.
It should be noted that the method for controlling page jump provided by the embodiment of the present disclosure may be generally executed by the server 105. Accordingly, the system for controlling page hopping provided by the embodiments of the present disclosure may be generally disposed in the server 105. The method for controlling page jump provided by the embodiment of the present disclosure may also be executed by a server or a server cluster different from the server 105 and capable of communicating with the terminal devices 101, 102, 103 and/or the server 105. Accordingly, the system for controlling page jump provided by the embodiment of the present disclosure may also be disposed in a server or a server cluster different from the server 105 and capable of communicating with the terminal devices 101, 102, 103 and/or the server 105.
For example, after receiving an access request for a Web page from a client, the server 105 determines whether the Web page satisfies a preset condition, and controls the Web page to jump to a native page if the Web page satisfies the preset condition.
It should be understood that the number of terminal devices, networks, and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
It is common practice to embed Web pages in large internet applications. A plurality of new business or activity pages are realized by Web pages in an application program of a client, and then the Web pages are gradually subjected to original biochemistry according to the feedback of a user. When a user opens a page of a certain service in a mobile application program, the user can directly access the Web page of the service, or the user can jump to the Web page of the service through one or more intermediate jumping Web pages, then link to the Web page of the service and finally jump to the original page of the service A. The specific process of the intermediate jump Web page jumping to the A service native page is that on one hand, App modifies the native code to be the jump A service native page, on the other hand, the intermediate jump Web page jumps to the A service native page by modifying a Uniform Resource identifier (URL) of the intermediate jump Web page to be a deep link (DeepLink URL) of a mobile terminal of the A service native page, namely, a modification point relates to an App terminal and a service terminal, and multiple jumps make the Web page replaced with the native page very complicated due to the fact that the modification points are many and the Web page is easy to miss.
Fig. 2 schematically shows a flowchart of a method of controlling page hopping according to an embodiment of the present disclosure.
As shown in fig. 2, the method may include operations S201 to S203, in which:
in operation S201, an access request for a first page from a client is received, where the first page is a page stored on a server.
It should be noted that the client is an electronic device that can install various mobile applications, where the electronic device includes, but is not limited to, a smart phone, a tablet computer, a laptop computer, and the like, and the mobile applications include, but is not limited to, various communication client applications, such as a shopping application, a search application, an instant messaging tool, a mailbox client, social platform software, and the like.
The first page may include, but is not limited to, a detail page of a certain commodity that the user wants to open, or may be an intermediate jump page to the detail page of the certain commodity, where the intermediate jump page may have one or more divided pages, and the intermediate jump page jumps step by step to an intermediate jump page next to the page and finally jumps to the detail page of the certain commodity, for example, when the user wants to open the detail page of a certain brand of mobile phone through a client application program such as a shopping App, if a category related to the certain brand of mobile phone is displayed on a current page of the shopping App, the user may directly access the detail page of the certain brand of mobile phone, if the page of the certain brand of mobile phone is not displayed on the current page of the shopping App, the user may finally access the detail page of the certain brand of mobile phone through other intermediate jump pages, such as a page of a mobile phone category or a page of an apple mobile phone category, and so on, the page of the mobile phone category and/or the page of the apple mobile phone category are both intermediate jump pages of the detailed page of a certain brand of mobile phone.
The first page may have multiple access modes, for example, the first page may be accessed through a browser, or the first page may be accessed through a client App, which is not limited herein.
The server may be a server that provides various services, such as a background management server (for example only) that provides support for websites browsed by users using clients. The background management server may analyze and perform other processing on the received data such as the user request, and feed back a processing result (e.g., a webpage, information, or data obtained or generated according to the user request) to the terminal device.
In operation S202, it is determined whether the first page satisfies a preset condition.
It should be noted that, after receiving an access request from the client for the first page, the first page is determined to see whether the first page meets a preset condition.
The preset condition is used to determine whether to jump to the first page, where the preset condition may be an opening manner of the first page, or whether the first page has a second page capable of presenting the content presented by the first page, and the like, and is not limited herein.
In operation S203, if the first page meets the preset condition, the client is controlled to display the first page and jump from the first page to a second page, where the second page is a page stored in the client.
It should be noted that, when the first page meets the preset condition, the client is controlled to display the first page stored in the server and jump from the first page to the second page stored in the client.
Through the embodiment of the disclosure, whether the first page meets the preset condition or not is judged, and under the condition that the first preset condition is met, the technical scheme that the first page is jumped to the second page is adopted, so that the technical problems that whether the first page meets the preset condition or not is not required to be judged, the native code of the client is modified or the intermediate jump first page is modified for multiple times, and the scheme with more modification points and easiness in omission is caused in the process of realizing the jump of the first page to the second page provided by the related technology can be at least partially solved.
According to an embodiment of the present disclosure, the first page includes a Web page stored at the server side; and/or the second page comprises a native page stored at the client.
It should be noted that the first page may include, but is not limited to, a Web page stored at the server side, and the Web page is a file organized according to the HTML format on the world wide Web. When information is queried via the world wide web, it appears as an information page, which may include information such as graphics, text, sound, and video.
The native pages may include, but are not limited to, native pages stored at the client, a native page being a specific page of the Web page within the client application software, a native page of an application corresponding to a client of a different system.
Compared with a Web page, the native page has higher running speed, can use the stratum functions of electronic equipment, such as a camera, a direction sensor, a gravity sensor, dialing, a GPS, voice, short messages, Bluetooth and the like, is easier to realize the convenience and comfort of a mobile application program in the aspects of interface design, functional modules, operation logic and the like compared with the Web, and has stronger functions.
The client side can access the Web page through a specific component, for example, the detail page of a certain commodity can be accessed through the WebView component, and the intermediate jump page of the certain commodity can also be accessed through the WebView component and then linked to the detail page of the certain commodity.
A URI is a compact representation of the location and access method to a resource available from the internet, and is the address of a standard resource on the internet. Each file on the internet has a unique URL that contains information indicating the location of the file and how the browser should handle it.
The method comprises the steps that a developer can link to a specific page in an application program through deep link (deep link) of a mobile terminal, a user can be accurately taken to the specific page in an App through a special link at the mobile terminal just like Web through the deep link, the operation experience of the user at the mobile terminal is improved, the difference between the method that the user arrives at the Web page through a URI mode and the method that the App uses the matched URI to configure the page is different, and the URI triggering the deep link in different operation systems is different.
The URI of the Web page and the URI in the App can have a corresponding relation, so that the jump from the Web page to the original page can be realized through the Deeplink.
Through the embodiment of the disclosure, whether the first page meets the preset condition or not is judged, and under the condition that the first preset condition is met, the technical scheme that the first page is jumped to the second page is adopted, so that the technical problems that whether the first page meets the preset condition or not is not required to be judged, the native code of the client is modified or the intermediate jump first page is modified for multiple times, and the scheme with more modification points and easiness in omission is caused in the process of realizing the jump of the first page to the second page provided by the related technology can be at least partially solved.
Fig. 3A schematically shows a flowchart of determining whether the first page satisfies a preset condition according to an embodiment of the present disclosure.
As shown in fig. 3A, the method may include operations S301 to S302, in which:
in operation S301, it is determined whether the first page is opened by the client application.
In operation S302, if the first page is opened by the client application, it is determined that the first page satisfies a preset condition.
It should be noted that there are various opening manners of the first page, which may be opened by an application program of the client or by a browser, and when the first page is opened by the application program of the client, it is determined that the first page satisfies the preset condition, and when the first page is opened by a manner other than the application program of the client, it is determined that the first page does not satisfy the preset condition.
According to the embodiment of the disclosure, when the judgment result shows that the first page is opened through the client application program, the first page is determined to meet the preset condition, the first judgment that the first page jumps to the second page is realized, and the accuracy of controlling the page jump can be improved.
Fig. 3B schematically shows a flowchart of determining whether the first page satisfies a preset condition according to another embodiment of the present disclosure.
As shown in fig. 3B, the method may include operations S303 to S304, in which:
in operation S303, it is determined whether there is a second page that can be used to present the content presented by the first page.
In operation S304, if there is a second page that can be used to present the content presented by the first page, it is determined that the first page satisfies a preset condition.
It should be noted that the second page is a page stored in the client, the second page is used for presenting the content presented by the first page, and the content on the second page may be completely the same as or not completely the same as the content on the first page, and is related to client application programs of different systems, which is not limited herein.
Thus, there may or may not be a second page of the first page that can be used to present the content presented by the first page. When there is a second page that can be used to present content presented by the first page, it is determined that the first page satisfies a preset condition.
According to the embodiment of the disclosure, when the judgment result shows that the second page capable of presenting the content presented by the first page exists, the first page is determined to meet the preset condition, the second judgment that the first page jumps to the second page is realized, and the accuracy of controlling the page jumping can be further improved.
Fig. 3C schematically shows a flowchart for controlling the first page to jump to the second page when the preset condition is satisfied on the first page according to an embodiment of the present disclosure.
As shown in fig. 3C, the method may include operations S305 to S306, in which:
in operation S305, if the first page satisfies a preset condition, the control logic set on the first page is triggered to run.
In operation S306, the control logic runtime controls a jump from the first page to the second page.
It should be noted that, when the first page is opened through the client application program, there is a second page that can be used for presenting the content presented by the first page, and it is determined that the first page meets the preset condition, the control logic set on the first page is triggered to run, and the first page is controlled to jump to the second page.
The control logic is arranged on the first page, and when it is judged that the first page is opened in the client App and a second page capable of presenting the content presented by the first page exists, automatic skipping of the native page is realized through the control logic, for example, skipping from a Web page to the native page can be realized through a Deeplink technology, and details related to the Deeplink technology are not repeated herein.
In the related technology, when the intermediate jump Web page jumps to the native page, the client native code needs to be modified to jump to the native page, and the intermediate jump Web page modifies the URI to be the Deeplink URI of the native page and jumps to the second page.
According to the embodiment of the disclosure, under the condition that the first page is judged to meet the preset jump condition, the control logic is used for realizing automatic jump of the original page, the client and the server are not required to be modified, and the technical problems that the jump is complex and errors are easy to occur due to modification of the client and the server in the related technology are at least partially overcome.
FIG. 3D schematically illustrates a flow diagram for controlling page hopping according to another embodiment of the present disclosure.
As shown in fig. 3D, the method may further include operations S307 to S308, in which:
in operation S307, if the first page does not satisfy the preset condition, it is determined that the first page is an intermediate jump page, where the intermediate jump page is a page stored at the server.
In operation S308, in response to an access request for another page from the client and issued through the intermediate jump page, the client is controlled to display the intermediate jump page and jump from the intermediate jump page to another page stored in the server.
It should be noted that if the first page is not opened through the application program of the client and there is no second page that can be used for presenting the content presented by the first page, it is determined that the first page is an intermediate jump page, and the intermediate jump Web page may finally jump to a detailed page of a certain commodity. And controlling the intermediate jump Web page to jump to other pages at the server end, wherein the other pages can be the next-level intermediate jump Web page or a detail page of a certain commodity, and are not limited herein. For example, when the first page is the intermediate jump Web page, the original page of the detail page of a certain commodity is not jumped to, but the intermediate jump Web page at the next stage of the jump Web page or the detail page of the certain commodity is jumped to without modifying the URI of the intermediate jump Web page to be the Deeplink URI of the detail page of the certain commodity.
In the related technology, when the intermediate jump Web page jumps to the native page, the client native code needs to be modified to jump to the native page, and the intermediate jump Web page modifies the URI to be the Deeplink URI of the native page and jumps to the second page.
According to the embodiment of the disclosure, the intermediate jump Web page is jumped to the original page without modifying the client and the server, but the first page is jumped to the intermediate jump page of the next level or the detailed page of a certain commodity under the condition that the first page is judged not to meet the preset jump condition, so that the technical problems of complicated jump and error proneness caused by modifying the client and the server in the related technology are at least partially overcome.
FIG. 4 schematically shows a block diagram of a system for controlling page hopping according to an embodiment of the present disclosure.
As shown in fig. 4, the system 400 for controlling page jump may include a receiving module 401, a determining module 402, and a first controlling module 402.
The receiving module 401 is configured to receive an access request from a client for a first page, where the first page is a page stored at a server.
It should be noted that the client is an electronic device that can install various mobile applications, where the electronic device includes, but is not limited to, a smart phone, a tablet computer, a laptop computer, and the like, and the mobile applications include, but is not limited to, various communication client applications, such as a shopping application, a search application, an instant messaging tool, a mailbox client, social platform software, and the like.
The first page may include, but is not limited to, a detail page of a certain commodity that the user wants to open, or may be an intermediate jump page to the detail page of the certain commodity, where the intermediate jump page may have one or more divided pages, and the intermediate jump page jumps step by step to an intermediate jump page next to the page and finally jumps to the detail page of the certain commodity, for example, when the user wants to open the detail page of a certain brand of mobile phone through a client application program such as a shopping App, if a category related to the certain brand of mobile phone is displayed on a current page of the shopping App, the user may directly access the detail page of the certain brand of mobile phone, if the page of the certain brand of mobile phone is not displayed on the current page of the shopping App, the user may finally access the detail page of the certain brand of mobile phone through other intermediate jump pages, such as a page of a mobile phone category or a page of an apple mobile phone category, and so on, the page of the mobile phone category and/or the page of the apple mobile phone category are both intermediate jump pages of the detailed page of a certain brand of mobile phone.
The first page may have multiple access modes, for example, the first page may be accessed through a browser, or the first page may be accessed through a client App, which is not limited herein.
The server may be a server that provides various services, such as a background management server (for example only) that provides support for websites browsed by users using clients. The background management server may analyze and perform other processing on the received data such as the user request, and feed back a processing result (e.g., a webpage, information, or data obtained or generated according to the user request) to the terminal device.
The determining module 402 is configured to determine whether the first page meets a preset condition.
It should be noted that, after receiving an access request from the client for the first page, the first page is determined to see whether the first page meets a preset condition.
The preset condition is used to determine whether to jump to the first page, where the preset condition may be an opening manner of the first page, or whether the first page has a second page capable of presenting the content presented by the first page, and the like, and is not limited herein.
The first control module 403 is configured to control the client to display the first page and jump from the first page to a second page when the first page meets a preset condition, where the second page is a page stored in the client.
It should be noted that, when the first page meets the preset condition, the client is controlled to display the first page stored in the server and jump from the first page to the second page stored in the client.
Through the embodiment of the disclosure, whether the first page meets the preset condition or not is judged, and under the condition that the first preset condition is met, the technical scheme that the first page is jumped to the second page is adopted, so that the technical problems that whether the first page meets the preset condition or not is not required to be judged, the native code of the client is modified or the intermediate jump first page is modified for multiple times, and the scheme with more modification points and easiness in omission is caused in the process of realizing the jump of the first page to the second page provided by the related technology can be at least partially solved.
According to an embodiment of the present disclosure, the first page includes a Web page stored at the server side; and/or the second page comprises a native page stored at the client.
It should be noted that the first page may include, but is not limited to, a Web page stored at the server side, and the Web page is a file organized according to the HTML format on the world wide Web. When information is queried via the world wide web, it appears as an information page, which may include information such as graphics, text, sound, and video.
The native pages may include, but are not limited to, native pages stored at the client, a native page being a specific page of the Web page within the client application software, a native page of an application corresponding to a client of a different system.
Compared with a Web page, the native page has higher running speed, can use the stratum functions of electronic equipment, such as a camera, a direction sensor, a gravity sensor, dialing, a GPS, voice, short messages, Bluetooth and the like, is easier to realize the convenience and comfort of a mobile application program in the aspects of interface design, functional modules, operation logic and the like compared with the Web, and has stronger functions.
The client side can access the Web page through a specific component, for example, the detail page of a certain commodity can be accessed through the WebView component, and the intermediate jump page of the certain commodity can also be accessed through the WebView component and then linked to the detail page of the certain commodity.
A URI is a compact representation of the location and access method to a resource available from the internet, and is the address of a standard resource on the internet. Each file on the internet has a unique URL that contains information indicating the location of the file and how the browser should handle it.
The method comprises the steps that a developer can link to a specific page in an application program through deep link (deep link) of a mobile terminal, a user can be accurately taken to the specific page in an App through a special link at the mobile terminal just like Web through the deep link, the operation experience of the user at the mobile terminal is improved, the difference between the method that the user arrives at the Web page through a URI mode and the method that the App uses the matched URI to configure the page is different, and the URI triggering the deep link in different operation systems is different.
The URI of the Web page and the URI in the App can have a corresponding relation, so that the jump from the Web page to the original page can be realized through the Deeplink.
Through the embodiment of the disclosure, whether the first page meets the preset condition or not is judged, and under the condition that the first preset condition is met, the technical scheme that the first page is jumped to the second page is adopted, so that the technical problems that whether the first page meets the preset condition or not is not required to be judged, the native code of the client is modified or the intermediate jump first page is modified for multiple times, and the scheme with more modification points and easiness in omission is caused in the process of realizing the jump of the first page to the second page provided by the related technology can be at least partially solved.
Fig. 5A schematically illustrates a block diagram of a determination module according to an embodiment of the disclosure.
As shown in fig. 5A, the determining module 402 may include a first determining unit 501 and a first determining unit 502.
The first judging unit 501 is configured to judge whether the first page is opened by the client application.
The first determination unit 502 is configured to determine that the first page satisfies a preset condition if the first page is opened by the client application.
It should be noted that there are various opening manners of the first page, which may be opened by an application program of the client or by a browser, and when the first page is opened by the application program of the client, it is determined that the first page satisfies the preset condition, and when the first page is opened by a manner other than the application program of the client, it is determined that the first page does not satisfy the preset condition.
According to the embodiment of the disclosure, when the judgment result shows that the first page is opened through the client application program, the first page is determined to meet the preset condition, the first judgment that the first page jumps to the second page is realized, and the accuracy of controlling the page jump can be improved.
Fig. 5B schematically illustrates a block diagram of a determination module according to another embodiment of the present disclosure.
As shown in fig. 5B, the determining module 402 may further include a second determining unit 503 and a second determining unit 504.
The second determination unit 503 is configured to determine whether the first page is opened by the client application.
The second determination unit 504 is configured to determine that the first page satisfies a preset condition if the first page is opened by the client application.
It should be noted that the second page is a page stored in the client, the second page is used for presenting the content presented by the first page, and the content on the second page may be completely the same as or not completely the same as the content on the first page, and is related to client application programs of different systems, which is not limited herein.
Thus, there may or may not be a second page of the first page that can be used to present the content presented by the first page. When there is a second page that can be used to present content presented by the first page, it is determined that the first page satisfies a preset condition.
According to the embodiment of the disclosure, when the judgment result shows that the second page capable of presenting the content presented by the first page exists, the first page is determined to meet the preset condition, the second judgment that the first page jumps to the second page is realized, and the accuracy of controlling the page jumping can be further improved.
FIG. 5C schematically shows a block diagram of a control module according to an embodiment of the disclosure.
As shown in fig. 5C, the control module 403 may further include a trigger unit 505 and a control unit 506.
The triggering unit 505 is configured to trigger the control logic set on the first page to run if the first page satisfies a preset condition.
The control unit 506 is used to control the jump from the first page to the second page when the control logic is running.
It should be noted that, when the first page is opened through the client application program, there is a second page that can be used for presenting the content presented by the first page, and it is determined that the first page meets the preset condition, the control logic set on the first page is triggered to run, and the first page is controlled to jump to the second page.
The control logic is arranged on the first page, and when it is judged that the first page is opened in the client App and a second page capable of presenting the content presented by the first page exists, automatic skipping of the native page is realized through the control logic, for example, skipping from a Web page to the native page can be realized through a Deeplink technology, and details related to the Deeplink technology are not repeated herein.
In the related technology, when the intermediate jump Web page jumps to the native page, the client native code needs to be modified to jump to the native page, and the intermediate jump Web page modifies the URI to be the Deeplink URI of the native page and jumps to the second page.
According to the embodiment of the disclosure, under the condition that the first page is judged to meet the preset jump condition, the control logic is used for realizing automatic jump of the original page, the client and the server are not required to be modified, and the technical problems that the jump is complex and errors are easy to occur due to modification of the client and the server in the related technology are at least partially overcome.
FIG. 5D schematically illustrates a block diagram of a system that controls page hopping, according to another embodiment of the disclosure.
As shown in fig. 5D, the system 400 for controlling page jump may further include a determination module 507 and a second control module 508.
The determining module 507 is configured to determine that the first page is an intermediate jump page when the first page does not meet a preset condition, where the intermediate jump page is a page stored at a server.
The second control module 508 is configured to, in response to an access request for another page from the client and sent through the intermediate jump page, control the client to display the intermediate jump page and jump from the intermediate jump page to the another page.
It should be noted that if the first page is not opened through the application program of the client and there is no second page that can be used for presenting the content presented by the first page, it is determined that the first page is an intermediate jump page, and the intermediate jump Web page may finally jump to a detailed page of a certain commodity. And controlling the intermediate jump Web page to jump to other pages at the server end, wherein the other pages can be the next-level intermediate jump Web page or a detail page of a certain commodity, and are not limited herein. For example, when the first page is the intermediate jump Web page, the original page of the detail page of a certain commodity is not jumped to, but the intermediate jump Web page at the next stage of the jump Web page or the detail page of the certain commodity is jumped to without modifying the URI of the intermediate jump Web page to be the Deeplink URI of the detail page of the certain commodity.
In the related technology, when the intermediate jump Web page jumps to the native page, the client native code needs to be modified to jump to the native page, and the intermediate jump Web page modifies the URI to be the Deeplink URI of the native page and jumps to the second page.
According to the embodiment of the disclosure, the intermediate jump Web page is jumped to the original page without modifying the client and the server, but the first page is jumped to the intermediate jump page of the next level or the detailed page of a certain commodity under the condition that the first page is judged not to meet the preset jump condition, so that the technical problems of complicated jump and error proneness caused by modifying the client and the server in the related technology are at least partially overcome.
It should be noted that the method for controlling page jump in the embodiment of the present disclosure corresponds to the system for controlling page jump, and for the description of the system for controlling page jump, reference may be made to the description of the method for controlling page jump in the embodiment of the present disclosure, and details are not described here again.
According to an embodiment of the present disclosure, there is provided a non-volatile storage medium storing computer-executable instructions for implementing the method of controlling page jumping as above when executed by a processor.
According to an embodiment of the present disclosure, there is provided a system for controlling page jump, including: a memory for storing computer executable instructions; and a processor for executing instructions to implement the method of controlling page jumps as above.
FIG. 6 schematically illustrates a block diagram of a computer system suitable for implementing a method of controlling page hopping and a system thereof to which embodiments of the present disclosure are applied. The computer system illustrated in FIG. 6 is only one example and should not impose any limitations on the scope of use or functionality of embodiments of the disclosure.
As shown in fig. 6, a computer system 600 according to an embodiment of the present disclosure includes a processor 601, which can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage section 608 into a Random Access Memory (RAM) 603. Processor 601 may include, for example, a general purpose microprocessor (e.g., a CPU), an instruction set processor and/or associated chipset, and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), among others. The processor 601 may also include onboard memory for caching purposes. Processor 601 may include a single processing unit or multiple processing units for performing the different actions of the method flows described with reference to fig. 2-3D in accordance with embodiments of the present disclosure.
In the RAM 603, various programs and data necessary for the operation of the system 600 are stored. The processor 601, the ROM 602, and the RAM 603 are connected to each other via a bus 604. The processor 601 performs various operations of the data processing described above with reference to fig. 2 to 3D by executing programs in the ROM 602 and/or the RAM 603. It is to be noted that the program may also be stored in one or more memories other than the ROM 602 and the RAM 603. The processor 601 may also perform the various operations of controlling page hopping described above with reference to fig. 2-3D by executing programs stored in one or more memories.
According to an embodiment of the present disclosure, system 600 may also include an input/output (I/O) interface 605, input/output (I/O) interface 605 also connected to bus 604. The system 600 may also include one or more of the following components connected to the I/O interface 605: an input portion 606 including a keyboard, a mouse, and the like; an output portion 607 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 608 including a hard disk and the like; and a communication section 609 including a network interface card such as a LAN card, a modem, or the like. The communication section 609 performs communication processing via a network such as the internet. The driver 610 is also connected to the I/O interface 605 as needed. A removable medium 611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 610 as necessary, so that a computer program read out therefrom is mounted in the storage section 608 as necessary.
According to an embodiment of the present disclosure, the method described above with reference to the flow chart may be implemented as a computer software program. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 609, and/or installed from the removable medium 611. The computer program, when executed by the processor 601, performs the above-described functions defined in the system of the embodiments of the present disclosure. The systems, devices, apparatuses, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the present disclosure.
It should be noted that the computer readable media shown in the present disclosure may be computer readable signal media or computer readable storage media or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer-readable signal medium may include a propagated data signal with computer-readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing. According to embodiments of the present disclosure, a computer-readable medium may include the ROM 602 and/or RAM 603 described above and/or one or more memories other than the ROM 602 and RAM 603.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
As another aspect, the present disclosure also provides a computer-readable medium, which may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to perform any of the above-described methods of controlling page hopping.
The embodiments of the present disclosure have been described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the present disclosure. Although the embodiments are described separately above, this does not mean that the measures in the embodiments cannot be used in advantageous combination. The scope of the disclosure is defined by the appended claims and equivalents thereof. Various alternatives and modifications can be devised by those skilled in the art without departing from the scope of the present disclosure, and such alternatives and modifications are intended to be within the scope of the present disclosure.

Claims (10)

1. A method of controlling page hopping, comprising:
receiving an access request of a first page from a client, wherein the first page is a page stored in a server;
judging whether the first page meets a preset condition or not; and
if the first page meets the preset condition, controlling the client to display the first page and jump from the first page to a second page, wherein the second page is a page stored in the client,
judging whether the first page meets a preset condition comprises judging whether the first page is opened through a client application program, if so, determining that the first page meets the preset condition, or
The judging whether the first page meets a preset condition comprises judging whether a second page capable of presenting the content presented by the first page exists, and if so, determining that the first page meets the preset condition.
2. The method of claim 1, wherein:
the first page comprises a Web page stored at a server end; and/or
The second page comprises a native page stored at the client.
3. The method of claim 1, wherein controlling the first page to jump to a second page if the first page satisfies the preset condition comprises:
if the first page meets the preset condition, triggering control logic arranged on the first page to run; and
the control logic is operable to control a jump from the first page to the second page.
4. The method of claim 1, wherein the method further comprises:
if the first page does not meet the preset condition, determining that the first page is an intermediate jump page, wherein the intermediate jump page is a page stored in the server; and
and controlling the intermediate jump page to jump to other pages stored in the server side.
5. A system for controlling page jumps, comprising:
the system comprises a receiving module, a processing module and a sending module, wherein the receiving module is used for receiving an access request of a client to a first page, and the first page is stored in a server;
the judging module is used for judging whether the first page meets a preset condition or not; and
a first control module, configured to control the client to display the first page and jump from the first page to a second page when the first page meets the preset condition, where the second page is a page stored in the client, and the first page is a page of the client,
the judging module comprises: a first judging unit operable to judge whether or not the first page is opened by the client application, and a first determining unit operable to determine that the first page satisfies the preset condition, or
The judging module comprises: the second judging unit is used for judging whether a second page capable of being used for presenting the content presented by the first page exists, and the second determining unit is used for determining that the first page meets the preset condition when the second page capable of being used for presenting the content presented by the first page exists.
6. The system of claim 5, wherein:
the first page comprises a Web page stored at a server end; and/or
The second page comprises a native page stored at the client.
7. The system of claim 5, wherein the control module comprises:
the triggering unit is used for triggering the control logic arranged on the first page to run under the condition that the first page meets the preset condition; and
a control unit for controlling jumping from the first page to the second page when the control logic is running.
8. The system of claim 5, wherein the system further comprises:
the determining module is used for determining that the first page is an intermediate jump page under the condition that the first page does not meet the preset condition, wherein the intermediate jump page is a page stored at the server end; and
and the second control module is used for controlling the intermediate jump page to jump to other pages stored at the server end.
9. A non-volatile storage medium storing computer-executable instructions for implementing the control page jump method of any one of claims 1 to 4 when executed by a processor.
10. A system for controlling page jumps, comprising:
a memory for storing computer executable instructions; and
a processor for executing the instructions to implement the control page jump method of any of claims 1 to 4.
CN201710826070.6A 2017-09-13 2017-09-13 Method and system for controlling page jump Active CN107656768B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710826070.6A CN107656768B (en) 2017-09-13 2017-09-13 Method and system for controlling page jump

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710826070.6A CN107656768B (en) 2017-09-13 2017-09-13 Method and system for controlling page jump

Publications (2)

Publication Number Publication Date
CN107656768A CN107656768A (en) 2018-02-02
CN107656768B true CN107656768B (en) 2021-01-26

Family

ID=61130500

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710826070.6A Active CN107656768B (en) 2017-09-13 2017-09-13 Method and system for controlling page jump

Country Status (1)

Country Link
CN (1) CN107656768B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108415782A (en) * 2018-02-23 2018-08-17 携程旅游网络技术(上海)有限公司 Control communication means, device, electronic equipment, the storage medium of application program
CN109032688A (en) * 2018-06-11 2018-12-18 新疆玖富万卡信息技术有限公司 page jump and control method and device
CN110839009B (en) * 2018-08-17 2023-01-31 阿里巴巴集团控股有限公司 Network access request processing method, device and system and electronic equipment
CN110895592B (en) * 2018-08-22 2023-03-17 北京字节跳动网络技术有限公司 Link starting method, device, equipment and medium on mobile terminal
CN109302388B (en) * 2018-09-19 2022-07-15 平安科技(深圳)有限公司 Access right filtering method, system, computer device and storage medium
CN109918153B (en) * 2019-03-18 2022-05-27 北京信息科技大学 Page opening method and device and page content retrieval method and device
CN110716867B (en) * 2019-09-12 2023-06-20 卓米私人有限公司 Method, device and equipment for detecting multi-page jump pressure
CN111984356B (en) * 2020-08-24 2023-08-15 腾讯科技(上海)有限公司 Page jump method, device, computer equipment and storage medium
CN113641936B (en) * 2021-08-12 2023-08-11 百度在线网络技术(北京)有限公司 Method, device, electronic equipment and storage medium for page skip

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105138340A (en) * 2015-09-15 2015-12-09 北京齐尔布莱特科技有限公司 Interaction method and system for Native and Web pages
CN105426224A (en) * 2015-12-28 2016-03-23 上海银天下科技有限公司 Method and device for opening web pages in application program
CN106445583A (en) * 2016-08-31 2017-02-22 广州品唯软件有限公司 Page display method, equipment and system
CN106815276A (en) * 2015-11-27 2017-06-09 阿里巴巴集团控股有限公司 Method for page jump and device
CN107025221A (en) * 2016-01-29 2017-08-08 五八同城信息技术有限公司 Two-dimensional code scanning redirects processing method and processing device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101571857A (en) * 2008-04-29 2009-11-04 国际商业机器公司 Method and device for resource transmission
CN106469151B (en) * 2015-08-14 2022-02-11 腾讯科技(深圳)有限公司 Application service information correlation method, application correlation platform server and client
CN106598972B (en) * 2015-10-14 2020-05-08 阿里巴巴集团控股有限公司 Information display method and device and intelligent terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105138340A (en) * 2015-09-15 2015-12-09 北京齐尔布莱特科技有限公司 Interaction method and system for Native and Web pages
CN106815276A (en) * 2015-11-27 2017-06-09 阿里巴巴集团控股有限公司 Method for page jump and device
CN105426224A (en) * 2015-12-28 2016-03-23 上海银天下科技有限公司 Method and device for opening web pages in application program
CN107025221A (en) * 2016-01-29 2017-08-08 五八同城信息技术有限公司 Two-dimensional code scanning redirects processing method and processing device
CN106445583A (en) * 2016-08-31 2017-02-22 广州品唯软件有限公司 Page display method, equipment and system

Also Published As

Publication number Publication date
CN107656768A (en) 2018-02-02

Similar Documents

Publication Publication Date Title
CN107656768B (en) Method and system for controlling page jump
CN110046021B (en) Page display method, device, system, equipment and storage medium
KR20200047494A (en) Automatic application updates
US11017152B2 (en) Optimizing loading of web page based on aggregated user preferences for web page elements of web page
KR102132137B1 (en) Custom optimization of web pages
CN107390994B (en) Interface presentation method and device
CN107844324B (en) Client page jump processing method and device
CN109992406B (en) Picture request method, picture request response method and client
US10135910B2 (en) Cross-platform document presentation
CN111488185B (en) Page data processing method, device, electronic equipment and readable medium
US20220043898A1 (en) Methods and apparatuses for acquiring information
CN113434241A (en) Page skipping method and device
CN111580882B (en) Application program starting method, device, computer system and medium
CN104811485A (en) Resource sharing method
CN110618768B (en) Information presentation method and device
CN112558933B (en) Component rendering method and device, readable medium and electronic equipment
CN112965916A (en) Page testing method, page testing device, electronic equipment and readable storage medium
CN110069186B (en) Method and equipment for displaying operation interface of application
CN111580883A (en) Application program starting method, device, computer system and medium
CN110619101B (en) Method and apparatus for processing information
CN110647327A (en) Method and device for dynamic control of user interface based on card
CN113220293B (en) Page display method, page display device, electronic equipment and computer readable medium
CN110622135B (en) System and method for providing content items in situations involving suboptimal network conditions
KR101553539B1 (en) Dynamic link providing method and computer readable storage medium for program therefor
CN109684015B (en) Interface data loading method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant