CN114065084A - Page jump method, device, equipment and storage medium - Google Patents

Page jump method, device, equipment and storage medium Download PDF

Info

Publication number
CN114065084A
CN114065084A CN202010770205.3A CN202010770205A CN114065084A CN 114065084 A CN114065084 A CN 114065084A CN 202010770205 A CN202010770205 A CN 202010770205A CN 114065084 A CN114065084 A CN 114065084A
Authority
CN
China
Prior art keywords
target
link
page
jump
application
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010770205.3A
Other languages
Chinese (zh)
Inventor
李育震
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Yayue Technology Co ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN202010770205.3A priority Critical patent/CN114065084A/en
Publication of CN114065084A publication Critical patent/CN114065084A/en
Pending legal-status Critical Current

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

Landscapes

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

Abstract

The application relates to a page jump method, a device, equipment and a storage medium, wherein the method comprises the following steps: responding to an image identifier identification request, identifying a target image identifier to obtain a transfer page link contained in the target image identifier; starting a built-in browser through the transit page link; analyzing the request parameters in the transit page link based on the built-in browser to obtain a target skip link; analyzing the target jump link, and determining a target application corresponding to the target jump link; and when the target application is detected to be installed, jumping to a target page pointed by the target jump link in the target application based on the built-in browser and the target jump link. The method and the device for page jump can solve the problem that the page jump cannot be carried out due to the fact that the application program cannot directly identify the deeplink, so that the adaptability of the deeplink in the application program is improved, and the user experience is improved.

Description

Page jump method, device, equipment and storage medium
Technical Field
The present application relates to the field of internet communication technologies, and in particular, to a page jump method, apparatus, device, and storage medium.
Background
Deep linking (deeplink) uses uniform resource identifiers to link to a specific location of an application, rather than simply launching the application's home page; specifically, under the condition that the corresponding application program is installed, the specific parameters are transmitted to the application program, so that the internal page of the application program specified by the deeplink is directly opened, and the jump from the link to the internal page of the application program is realized.
In the process of realizing direct jump through the deeplink, some application programs cannot directly identify the deeplink, for example, in the application program a, an internal page of an application program B specified by the deeplink needs to be jumped to according to the deeplink, and since the application program a cannot identify the deeplink, direct jump from the application program a to the application program B cannot be realized, there is a strong need to provide a page jump method which can realize jump by directly identifying the deeplink for a part of the application programs.
Disclosure of Invention
The technical problem to be solved by the application is to provide a page jump method, device, equipment and storage medium, which can solve the problem that page jump cannot be performed due to the fact that an application program cannot directly identify a deeplink, so that the adaptability of the deeplink in the application program is improved, and user experience is improved.
In order to solve the above technical problem, in one aspect, an embodiment of the present application provides a page jump method, where the method includes:
responding to an image identifier identification request, identifying a target image identifier to obtain a transfer page link contained in the target image identifier;
starting a built-in browser through the transit page link;
analyzing the request parameters in the transit page link based on the built-in browser to obtain a target skip link;
analyzing the target jump link, and determining a target application corresponding to the target jump link;
and when the target application is detected to be installed, jumping to a target page pointed by the target jump link in the target application based on the built-in browser and the target jump link.
On the other hand, an embodiment of the present application provides a page jump apparatus, where the apparatus includes:
the image identifier recognition module is used for responding to an image identifier recognition request and recognizing a target image identifier to obtain a transfer page link contained in the target image identifier;
the built-in browser starting module is used for starting a built-in browser through the transit page link;
the parameter analysis module is used for analyzing the request parameters in the transit page link based on the built-in browser to obtain a target skip link;
the target application determining module is used for analyzing the target jump link and determining the target application corresponding to the target jump link;
and the target page jumping module is used for jumping to a target page pointed by the target jumping link in the target application based on the built-in browser and the target jumping link when the target application is detected to be installed.
In another aspect, the present application provides an apparatus, which includes a processor and a memory, where at least one instruction or at least one program is stored in the memory, and the at least one instruction or the at least one program is loaded and executed by the processor to implement the page jump method as described above.
In another aspect, the present application provides a computer storage medium, in which at least one instruction or at least one program is stored, and the at least one instruction or the at least one program is loaded by a processor and executes the page jump method as described above.
The embodiment of the application has the following beneficial effects:
the method comprises the steps of responding to an image identifier identification request, identifying a target image identifier, and obtaining a transfer page link contained in the target image identifier; starting a built-in browser through the identified transit page link; the transfer page link comprises corresponding request parameters, and the request parameters in the transfer page link are analyzed based on a built-in browser to obtain a target jump link; analyzing the target jump link, and determining a target application corresponding to the target jump link; and when the target application is detected to be installed, jumping to a target page pointed by the target jump link in the target application based on the built-in browser and the target jump link. Therefore, the target jump link which needs to be actually jumped is taken as the request parameter of the transfer page link and contained in the transfer page link, so that an application program which cannot directly identify the target jump link and jump can jump to the target page pointed by the target jump link in a mode of starting a built-in browser to transfer; the problem that the application program cannot directly identify the deeplink so that corresponding skipping cannot be achieved is solved, the adaptability of the deeplink in the application program is improved, and the user experience is improved.
Drawings
In order to more clearly illustrate the technical solutions and advantages of the embodiments of the present application or the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a schematic diagram of an implementation environment provided by an embodiment of the present application;
fig. 2 is a flowchart of a page jump method provided in an embodiment of the present application;
FIG. 3 is a flowchart of a method for processing an image identifier recognition request according to an embodiment of the present disclosure;
fig. 4 is a flowchart of an image identifier generating method according to an embodiment of the present application;
fig. 5 is a flowchart of a method for resolving a link of a transfer page according to an embodiment of the present application;
FIG. 6 is a flowchart of another page jump method provided in an embodiment of the present application when a target application is not installed;
FIG. 7 is a flowchart of page jump interaction in a scenario in which a second target APP is installed according to an embodiment of the present application;
FIG. 8 is a flowchart of page jump interaction in a scenario where a second target APP is not installed according to an embodiment of the present application;
FIG. 9 is a schematic diagram of a page jump apparatus according to an embodiment of the present application;
fig. 10 is a schematic structural diagram of an apparatus provided in an embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, the present application will be further described in detail with reference to the accompanying drawings. It is to be understood that the described embodiments are merely a few embodiments of the present application and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application 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 server 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.
Referring to fig. 1, a schematic diagram of an implementation environment provided by an embodiment of the present application is shown, where the implementation environment may include: a mobile terminal 110 and a second application server 120, said mobile terminal 110 and said second application server 120 being capable of data communication over a network. The mobile terminal 110 may have a first application and a second application installed therein.
Specifically, the first application program in the mobile terminal 110 starts a built-in browser of the first application program according to the acquired page link, and analyzes a jump link in the page link, so that the internal page of the second application program specified by the jump link is jumped to based on the built-in browser; the second application in the mobile terminal 110 sends a content request to the second application server 120, so that the second application server 120 returns page content information of the internal page pointed to by the jump link.
The mobile terminal 110 may communicate with the second application Server 120 based on a Browser/Server mode (Browser/Server, B/S) or a Client/Server mode (Client/Server, C/S). The mobile terminal 110 may include: mobile smart devices, such as smart phones, tablet computers, digital assistants, smart wearable devices, and vehicle terminals, may also include software running in physical devices, such as applications. The operating system running on the mobile terminal 110 in the embodiment of the present application may include, but is not limited to, an android system, an IOS system, linux, windows, and the like.
The second application server 120 and the mobile terminal 110 may establish a communication connection wirelessly, and the second application server 120 may include a server operating independently, or a distributed server, or a server cluster composed of multiple servers, where the server may be a cloud server.
In order to solve the problem that in the prior art, an application program cannot directly identify depelink information, so that a first application program cannot directly jump to an internal page of a second application program based on the depelink information, an embodiment of the application provides a page jump method, an execution main body of the method can be a client of the first application program, and the first application program and the second application program in the embodiment of the application can be the same application program or different application programs; when the first application program and the second application program are different application programs, the first application program and the second application program are installed in the same mobile terminal; specifically, referring to fig. 2, a page jump method may include:
s210, responding to the image identification request, identifying the target image identification to obtain a transfer page link contained in the target image identification.
The image identifier in the embodiment of the application may refer to image information which is generated by an image identifier generation terminal based on related preset information and has an identification function; the image identifier generating terminal may specifically refer to a tool client dedicated to generating an image identifier, or another application client integrated with an image identifier generating function.
Specifically, the image identifier may be one of a square two-dimensional code, an annular two-dimensional code, and a barcode, the image identifier may be generalized or forwarded after being generated, and the user may acquire the image identifier in a form of direct acquisition or indirect acquisition, so as to perform subsequent operations based on corresponding information included in the image identifier. Referring to fig. 3, a method for processing an image identifier recognition request is shown, which may include:
and S310, judging whether the scanning recognition operation or the long-press recognition operation on the target image identifier is detected.
When the user directly obtains the image identifier, the image identifier can be directly scanned through a scanning identification function in the application program, and when the user triggers the scanning function in the application program, such as scanning, the application program judges that the scanning identification operation is detected; when the user indirectly obtains the image identifier, for example, the image identifier is obtained through forwarding by other friends or public platform numbers in the application program, and when the user presses the received target image identifier and selects an identification option in the pop-up menu, the application program judges that the long-press identification operation is detected.
S320, when the scanning recognition operation or the long-press recognition operation on the target image identification is detected, the image identification recognition request is determined to be received.
S330, when the image identification request is determined to be received, identifying the target image identification.
When the application program detects that the scanning identification operation or the long-press identification operation of the target image identifier exists, the application program can determine that the image identifier identification request is received; before the target image identifier is identified, acquiring the target image identifier and loading the target image identifier, for example, after a scanning identification operation is detected, starting a camera function of the terminal equipment to acquire and load the target image identifier; and after the long-press recognition operation is detected, acquiring and loading the target image identification of the long press.
In addition, for the generation process of the image identifier, the embodiment of the application provides an image identifier generation method; since the information included in the image identifier in the embodiment of the present application is a link of a transfer page, here, the image identifier is generated based on the link of the transfer page for example, the method may be applied to an image identifier generating terminal, please refer to fig. 4, and the method may include:
and S410, determining a transfer link and a target jump link of the transfer page.
And S420, coding the target jump link, splicing the coded target jump link serving as a request parameter of the transit link at the tail of the transit link, and generating the transit page link.
The data information for generating the image identifier in the embodiment of the present application includes two contents, that is, a transit link of a transit page on the one hand, and a target jump link on the other hand, where the target jump link refers to a link to be actually jumped finally, and the transit link of the transit page only plays a role of a transit aid. The encoding mode used for encoding the target jump link may be url (uniform Resource locator), and after the target link is encoded by the encoding mode, the target link is spliced as a request parameter of the transit link at the tail of the transit link, so as to generate the transit page link.
Before generating the image identifier, basic data information for generating the image identifier needs to be determined, and the basic data information for generating the image identifier in the embodiment of the present application may be a transit page link.
And S430, packaging the transit page link based on an image identifier generation tool to generate the target image identifier.
And the image identifier generation tool takes the transfer page link as basic data information and analyzes and processes the basic data information so as to generate a corresponding image identifier.
And S220, starting a built-in browser through the transit page link.
After the application program identifies the target image identifier, the transfer page link contained in the target image identifier is obtained, so that the application program triggers and awakens a built-in browser in the application program based on the transfer page link.
After the built-in browser is started, jumping to a transfer page pointed by the transfer page link based on the transfer page link and the built-in browser; the transfer page can include description information of a target page pointed by the target jump link, so that a user can know the approximate content of the target page in advance; or the transfer page can also be a blank page, does not contain any information and only plays a transfer role.
And S230, analyzing the request parameters in the transit page link based on the built-in browser to obtain a target jump link.
The process steps of analyzing the link of the transit page are opposite to the process steps of generating the link of the transit page based on the transit link and the target jump link, and specifically refer to fig. 5, which shows a method for analyzing the link of the transit page, and may include:
and S510, extracting the request parameters in the transit page link from the tail part of the transit page link.
S520, decoding the request parameter to obtain the target jump link.
Firstly, analyzing a structure of a transit page link, determining a request parameter of a transit page, and extracting the request parameter; decoding the extracted request parameters to obtain target jump links; accordingly, if URL encoding is used when encoding the target jump link, the decoding method used when decoding the request parameter is URL decoding.
Since the target jump link obtained after the application program decodes the image identifier cannot be directly identified, in the embodiment of the application program, the target jump link is included in the transfer page link, and the corresponding target image identifier is generated based on the transfer page link including the target jump link, so that the application program can identify the transfer page link therein and start the built-in browser after identifying the target image identifier, and the identification of the target jump link can be realized based on the built-in browser.
And S240, analyzing the target jump link, and determining the target application corresponding to the target jump link.
The target jump link in the embodiment of the application may generally include application identification information and specific request information, so that after the target jump link is analyzed, a corresponding target application identification may be determined, and then a corresponding target application may be determined.
S250, when the target application is detected to be installed, jumping to a target page pointed by the target jump link in the target application based on the built-in browser and the target jump link.
After determining the target application, the application program first detects whether the target application is installed in the current terminal device, specifically, detects an application installation situation in the current terminal device by calling a local application program installation interface; since the first application program and the second application program may be the same application program or different application programs, the first application program may correspond to the application program that executes the page jump method in the embodiment of the present application, and the second application program may correspond to the target application.
Determining whether the application identification information of the first application program and the application identification information of the second application program are the same; when the first application program and the second application program are the same application program, the first application program and the second application program are both target application programs, so that the target application programs are installed, and jump from the current page of the first application program to a target page pointed by a target jump link in the first application program through a built-in browser and the target jump link; when the first application program and the second application program are different application programs, whether the second application program is installed in the current terminal equipment is detected, when the second application program is detected to be installed, the target page pointed by the target jump link in the second application program is jumped from the first application program through the built-in browser and the target jump link, and specifically, the jump from the first application program to the second application program can be realized through the jump interface in the first application program.
When the first application and the second application are different applications, there may be a case where it is detected that the second application is not installed, and at this time, the second application needs to be installed first, and then a corresponding jump is implemented, specifically referring to fig. 6, which shows another page jump method when the target application is not installed, where the method may include:
s610, when the target application is detected not to be installed, writing the target jump link into a system clipboard, and downloading an installation package of the target application based on the built-in browser.
When the target application is detected not to be installed, the first application program writes the target jump link into the system clipboard, and meanwhile, the built-in browser determines the downloading source of the target application installation package according to the application identification information of the target application and downloads the corresponding installation package.
S620, when the target application is installed based on the installation package of the target application, the target application is triggered to read the target jump link from a system clipboard, so that the target application jumps to a target page pointed by the target jump link in the target application based on the target jump link.
After the target application is installed, the first application program triggers the target application to read the target jump link from the system clipboard, so that the target application jumps to a target page pointed by the target jump link in the target application based on the target jump link; or after the target application is installed, the target application is opened by the operating user, and after the target application is opened, the target jump link is automatically read from the system clipboard, so that the target page pointed by the target jump link is jumped to.
Based on the content, when the target application is not installed, the target jump link is written into a system clipboard, and meanwhile, a target application installation package is downloaded and installed; when the target application is installed, the target application reads a target jump link from a system clipboard and jumps to a corresponding target page; therefore, different application programs can transmit data through the service of the system clipboard, the problem of fault experience of a user due to the fact that the target application is not installed is solved, and the user experience is improved.
In the above embodiment, when the target application jumps to the target page pointed by the target jump link, the page content information of the target page is pulled from the resource server corresponding to the target application, and is displayed on the user equipment terminal.
A specific implementation process of the present Application is described below with a specific example, where the specific implementation process may include a first target APP (Application) and a second target APP, where the first target APP has a code scanning recognition function, and the first target APP and the second target APP may be the same APP or different APPs; in addition, the target image identifier may be a two-dimensional code, the transit page may be an H5 page, and the target jump link is a deeplink, where H5 is HTML5, HTML is a standard language for describing web pages, and HTML5 is a standard language for describing web pages of the 5 th version; the method mainly comprises the steps that a second target APP scene is installed on the terminal device and the second target APP scene is not installed on the terminal device.
Assume depelink is: weishi:// profileperson _ id ═ xxx;
assume that the transit H5 page links are: http:// url.cn;
therefore, the written data in the two-dimensional code is: http:// url. cnndepalink ═ weishi% 3A% 2F% 2 Fprofile% 3Fperson _ id% 3 Dxxx;
where deeplink is the tail spliced to the http link as a parameter after being encoded by the URL.
For the installed second target APP scenario:
referring to fig. 7, it shows a page jump interaction flowchart in the scenario where the second target APP is installed, and its process includes:
and S710, scanning and identifying the two-dimensional code by the first application APP to obtain a transfer H5 page link contained in the two-dimensional code.
The transit H5 page links contained in the two-dimensional code are http:// url. cnadeplnk ═ weishi% 3A% 2F% 2 Fprofile% 3Fperson _ id% 3 Dxxx.
The carrier transferring the H5 page remains the first application APP.
S720, starting the built-in browser by the first application APP based on the transit H5 page.
And S730, opening a transit H5 page by a built-in browser in the first application APP according to the transit H5 page link.
And S740, analyzing the request parameter in the page link of the transit H5 by a built-in browser in the first application APP to obtain a target jump link deeplink.
The target jump link deeplink obtained after URL decoding is weishi:// profileperson _ id ═ xxx.
S750, the built-in browser in the first application APP calls the second application APP.
And determining that the identification information of the second application APP is weishi from the decoded deeplink, so as to call the application program weishi.
And S760, the second application APP is connected to a target function or a target page of the second application APP according to the target jump link deeplink.
Referring to fig. 8, it shows a flowchart of page jump interaction in the scenario where the second target APP is not installed, and the process includes:
and S810, scanning and identifying the two-dimensional code by the first application APP to obtain a transfer H5 page link contained in the two-dimensional code.
The transit H5 page links contained in the two-dimensional code are http:// url. cnadeplnk ═ weishi% 3A% 2F% 2 Fprofile% 3Fperson _ id% 3 Dxxx.
The carrier transferring the H5 page remains the first application APP.
S820, starting a built-in browser by the first application APP based on the transit H5 page.
S830, the built-in browser in the first application APP opens a transit H5 page according to the transit H5 page link.
S840, a built-in browser in the first application APP analyzes the request parameter in the transfer H5 page link to obtain a target jump link deeplink.
The target jump link deeplink obtained after URL decoding is weishi:// profileperson _ id ═ xxx.
And S850, triggering and downloading a second application APP installation package by a built-in browser in the first application APP, and simultaneously writing the target jump link deeplink into a system shear plate.
And determining that the identification information of the second application APP is weishi from the decoded deeplink, thereby triggering the downloading of the installation package of the application program weishi.
And S860, after the second application APP is installed, opening the second application APP by the user.
S870, reading a target jump link deeplink in a system clipboard by the second application APP.
The target jump link deeplink read by the second application APP from the system clipboard is weishi:// profileperson _ id ═ xxx.
And S880, the second application APP is connected to a target function or a target page of the second application APP according to the target jump link deeplink.
Compared with the scheme that in the prior art, the H5 page link is directly written into the two-dimensional code, a user opens the corresponding H5 page through code scanning, then content consumption is carried out on the H5 page, and the user cannot directly jump into the target APP for content consumption, the page jump method provided by the application can guide the user to carry out content consumption inside the target APP, and user experience is improved; compared with the prior art in which the deeplink is directly written into the two-dimensional code, the user can only realize the function of skipping to the target APP after code scanning through the tool supporting the deeplink code scanning skipping, the page skipping method provided by the embodiment of the application can also realize the function of skipping to the target page without directly supporting the code scanning skipping function by the APP, and the problem of limitation of the deeplink code scanning tool is solved. In addition, can not distinguish among the prior art whether current user equipment has installed relevant target APP, if not installing target APP, appear sweeping the problem that the code skips the failure, this application can whether automated inspection has installed target APP, and under user equipment does not install the scene of relevant target APP, can trigger target APP and download, and realize opening target function or target page through the shear plate ability, made up the user experience fault problem under the target APP scene of not installing, provide new two-dimensional code depeplink and accept the ability, guide the user to carry out the content consumption to target APP inside, provide better user experience.
The method comprises the steps of responding to an image identifier identification request, identifying a target image identifier, and obtaining a transfer page link contained in the target image identifier; starting a built-in browser through the identified transit page link; the transfer page link comprises corresponding request parameters, and the request parameters in the transfer page link are analyzed based on a built-in browser to obtain a target jump link; analyzing the target jump link, and determining a target application corresponding to the target jump link; and when the target application is detected to be installed, jumping to a target page executed by the target jump link in the target application based on the built-in browser and the target jump link. Therefore, the target jump link which needs to be actually jumped is taken as the request parameter of the transfer page link and contained in the transfer page link, so that an application program which cannot directly identify the target jump link and jump can jump to the target page pointed by the target jump link in a mode of starting a built-in browser to transfer; the problem that the application program cannot directly identify the deeplink and cannot realize corresponding jump is solved, the adaptability of the deeplink in the application program is improved, and the user experience is improved.
Correspondingly, please refer to fig. 9, this embodiment further provides a page jump apparatus, which may be implemented in a hardware and/or software manner, and may be generally integrated in a client, and used in cooperation with a server providing resources, where the apparatus includes:
an image identifier identifying module 910, configured to respond to an image identifier identifying request, and identify a target image identifier to obtain a transit page link included in the target image identifier;
a built-in browser starting module 920, configured to start a built-in browser through the transit page link;
a parameter analyzing module 930, configured to analyze a request parameter in the transit page link based on the built-in browser, so as to obtain a target jump link;
a target application determining module 940, configured to analyze the target jump link and determine a target application corresponding to the target jump link;
and a target page jump module 950, configured to jump to a target page pointed by the target jump link in the target application based on the built-in browser and the target jump link when it is detected that the target application is installed.
Further, the apparatus further comprises:
the clipboard writing module is used for writing the target jump link into a system clipboard when detecting that the target application is not installed, and downloading an installation package of the target application based on the built-in browser;
and the triggering and jumping module is used for triggering the target application to read the target jumping link from a system clipboard when the target application is installed based on the installation package of the target application, so that the target application jumps to a target page pointed by the target jumping link in the target application based on the target jumping link.
The transit page jumping module is used for jumping to a transit page pointed by the transit page link based on the transit page link and the built-in browser;
and the transfer page comprises the description information of the target page pointed by the target jump link.
An image identifier obtaining module, configured to obtain the target image identifier, where the target image identifier generation method includes:
determining a transfer link and a target jump link of a transfer page;
coding the target jump link, splicing the coded target jump link serving as a request parameter of the transit link at the tail of the transit link, and generating the transit page link;
packaging the transit page link based on an image identifier generation tool to generate the target image identifier;
the target image identifier generation method is applied to an image identifier generation terminal.
Further, the parameter parsing module 930 includes:
the request parameter extraction module is used for extracting the request parameters in the transit page link from the tail part of the transit page link;
and the decoding module is used for decoding the request parameter to obtain the target jump link.
Further, the image identifier recognition module 910 includes:
the preset operation detection module is used for judging whether the scanning identification operation or the long-press identification operation on the target image identifier is detected;
the first determining module is used for determining that the image identifier identification request is received when the scanning identification operation or the long-press identification operation on the target image identifier is detected;
and the first identification module is used for identifying the target image identifier when the image identifier identification request is determined to be received.
The target image identifier in the embodiment of the present application may be one of a square two-dimensional code, an annular two-dimensional code, or a bar code, which is not specifically limited herein.
The device provided in the above embodiments can execute the method provided in any embodiment of the present application, and has corresponding functional modules and beneficial effects for executing the method. Technical details not described in detail in the above embodiments may be referred to a method provided in any of the embodiments of the present application.
The present embodiment also provides a computer-readable storage medium, in which at least one instruction or at least one program is stored, and the at least one instruction or the at least one program is loaded by a processor and executes any one of the methods described in the present embodiment.
Embodiments of the present application also provide a computer program product or computer program comprising computer instructions stored in a computer-readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions to cause the computer device to perform any of the methods in the above embodiments.
Further, fig. 10 shows a hardware structure diagram of an apparatus for implementing the method provided by the embodiment of the present application, and the apparatus may participate in constituting or including the apparatus provided by the embodiment of the present application. As shown in fig. 10, the device 10 may include one or more (shown as 102a, 102b, … …, 102 n) processors 102 (the processors 102 may include, but are not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA, etc.), a memory 104 for storing data, and a transmission device 106 for communication functions. Besides, the method can also comprise the following steps: a display, an input/output interface (I/O interface), a Universal Serial Bus (USB) port (which may be included as one of the ports of the I/O interface), a network interface, a power source, and/or a camera. It will be understood by those skilled in the art that the structure shown in fig. 10 is merely illustrative and is not intended to limit the structure of the electronic device. For example, device 10 may also include more or fewer components than shown in FIG. 10, or have a different configuration than shown in FIG. 10.
It should be noted that the one or more processors 102 and/or other data processing circuitry described above may be referred to generally herein as "data processing circuitry". The data processing circuitry may be embodied in whole or in part in software, hardware, firmware, or any combination thereof. Further, the data processing circuitry may be a single, stand-alone processing module, or incorporated in whole or in part into any of the other elements in the device 10 (or mobile device). As referred to in the embodiments of the application, the data processing circuit acts as a processor control (e.g. selection of a variable resistance termination path connected to the interface).
The memory 104 may be used for storing software programs and modules of application software, such as program instructions/data storage devices corresponding to the methods described in the embodiments of the present application, and the processor 102 executes various functional applications and data processing by executing the software programs and modules stored in the memory 104, so as to implement a player preloading method or a player running method as described above. The memory 104 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, memory 104 may further include memory located remotely from processor 102, which may be connected to device 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device 106 is used for receiving or transmitting data via a network. Specific examples of such networks may include wireless networks provided by the communication provider of the device 10. In one example, the transmission device 106 includes a Network adapter (NIC) that can be connected to other Network devices through a base station to communicate with the internet. In one example, the transmission device 106 can be a Radio Frequency (RF) module, which is used to communicate with the internet in a wireless manner.
The display may be, for example, a touch screen type Liquid Crystal Display (LCD) that may enable a user to interact with a user interface of the device 10 (or mobile device).
Any of the methods described above in this embodiment can be implemented based on the apparatus shown in fig. 10.
The present specification provides method steps as described in the examples or flowcharts, but may include more or fewer steps based on routine or non-inventive labor. The steps and sequences recited in the embodiments are but one manner of performing the steps in a multitude of sequences and do not represent a unique order of performance. In the actual system or interrupted product execution, it may be performed sequentially or in parallel (e.g., in the context of parallel processors or multi-threaded processing) according to the embodiments or methods shown in the figures.
The configurations shown in the present embodiment are only partial configurations related to the present application, and do not constitute a limitation on the devices to which the present application is applied, and a specific device may include more or less components than those shown, or combine some components, or have an arrangement of different components. It should be understood that the methods, apparatuses, and the like disclosed in the embodiments may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is merely a division of one logic function, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or unit modules.
Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (10)

1. A page jump method is characterized by comprising the following steps:
responding to an image identifier identification request, identifying a target image identifier to obtain a transfer page link contained in the target image identifier;
starting a built-in browser through the transit page link;
analyzing the request parameters in the transit page link based on the built-in browser to obtain a target skip link;
analyzing the target jump link, and determining a target application corresponding to the target jump link;
and when the target application is detected to be installed, jumping to a target page pointed by the target jump link in the target application based on the built-in browser and the target jump link.
2. The page jump method according to claim 1, further comprising:
when the target application is detected not to be installed, writing the target jump link into a system clipboard, and downloading an installation package of the target application based on the built-in browser;
when the target application is installed based on the installation package of the target application, the target application is triggered to read the target jump link from a system clipboard, so that the target application jumps to a target page pointed by the target jump link in the target application based on the target jump link.
3. The page jump method according to claim 1, further comprising, after said launching a built-in browser through said transit page link:
jumping to a transfer page pointed by the transfer page link based on the transfer page link and the built-in browser;
and the transfer page comprises the description information of the target page pointed by the target jump link.
4. The page turning method according to claim 1, wherein the step of identifying the target image identifier to obtain the link of the transfer page included in the target image identifier further comprises:
the target image identifier is obtained, and the generation method of the target image identifier comprises the following steps:
determining a transfer link and a target jump link of a transfer page;
coding the target jump link, splicing the coded target jump link serving as a request parameter of the transit link at the tail of the transit link, and generating the transit page link;
packaging the transit page link based on an image identifier generation tool to generate the target image identifier;
the target image identifier generation method is applied to an image identifier generation terminal.
5. The page jump method according to claim 4, wherein the analyzing the request parameter in the transit page link based on the built-in browser to obtain the target jump link comprises:
extracting request parameters in the transit page link from the tail of the transit page link;
and decoding the request parameter to obtain the target jump link.
6. The page jump method of claim 1, wherein said identifying a target image tag in response to an image tag identification request comprises:
judging whether the scanning recognition operation or the long-press recognition operation of the target image identifier is detected;
when the scanning recognition operation or the long-press recognition operation of the target image identifier is detected, determining that the image identifier recognition request is received;
and when the image identification request is determined to be received, identifying the target image identification.
7. The page jump method according to claim 1, wherein the target image identifier is one of a square two-dimensional code, a circular two-dimensional code or a bar code.
8. A page jump apparatus, comprising:
the image identifier recognition module is used for responding to an image identifier recognition request and recognizing a target image identifier to obtain a transfer page link contained in the target image identifier;
the built-in browser starting module is used for starting a built-in browser through the transit page link;
the parameter analysis module is used for analyzing the request parameters in the transit page link based on the built-in browser to obtain a target skip link;
the target application determining module is used for analyzing the target jump link and determining the target application corresponding to the target jump link;
and the target page jumping module is used for jumping to a target page pointed by the target jumping link in the target application based on the built-in browser and the target jumping link when the target application is detected to be installed.
9. An apparatus comprising a processor and a memory, wherein the memory stores at least one instruction or at least one program, and the at least one instruction or the at least one program is loaded and executed by the processor to implement the page jump method according to any one of claims 1 to 7.
10. A computer storage medium, characterized in that at least one instruction or at least one program is stored in the storage medium, and the at least one instruction or the at least one program is loaded by a processor and executes the page jump method according to any one of claims 1 to 7.
CN202010770205.3A 2020-08-04 2020-08-04 Page jump method, device, equipment and storage medium Pending CN114065084A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010770205.3A CN114065084A (en) 2020-08-04 2020-08-04 Page jump method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010770205.3A CN114065084A (en) 2020-08-04 2020-08-04 Page jump method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114065084A true CN114065084A (en) 2022-02-18

Family

ID=80231701

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010770205.3A Pending CN114065084A (en) 2020-08-04 2020-08-04 Page jump method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114065084A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117742865A (en) * 2023-12-21 2024-03-22 无忧创想(武汉)信息技术有限公司 Application program jump method, device, equipment and medium suitable for multiple scenes

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117742865A (en) * 2023-12-21 2024-03-22 无忧创想(武汉)信息技术有限公司 Application program jump method, device, equipment and medium suitable for multiple scenes

Similar Documents

Publication Publication Date Title
CN107516090B (en) Integrated face recognition method and system
EP2898448B1 (en) Method and apparatus for executing user action commands
CN106250498B (en) Method, equipment and system for realizing multi-system page switching
CN106878361B (en) Debugging method and device for terminal application page and client
CN103854006A (en) Image recognition method and device
CN105989083B (en) Method and device for switching access environment
CN104077162A (en) Mobile terminal application template updating and issuing method and device
CN110096380B (en) Android internal communication method, system, device and storage medium
CN113596832B (en) Network connection establishment method and device, storage medium and electronic device
CN112346751B (en) Application program installation method and device, electronic equipment and storage medium
CN109561002B (en) Voice control method and device for household electrical appliance
CN111615099A (en) eSIM card interaction control method and related equipment
CN106454403B (en) Data display method, equipment and system
CN114065084A (en) Page jump method, device, equipment and storage medium
CN109032705B (en) Application program execution method and device, electronic equipment and readable storage medium
CN106294119B (en) Test scheduling system and method and terminal equipment
CN108965905B (en) Live broadcast data stream pushing and method and device for providing and acquiring stream pushing address
CN104375831A (en) Method, device and system realizing communication between webpage and applications on terminal equipment
CN113486996A (en) Two-dimensional code image processing method and device, storage medium and electronic device
CN102377793A (en) Flash interaction method and device based on mobile communication equipment terminal
CN108965295B (en) File compression and combination method and related device
US20190172263A1 (en) Method and apparatus for augmenting reality
CN110928547A (en) Public file extraction method, device, terminal and storage medium
CN110311936B (en) Communication method and device between clients, electronic equipment and storage medium
CN112987597A (en) FSU control method, device, equipment and computer readable 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
TA01 Transfer of patent application right

Effective date of registration: 20221122

Address after: 1402, Floor 14, Block A, Haina Baichuan Headquarters Building, No. 6, Baoxing Road, Haibin Community, Xin'an Street, Bao'an District, Shenzhen, Guangdong 518100

Applicant after: Shenzhen Yayue Technology Co.,Ltd.

Address before: 518057 Tencent Building, No. 1 High-tech Zone, Nanshan District, Shenzhen City, Guangdong Province, 35 floors

Applicant before: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.

TA01 Transfer of patent application right