CN111625746B - Application page display method, system, electronic device and storage medium - Google Patents

Application page display method, system, electronic device and storage medium Download PDF

Info

Publication number
CN111625746B
CN111625746B CN202010463040.5A CN202010463040A CN111625746B CN 111625746 B CN111625746 B CN 111625746B CN 202010463040 A CN202010463040 A CN 202010463040A CN 111625746 B CN111625746 B CN 111625746B
Authority
CN
China
Prior art keywords
page
information
terminal
application program
acquired
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
CN202010463040.5A
Other languages
Chinese (zh)
Other versions
CN111625746A (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.)
Migu Cultural Technology Co Ltd
China Mobile Communications Group Co Ltd
Original Assignee
Migu Cultural Technology Co Ltd
China Mobile Communications Group 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 Migu Cultural Technology Co Ltd, China Mobile Communications Group Co Ltd filed Critical Migu Cultural Technology Co Ltd
Priority to CN202010463040.5A priority Critical patent/CN111625746B/en
Publication of CN111625746A publication Critical patent/CN111625746A/en
Application granted granted Critical
Publication of CN111625746B publication Critical patent/CN111625746B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/451Execution arrangements for user interfaces

Landscapes

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

Abstract

The embodiment of the invention provides a display method, a system, electronic equipment and a storage medium of an application program page. After the first application program is awakened, generating a page request according to first acquisition information acquired by the terminal, and sending the page request to the server. The server determines the page information from the corresponding relation between the stored second acquired information and the page information according to the page request, the page information is sent to the terminal, and the first application program of the terminal displays the page to be displayed according to the page information sent by the server. Through interaction between the terminal and the server, the page to be displayed can be opened through the first application program without depending on the clipboard, so that page flow guiding is realized under the condition that a user does not authorize the clipboard.

Description

Application page display method, system, electronic device and storage medium
Technical Field
The present invention relates to the field of internet technologies, and in particular, to a method, a system, an electronic device, and a storage medium for displaying an application page.
Background
In the popularization process of the Internet application, the diversion brought by sharing of the h5 page is quite considerable. The user clicks the opening button in the page by clicking to view the specific page, so as to wake up the APP and realize scene restoration, or jump to the application market, download and install the APP, and then open the APP again and realize scene restoration. In this way, in the product promotion life cycle, the operation of each step of the user means the loss of a part of the users, so one principle of diversion through the page is that: the number of user operations is reduced as much as possible.
The existing method mainly has two schemes for page diversion APP and scene restoration. The first scheme is as follows: when the APP is started, scene restoration parameters in the clipboard are added to a page URL, so that a target page is positioned, and scene restoration is realized. Under the scene that the APP is not installed at the client, after the user clicks a trigger awakening button in the page, parameters of scene restoration are automatically copied into the clipboard, meanwhile, the page jumps to a downloading page such as an application market, after the user clicks the downloading and installs the APP, the APP is started, and the system automatically adds scene restoration parameters in the clipboard to the page URL, so that the target page is positioned, and scene restoration is realized. The second scheme is as follows: aiming at the scene of the two-dimension code page, a user uses third party software (such as WeChat) to scan the two-dimension code in the page, then selects to open the page in the browser, and then uses a first scheme to realize APP awakening and scene restoration.
The two schemes have the following disadvantages: (1) The method comprises the steps that a two-dimension code page is used for waking up an APP and realizing a scene restoration process, in the scene, a user needs to operate at least 3 times from scanning a two-dimension code to opening a page in a browser to clicking a wake-up button, in the life cycle of popularization and use of an Internet product, the operation of each step means loss of a part of users, and the tedious process is extremely unfavorable for improving the retention rate of the users; (2) Depending on the operation of the clipboard, when the client does not authorize the browser to use the clipboard, scene restoration cannot be realized; (3) The browser cannot completely acquire terminal information (such as unique identification information IMEI, IMSI, etc.) of the client, so that scene restoration cannot be realized through server cache.
It can be seen that in waking up the APP by the browser to display the page to be displayed, the clipboard needs to be relied upon.
Disclosure of Invention
The embodiment of the invention provides a display method, a system, electronic equipment and a storage medium of an application program page, which are used for solving the problem that a clipboard is required to be relied on in the process of waking up an APP to display a page to be displayed through a browser in the prior art.
In view of the above technical problems, in a first aspect, an embodiment of the present invention provides a method for displaying an application page, including:
acquiring page information of a page to be displayed;
and sending the page information and the second acquired information acquired by the terminal to a server, so that the server sends the page information to the terminal after receiving a page request sent by the terminal.
In a second aspect, an embodiment of the present invention provides a method for displaying an application page, including:
receiving a page request sent by a terminal, and acquiring first acquisition information acquired by the terminal through a first application program in the page request, wherein the page request is used for requesting page information of a page to be displayed;
determining second acquired information matched with the first acquired information from a pre-stored corresponding relation, taking the second acquired information as target acquired information, and sending page information corresponding to the target acquired information to the terminal;
the corresponding relation comprises page information corresponding to second acquisition information acquired by a second application program for the terminal.
In a third aspect, an embodiment of the present invention provides a method for displaying an application page, including:
Generating a page request according to first acquired information acquired by a terminal, wherein the page request is used for requesting page information of a page to be displayed;
and sending the page request to a server, so that the server determines the page information according to the page request, and sending the page information to the terminal.
In a fourth aspect, an embodiment of the present invention provides a display system for an application page, including a terminal and a server, where the terminal includes a first application and a second application;
the terminal is used for executing the display method of the application program page through the second application program and the first application program;
the server side is used for executing the display method of the application program page.
In a fifth aspect, an embodiment of the present invention provides an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the method for displaying an application page described above when the processor executes the program.
In a sixth aspect, an embodiment of the present invention provides a non-transitory readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the method for displaying application pages as described in any one of the above.
The embodiment of the invention provides a display method, a system, electronic equipment and a storage medium of an application program page. After the first application program is awakened, generating a page request according to first acquisition information acquired by the terminal, and sending the page request to the server. The server determines the page information from the corresponding relation between the stored second acquired information and the page information according to the page request, the page information is sent to the terminal, and the first application program of the terminal displays the page to be displayed according to the page information sent by the server. Through interaction between the terminal and the server, the page to be displayed can be opened through the first application program without depending on the clipboard, so that page flow guiding is realized under the condition that a user does not authorize the clipboard.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions of the prior art, the following description will briefly explain the drawings used in the embodiments or the description of the prior art, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a display method of an application page applied to a terminal installed with a second application according to an embodiment of the present invention;
fig. 2 is a flowchart of a method for displaying an application page applied to a server according to another embodiment of the present invention;
fig. 3 is a flowchart of a display method of an application page applied to a terminal installed with a first application according to another embodiment of the present invention;
FIG. 4 is a schematic diagram illustrating an implementation process of a method for displaying an application page based on an improved terminal and server according to another embodiment of the present invention;
fig. 5 is a block diagram of a display device adapted to an application page having a terminal installed with a second application as an execution subject according to another embodiment of the present invention;
FIG. 6 is a block diagram of a display device adapted for application pages with server as an execution body according to another embodiment of the present invention;
fig. 7 is a block diagram of a display device adapted to an application page having a terminal installed with a first application as an execution subject according to another embodiment of the present invention;
fig. 8 is a schematic physical structure of an electronic device according to another embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
In general, the present application requires protection from the following processes:
the second application program of the terminal obtains page information of a page to be displayed, and sends the page information and second acquired information acquired by the terminal to a server, so that the server stores the second acquired information and the page information in a corresponding relation;
after a first application program of a terminal is awakened, generating a page request according to first acquisition information acquired by the terminal, and sending the page request to the server;
and the server determines second acquired information matched with the first acquired information from the corresponding relation according to the page request, and sends page information corresponding to the target acquired information to the terminal as target acquired information, so that the first application program displays the page to be displayed according to the page information.
The technical scheme to be protected in the present application will now be described with respect to a terminal installed with a second application, a server, and a terminal installed with a first application as execution subjects, respectively.
(1) With the terminal with the second application installed as the execution subject
Currently, when a user obtains page information of a page to be displayed through a certain third application program (for example, west communication APP, payment Bao APP, certain APP capable of obtaining page information by scanning a two-dimensional code, etc.), and needs to open the page to be displayed through a first application program (for example, beijing east APP, taobao APP, today's top bar APP, etc.), a clipboard needs to be relied on to realize the process. For example, when a user obtains page information of a certain jindong commodity by scanning a two-dimensional code through WeChat, the page information is usually copied into a clipboard, and after a second application program (for example, a native browser) wakes up a jindong APP, the jindong APP opens the page of the commodity according to the page information in the clipboard. However, with the clipboard, the user needs to be authorized, and when the user is not authorized, in the above scenario, the display page cannot be opened by the first application program. In order to solve the problem of dependency on clipboard, fig. 1 is a flowchart of a display method of an application page applied to a terminal installed with a second application according to the present embodiment. Referring to fig. 1, the method includes:
Step 101: and acquiring page information of the page to be displayed.
It should be noted that, the process of acquiring the page information by the second application program of the terminal is at least applicable to the following scenarios: the terminal scans the two-dimensional code through a third application program to obtain the page information, if the third application program is not the first application program for opening the page to be displayed indicated by the page information, the terminal obtains the page information through a second application program, wakes up the first application program according to the page information, and opens the page to be displayed through the first application program according to the page information.
The second application program is usually a browser, a browser native to the terminal or a third party browser. When the terminal includes a plurality of applications having a browser function, which application having a browser function is the second application may be set in advance. For example, when the user sets a native browser-capable application (i.e., a native browser) as a default browser, the native browser is the second application. When a user sets a certain third party application program (such as a QQ browser or google browser) with a browser function as a default browser, the third party application program is a second application program. Specifically, after the terminal acquires the page information through the second application program, the terminal wakes up the first application program for opening the page to be displayed through the second application program.
For example, a third application program (for example, a West communication APP, a payment device APP, an APP capable of acquiring page information by scanning a two-dimensional code, etc.) scans a two-dimensional code corresponding to a display page of a certain jindong commodity to acquire the page information of the commodity, and a second application program (a native browser or a third-party browser) of the terminal determines that the first application program to be awakened is the jindong APP according to the page information, so that the jindong APP is awakened to display the page to be displayed through the jindong APP.
Step 102: and sending the page information and the second acquired information acquired by the terminal to a server, so that the server sends the page information to the terminal after receiving a page request sent by the terminal.
The second collected information is information collected for the terminal through a second application program, and comprises equipment information of the terminal.
Wherein the second collected information includes, but is not limited to, at least one of: the brand, model number, resolution, system type, system version, IP address, geographical location, network type, etc., and the name, version, language, etc. of the second application (browser). The second collection information may also include a type of the first application (e.g., a jindong APP), an APP version, an installation package size, and the like. The second collection information may also include a timestamp that is currently streamed by the second application (browser) to the first application (e.g., the genito APP) via the page information.
The embodiment provides a display method of an application program page, after a second application program of a terminal obtains page information of a page to be displayed, the page information and second acquisition information acquired by the terminal are sent to a server, and a first application program for displaying the page to be displayed is awakened. After the first application program is awakened, generating a page request according to first acquisition information acquired by the terminal, and sending the page request to the server. The server determines the page information from the corresponding relation between the stored second acquired information and the page information according to the page request, the page information is sent to the terminal, and the first application program of the terminal displays the page to be displayed according to the page information sent by the server. Through interaction between the terminal and the server, the page to be displayed can be opened through the first application program without depending on the clipboard, so that page flow guiding is realized under the condition that a user does not authorize the clipboard.
In an actual application scenario, particularly in an application scenario in which a terminal does not install a first application program (for example, a jindong APP, a naughty APP, a today's top APP, etc.) and a page to be displayed needs to be opened through the first application program, a user needs to perform a relatively complicated operation to open the page to be displayed through the first application program. For example, after the terminal scans the two-dimensional code through the APP of "WeChat", the page for downloading the first application is opened through the second application (the native browser or the third-party browser), after the user agrees to download, the first application is downloaded and installed, and when the first application is successfully installed, the browser exits. If the page to be displayed needs to be opened, the user needs to scan the two-dimensional code through the WeChat again to acquire the page information again, and therefore the operation of the process is complex, and popularization and application of the first application program are not facilitated. In order to solve the technical problem, the embodiment provides the following technical scheme:
Further, on the basis of the above embodiment, the method further includes:
if the first application program is determined to be installed according to the page information, waking up the first application program so that the first application program displays the page to be displayed according to the page information sent by the server;
the first application program is an application program for opening the page to be displayed.
The page information includes a website of the page to be displayed, information of the first application program (for example, a certain part of the website of the page to be displayed represents information of the first application program), and a download website of the first application program.
If the first application program is determined to be installed according to the page information, waking up the first application program, which specifically includes:
judging whether a first application program is installed or not according to the page information, and if yes, waking up the first application program. Further, when the first application program is awakened, the page information and second acquisition information acquired by the terminal are sent to a server.
And if the first application program is judged not to be installed, downloading an installation package of the first application program according to a download website in the page information, and waking up the first application program after the first application program is installed.
According to the embodiment, after the first application program is detected to be installed, the first application program is directly awakened, and the user is not required to scan the two-dimension code again to realize awakening of the first application program, so that the operation steps of displaying the page to be displayed through the first application program are simplified, and the retention rate of the user is improved in the process of popularizing the first application program.
Further, on the basis of the above embodiments, if it is determined that the first application program is installed according to the page information, waking up the first application program includes:
and if the first application program is determined to be installed according to the page information, displaying a wake-up control for waking up the first application program, and waking up the first application program after receiving a trigger operation of the wake-up control.
And after receiving the triggering operation of the wake-up control, sending the page information and the second acquisition information acquired by the terminal to a server.
The page information further comprises information of the wake-up control and scene restoration parameters of the page to be displayed. Specifically, the page information includes, but is not limited to, at least one of the following: the method comprises the steps of uniquely identifying a page appointed by a terminal, uniquely identifying a call APP (first application program) button appointed by the terminal, calling a URI address of the APP, a download address of the APP, scene restoration parameters and the like, wherein the scene restoration parameters are parameter information of the page, such as a resource ID.
The triggering operation of the wake-up control comprises clicking operation of the wake-up control.
Specifically, a Web SDK may be set in the second application program, where the Web SDK is a JavaScript script file embedded in a Web page. After the terminal acquires the page information, the method for displaying the application program page provided by the embodiment is realized by executing the Web SDK.
In this embodiment, when the second application detects that the first application has been installed in the current terminal according to the page information, the wake-up control is directly displayed, and after the trigger operation on the wake-up control is monitored, the first application is awakened. The wake-up control is displayed, so that the user can autonomously select whether to wake up the first application program, and the autonomy of the user is improved.
(2) The server is taken as an execution subject
In the method for displaying the application program page provided by the embodiment, the terminal sends the second acquired information and the page information acquired by the terminal to the server through the second application program, the server correspondingly stores the second acquired information and the page information, and after receiving the page request sent by the terminal through the first application program, the server determines the page information to be sent to the terminal according to the page request. For this process, fig. 2 is a flowchart of a display method of an application page applied to a server according to the present embodiment, and referring to fig. 2, the method includes:
Step 201: receiving a page request sent by a terminal, and acquiring first acquisition information acquired by the terminal through a first application program in the page request, wherein the page request is used for requesting page information of a page to be displayed;
step 202: determining second acquired information matched with the first acquired information from a pre-stored corresponding relation, taking the second acquired information as target acquired information, and sending page information corresponding to the target acquired information to the terminal;
the corresponding relation comprises page information corresponding to second acquisition information acquired by a second application program for the terminal.
The first acquired information is information acquired from the terminal through the first application program and comprises equipment information of the terminal.
It should be noted that, the first collected information and the second collected information are information collected to the terminal through different application programs, so that the first collected information and the second collected information have higher similarity. After receiving the page request, the server matches the second acquired information with higher similarity with the first acquired information as target acquired information. The page information corresponding to the target acquisition information is the page information to be sent to the terminal.
The sending the page information corresponding to the target acquisition information to the terminal comprises the following steps: and sending the page information corresponding to the target acquisition information to the terminal according to the terminal information of the terminal carried in the page request.
The embodiment provides a display method of an application program page, after a second application program of a terminal obtains page information of a page to be displayed, the page information and second acquisition information acquired by the terminal are sent to a server, and a first application program for displaying the page to be displayed is awakened. After the first application program is awakened, generating a page request according to first acquisition information acquired by the terminal, and sending the page request to the server. The server determines the page information from the corresponding relation between the stored second acquired information and the page information according to the page request, the page information is sent to the terminal, and the first application program of the terminal displays the page to be displayed according to the page information sent by the server. Through interaction between the terminal and the server, the page to be displayed can be opened through the first application program without depending on the clipboard, so that page flow guiding is realized under the condition that a user does not authorize the clipboard.
Further, on the basis of the above embodiments, the method further includes:
and receiving second acquired information and page information sent by the terminal, and storing the second acquired information and the page information into the corresponding relation.
In this embodiment, the terminal stores the received second acquisition information and the page information, so that after receiving the page request, the terminal can match the page information to be sent to the terminal through the corresponding relationship.
And for the server, determining second acquired information matched with the first acquired information from the pre-stored corresponding relation as target acquired information, wherein the second acquired information comprises:
and inputting the first acquired information into a pre-trained matching model, outputting a matching result determined from the corresponding relation by the matching model, and taking the second acquired information in the matching result as target acquired information.
The matching model is obtained through machine learning training according to first acquired information of marked matching results in advance.
The model is obtained by performing machine learning training on the artificial neural network by the matching model.
The embodiment provides the matching model to realize automatic matching of the first acquired information, and has higher matching accuracy.
(3) With the terminal with the first application program installed as the execution subject
In the method for displaying the application program page provided in this embodiment, after the first application program is awakened by the second application program, the page to be displayed is displayed through the page information sent by the server. Wherein the first application is a third party application, for example, "jindong". Fig. 3 is a flowchart of a display method of an application page applied to a terminal installed with a first application according to the present embodiment, and referring to fig. 3, the method includes:
step 301: and generating a page request according to the first acquired information acquired by the terminal, wherein the page request is used for requesting page information of a page to be displayed.
The first acquired information is information acquired by the first application program on the terminal, and the first acquired information comprises equipment information of the terminal. The first collected information includes, but is not limited to, at least one of the following: terminal unique identification (e.g., IMEI, IMSI, ANDROID _id, IDFA, etc.), terminal brand, model number, resolution, system type, system version, system language, memory space, APP list, terminal IP address, geographic location, network type, etc. The first collected information also includes, but is not limited to, at least one of the following: the type of the first application installation package, the APP version, the installation package size, etc. The first acquisition information also includes a timestamp of launching the first application.
Step 302: and sending the page request to a server, so that the server determines the page information according to the page request, and sending the page information to the terminal.
The embodiment provides a display method of an application program page, after a second application program of a terminal obtains page information of a page to be displayed, the page information and second acquisition information acquired by the terminal are sent to a server, and a first application program for displaying the page to be displayed is awakened. After the first application program is awakened, generating a page request according to first acquisition information acquired by the terminal, and sending the page request to the server. The server determines the page information from the corresponding relation between the stored second acquired information and the page information according to the page request, the page information is sent to the terminal, and the first application program of the terminal displays the page to be displayed according to the page information sent by the server. Through interaction between the terminal and the server, the page to be displayed can be opened through the first application program without depending on the clipboard, so that page flow guiding is realized under the condition that a user does not authorize the clipboard.
Further, on the basis of the above embodiment, the method further includes:
And receiving the page information sent by the server side, and displaying a page to be displayed corresponding to the page information.
The displaying the page to be displayed corresponding to the page information comprises the following steps:
and displaying the page to be displayed according to the scene restoration parameters in the page information.
The scene restoration parameters comprise positions of the contents in the page to be displayed in the screen, and played positions of the videos in the page to be displayed.
Specifically, the position of the current paragraph displayed through the screen in the page to be displayed is positioned according to the scene restoration parameter, or the time point of video suspension in the page to be displayed is positioned according to the scene restoration parameter.
Specifically, an APP SDK may be set in the second application program, where the APP SDK is an APP SDK device that is a code module embedded in the APP. And after the terminal acquires the page information, the display method of the application program page is realized by executing the Web SDK.
The embodiment realizes the display of the page to be displayed without a clipboard according to the page information.
In the method for displaying an application page, when a first application is not installed on a terminal, the actions executed by the terminal include the following steps:
S1: after the terminal detects that the third application program obtains the page information of the display page by scanning the two-dimensional code, if the terminal does not install the first application program for opening the page to be displayed, downloading the first application program, caching the page information (or displaying whether an installation control of the first application program is installed or not through the second application program, after monitoring the triggering operation of the installation control, downloading the first application program through the second application program according to the page information, and caching the page information);
s2: after the first application program is detected to be installed, displaying a wake-up control for waking up the first application program, and if the trigger operation of the wake-up control is monitored, acquiring second acquisition information from a terminal through the second application program, and sending the second acquisition information and the page information to a server;
s3: after a first application program is awakened, acquiring first acquisition information from a terminal through the first application program, generating a page request, and sending the page request to a server, so that the server matches the page information from the stored corresponding relation between second acquisition information and the page information according to the first acquisition information in the page request, and sends the matched page information to the terminal;
S4: and after receiving the page information sent by the server, opening the page to be displayed through the first application program according to the page information.
The application program page display system comprises a terminal and a server, wherein the terminal comprises a first application program and a second application program;
the terminal is used for executing the display method of the application program page taking the terminal with the second application program as an execution main body through the second application program, and executing the display method of the application program page taking the terminal with the first application program as the execution main body through the first application program;
the server is used for the display method of the application program page taking the server as an execution subject.
Specifically, in the process of realizing the display method of the application program page, the system executes the following steps:
the second application program of the terminal obtains page information of a page to be displayed, and sends the page information and second acquired information acquired by the terminal to a server, so that the server stores the second acquired information and the page information in a corresponding relation;
After a first application program of the terminal is awakened, generating a page request according to first acquisition information acquired by the terminal, and sending the page request to the server;
and the server determines second acquired information matched with the first acquired information from the corresponding relation according to the page request, and sends page information corresponding to the target acquired information to the terminal as target acquired information, so that the first application program displays the page to be displayed according to the page information.
The embodiment provides a display system of an application program page, after a second application program of a terminal obtains page information of a page to be displayed, the page information and second acquisition information acquired by the terminal are sent to a server, and a first application program for displaying the page to be displayed is awakened. After the first application program is awakened, generating a page request according to first acquisition information acquired by the terminal, and sending the page request to the server. The server determines the page information from the corresponding relation between the stored second acquired information and the page information according to the page request, the page information is sent to the terminal, and the first application program of the terminal displays the page to be displayed according to the page information sent by the server. Through interaction between the terminal and the server, the page to be displayed can be opened through the first application program without depending on the clipboard, so that page flow guiding is realized under the condition that a user does not authorize the clipboard.
The following specific implementation process flows of the display method of the application program page are provided by combining the terminal and the server, and the terminal and the server need to be improved as follows:
web SDK: the Web SDK is a JavaScript file embedded in a Web page, and mainly comprises: the system comprises a communication module, an initialization module, an APP calling module, a cache module, a monitoring module and the like.
APP SDK: the APP SDK is a code module embedded with the APP, is divided into an Android APP SDK and an iOS APP SDK, is respectively implemented by using development language logic of Android and iOS, and mainly comprises the following steps: an initialization module, a monitoring module, a communication module and the like.
AI intelligent matching: AI intelligent matching is a matching model trained by using an artificial intelligent algorithm, and mainly comprises: artificial neural networks, training samples, training models, etc.
The server side: the server side mainly comprises a java logic code, a cache module, a database module, a storage module, a communication module and the like.
Fig. 4 is a schematic implementation process diagram of the method for displaying an application page based on the improved terminal and the server according to the present embodiment, and referring to fig. 4, the method includes the following steps:
step A), when a user uses a third-party tool to scan the two-dimensional code and load the page, executing an initialization module of the Web SDK, namely loading a JavaScript file of the Web SDK into the page;
Step B), the Web SDK acquires configuration parameters of the current diversion and scene restoration parameters, wherein the configuration parameters comprise: the scene restoration parameters are the parameter information of the page, such as resource id;
step C), the caching module of the Web SDK caches the configuration parameter information in the step B);
and D) when the monitoring module of the Web SDK monitors an APP call button in a user trigger page, the APP call module tries to call the APP, if the APP is not installed at the client, the call fails, and the call module automatically opens the configured APP download address to guide the user to download the installed APP.
Step E) the Web SDK acquires relevant information of the client and the APP, wherein the client information comprises, but is not limited to: client device brand, model, resolution, system type, system version, browser brand, version, language, and client IP address, geographic location, network type, etc., and APP information includes, but is not limited to, packet type, APP version, packet size, etc.;
step F) the Web SDK assembles the configuration parameter information, the scene restoration parameter and the relevant information of the client in the step B) and the timestamp of the current stream guidance, and sends the information and the relevant information to the server through the communication module;
Step G), the server adds the received information in the step E) into a cache through a cache module;
step H), after the user finishes downloading and installs the APP, the APP calling module of the Web SDK successfully calls the APP;
step I) when the APP is started, executing an initialization module of the APP SDK, setting a monitoring module of the APP SDK into a monitoring state, and acquiring information of the current APP and related information of a current client, wherein the information of the APP comprises, but is not limited to, packet types, APP versions, packet sizes and the like, and the related information of the client comprises: client unique identification (e.g., IMEI, IMSI, ANDROID _id, IDFA, etc.), client device brand, model number, resolution, system type, system version, system language, memory space, APP list and client IP address, geographic location, network type, etc.;
step J) the APP SDK is assembled, the APP information, the client related information and the APP starting time stamp are transmitted to the server through the communication module;
step K) after receiving the information in the step K), the server packages the information into an AI intelligent matching input sample format, and sends the AI intelligent matching format to the AI intelligent matching through a communication module;
step L) AI intelligent matching receives the input sample in step L), then inputs the sample into a training model, and the training model outputs a matching result, namely a client unique identification code;
Step M) AI intelligent matching, adding the input sample in the step L) into a training sample set, and inputting the training sample set into an artificial neural network to obtain a corrected training model;
step N) the server side takes out the configuration parameters and scene restoration parameters in the cache, splices the scene restoration parameters to the URI address of the calling APP, and then sends the spliced URI to the client-side bound APP SDK corresponding to the client-side unique identification code obtained by matching in the step M);
step O) the APP SDK restores the corresponding scene on the APP according to the URI address specified in the step O).
The training samples in the AI intelligent matching are based on a historical training sample and expand along with the increase of the diversion, and the training model is a dynamic normalization process.
According to the method, after a user scans the two-dimension code, the browser collects agent information (such as the brand, the model, the geographic position, the ip, the downloading speed and the like of a network) of the user and caches the agent information to the server, and the scene restoration parameters (such as the resource id) are cached to the server. Compared with the prior art, the operation process reduces the operation steps of realizing page diversion APP and realizing scene restoration. Because more operation steps are more likely to cause more customer losses in the popularization process of the application program, the technical effect of reducing the loss of the user can be achieved by reducing the operation steps in the operation process, thereby being beneficial to the popularization process of the application program. In addition, the operation process also avoids the dependence on the clipboard.
Fig. 5 is a block diagram of a display device suitable for an application page with a terminal installed with a second application as an execution body according to the present embodiment, and corresponds to the above-mentioned display method of an application page with a terminal installed with a second application as an execution body, referring to fig. 5, the device includes a first acquisition module 501 and a first transmission module 502, where,
a first obtaining module 501, configured to obtain page information of a page to be displayed;
the first sending module 502 is configured to send the page information and the second collected information collected for the terminal to a server, so that the server sends the page information to the terminal after receiving a page request sent by the terminal.
The display device for application pages using the terminal with the second application as the execution body provided in this embodiment is applicable to the display method for application pages using the terminal with the second application as the execution body in the above embodiments, and will not be described herein.
The embodiment provides a display device of an application program page, after a second application program of a terminal obtains page information of a page to be displayed, the page information and second acquisition information acquired by the terminal are sent to a server, and a first application program for displaying the page to be displayed is awakened. After the first application program is awakened, generating a page request according to first acquisition information acquired by the terminal, and sending the page request to the server. The server determines the page information from the corresponding relation between the stored second acquired information and the page information according to the page request, the page information is sent to the terminal, and the first application program of the terminal displays the page to be displayed according to the page information sent by the server. Through interaction between the terminal and the server, the page to be displayed can be opened through the first application program without depending on the clipboard, so that page flow guiding is realized under the condition that a user does not authorize the clipboard.
Optionally, if the first application program is determined to be installed according to the page information, waking up the first application program, so that the first application program displays the page to be displayed according to the page information sent by the server;
the first application program is an application program for opening the page to be displayed.
Optionally, if the first application program is determined to be installed according to the page information, waking up the first application program includes:
and if the first application program is determined to be installed according to the page information, displaying a wake-up control for waking up the first application program, and waking up the first application program after receiving a trigger operation of the wake-up control.
Fig. 6 is a block diagram of a display device suitable for an application page with a server as an execution body according to the present embodiment, and corresponds to the above-mentioned display method of an application page with a server as an execution body, referring to fig. 6, the device includes a second obtaining module 601 and a matching module 602, where,
the second obtaining module 601 is configured to receive a page request sent by a terminal, and obtain first collected information of the page request, which is collected by a first application program, for the terminal, where the page request is used to request page information of a page to be displayed;
The matching module 602 is configured to determine, from a pre-stored correspondence, second acquired information that is matched with the first acquired information, as target acquired information, and send page information corresponding to the target acquired information to the terminal;
the corresponding relation comprises page information corresponding to second acquisition information acquired by a second application program for the terminal.
The display device applicable to the application page using the server as the execution body provided in this embodiment is applicable to the display method of the application page using the server as the execution body in the above embodiments, and will not be described herein.
The embodiment provides a display device of an application program page, after a second application program of a terminal obtains page information of a page to be displayed, the page information and second acquisition information acquired by the terminal are sent to a server, and a first application program for displaying the page to be displayed is awakened. After the first application program is awakened, generating a page request according to first acquisition information acquired by the terminal, and sending the page request to the server. The server determines the page information from the corresponding relation between the stored second acquired information and the page information according to the page request, the page information is sent to the terminal, and the first application program of the terminal displays the page to be displayed according to the page information sent by the server. Through interaction between the terminal and the server, the page to be displayed can be opened through the first application program without depending on the clipboard, so that page flow guiding is realized under the condition that a user does not authorize the clipboard.
Optionally, the method further comprises:
and receiving second acquired information and page information sent by the terminal, and storing the second acquired information and the page information into the corresponding relation.
Fig. 7 is a block diagram of a display device suitable for an application page with a terminal installed with a first application as an execution subject according to the present embodiment, and corresponds to the above-mentioned display method of an application page with a terminal installed with a first application as an execution subject, referring to fig. 7, the device includes a generating module 701 and a second sending module 702, where,
a generating module 701, configured to generate a page request according to first acquisition information acquired by a terminal, where the page request is used to request page information of a page to be displayed;
and the second sending module 702 is configured to send the page request to a server, so that the server determines the page information according to the page request, and sends the page information to the terminal.
The display device for application pages using the terminal with the first application as the execution body provided in this embodiment is applicable to the display method for application pages using the terminal with the first application as the execution body in the above embodiments, and will not be described herein.
The embodiment provides a display device of an application program page, after a second application program of a terminal obtains page information of a page to be displayed, the page information and second acquisition information acquired by the terminal are sent to a server, and a first application program for displaying the page to be displayed is awakened. After the first application program is awakened, generating a page request according to first acquisition information acquired by the terminal, and sending the page request to the server. The server determines the page information from the corresponding relation between the stored second acquired information and the page information according to the page request, the page information is sent to the terminal, and the first application program of the terminal displays the page to be displayed according to the page information sent by the server. Through interaction between the terminal and the server, the page to be displayed can be opened through the first application program without depending on the clipboard, so that page flow guiding is realized under the condition that a user does not authorize the clipboard.
Optionally, the method further comprises:
and receiving the page information sent by the server side, and displaying a page to be displayed corresponding to the page information.
Fig. 8 illustrates a physical structure diagram of an electronic device, as shown in fig. 8, which may include: a processor 801, a communication interface (Communications Interface) 802, a memory 803, and a communication bus 804, wherein the processor 801, the communication interface 802, and the memory 803 communicate with each other through the communication bus 804. The processor 801 may call logic instructions in the memory 803 to perform the following method:
Acquiring page information of a page to be displayed; the page information and second acquisition information acquired by the terminal are sent to a server, so that the server sends the page information to the terminal after receiving a page request sent by the terminal;
or receiving a page request sent by a terminal, and acquiring first acquisition information acquired by a first application program for the terminal in the page request, wherein the page request is used for requesting page information of a page to be displayed; determining second acquired information matched with the first acquired information from a pre-stored corresponding relation, taking the second acquired information as target acquired information, and sending page information corresponding to the target acquired information to the terminal; the corresponding relation comprises page information corresponding to second acquisition information acquired by a second application program for the terminal;
or generating a page request according to the first acquired information acquired by the terminal, wherein the page request is used for requesting page information of a page to be displayed; and sending the page request to a server, so that the server determines the page information according to the page request, and sending the page information to the terminal.
Further, the logic instructions in the memory 803 described above may be implemented in the form of software functional units and may be stored in a computer readable storage medium when sold or used as a stand alone product. Based on this understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Further, embodiments of the present invention disclose a computer program product comprising a computer program stored on a non-transitory readable storage medium, the computer program comprising program instructions which, when executed by a computer, are capable of performing the methods provided by the above-described method embodiments, for example comprising:
Acquiring page information of a page to be displayed; the page information and second acquisition information acquired by the terminal are sent to a server, so that the server sends the page information to the terminal after receiving a page request sent by the terminal;
or receiving a page request sent by a terminal, and acquiring first acquisition information acquired by a first application program for the terminal in the page request, wherein the page request is used for requesting page information of a page to be displayed; determining second acquired information matched with the first acquired information from a pre-stored corresponding relation, taking the second acquired information as target acquired information, and sending page information corresponding to the target acquired information to the terminal; the corresponding relation comprises page information corresponding to second acquisition information acquired by a second application program for the terminal;
or generating a page request according to the first acquired information acquired by the terminal, wherein the page request is used for requesting page information of a page to be displayed; and sending the page request to a server, so that the server determines the page information according to the page request, and sending the page information to the terminal.
In another aspect, an embodiment of the present invention further provides a non-transitory readable storage medium having stored thereon a computer program that is implemented when executed by a processor to perform the transmission method provided in the above embodiments, for example, including:
acquiring page information of a page to be displayed; the page information and second acquisition information acquired by the terminal are sent to a server, so that the server sends the page information to the terminal after receiving a page request sent by the terminal;
or receiving a page request sent by a terminal, and acquiring first acquisition information acquired by a first application program for the terminal in the page request, wherein the page request is used for requesting page information of a page to be displayed; determining second acquired information matched with the first acquired information from a pre-stored corresponding relation, taking the second acquired information as target acquired information, and sending page information corresponding to the target acquired information to the terminal; the corresponding relation comprises page information corresponding to second acquisition information acquired by a second application program for the terminal;
or generating a page request according to the first acquired information acquired by the terminal, wherein the page request is used for requesting page information of a page to be displayed; and sending the page request to a server, so that the server determines the page information according to the page request, and sending the page information to the terminal.
The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
From the above description of the embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by means of software plus necessary general hardware platforms, or of course may be implemented by means of hardware. Based on this understanding, the foregoing technical solution may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a readable storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the respective embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (9)

1. A method for displaying an application page, comprising:
acquiring page information of a page to be displayed;
and sending the page information and second acquired information acquired by the terminal to a server, so that the server stores the second acquired information and the page information into a corresponding relation, after receiving a page request sent by the terminal, the server determines second acquired information matched with first acquired information from the corresponding relation according to the page request, and sends the page information corresponding to the target acquired information to the terminal as target acquired information, so that a first application program installed in the terminal displays the page to be displayed according to the page information, wherein the first acquired information is acquired by the first application program for the terminal in the page request, and the page request is used for requesting the page information of the page to be displayed.
2. The method for displaying an application page according to claim 1, further comprising:
if the first application program is determined to be installed according to the page information, waking up the first application program so that the first application program displays the page to be displayed according to the page information sent by the server;
the first application program is an application program for opening the page to be displayed.
3. The method for displaying an application page according to claim 2, wherein waking up the first application if it is determined that the first application is installed based on the page information, comprises:
and if the first application program is determined to be installed according to the page information, displaying a wake-up control for waking up the first application program, and waking up the first application program after receiving a trigger operation of the wake-up control.
4. A method for displaying an application page, comprising:
receiving a page request sent by a terminal, and acquiring first acquisition information acquired by the terminal through a first application program in the page request, wherein the page request is used for requesting page information of a page to be displayed;
Determining second acquired information matched with the first acquired information from a pre-stored corresponding relation, taking the second acquired information as target acquired information, and sending page information corresponding to the target acquired information to the terminal so that the first application program installed in the terminal displays the page to be displayed according to the page information;
the corresponding relation comprises page information corresponding to second acquisition information acquired by a second application program for the terminal.
5. The method for displaying an application page according to claim 4, further comprising:
and receiving second acquired information and page information sent by the terminal, and storing the second acquired information and the page information into the corresponding relation.
6. A method for displaying an application page, comprising:
generating a page request according to first acquired information acquired by a terminal, wherein the page request is used for requesting page information of a page to be displayed;
the page request is sent to a server, so that the server determines the page information according to the page request, determines second acquired information matched with the first acquired information from a corresponding relation as target acquired information, and sends the page information corresponding to the target acquired information to the terminal;
Receiving the page information sent by the server side, and displaying a page to be displayed corresponding to the page information;
the corresponding relation comprises page information corresponding to second acquired information acquired by a second application program on the terminal, and the second acquired information is information acquired by the second application program on the terminal.
7. The display system of the application program page is characterized by comprising a terminal and a server, wherein the terminal comprises a first application program and a second application program;
the terminal is configured to execute the display method of the application page according to any one of claims 1 to 3 by the second application, and execute the display method of the application page according to claim 6 by the first application;
the server is used for executing the display method of the application program page in claim 4 or 5.
8. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the method for displaying application pages according to any one of claims 1 to 6 when the program is executed.
9. A non-transitory readable storage medium having stored thereon a computer program, which when executed by a processor, implements the steps of the method of displaying application pages according to any one of claims 1 to 6.
CN202010463040.5A 2020-05-27 2020-05-27 Application page display method, system, electronic device and storage medium Active CN111625746B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010463040.5A CN111625746B (en) 2020-05-27 2020-05-27 Application page display method, system, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010463040.5A CN111625746B (en) 2020-05-27 2020-05-27 Application page display method, system, electronic device and storage medium

Publications (2)

Publication Number Publication Date
CN111625746A CN111625746A (en) 2020-09-04
CN111625746B true CN111625746B (en) 2024-01-30

Family

ID=72272148

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010463040.5A Active CN111625746B (en) 2020-05-27 2020-05-27 Application page display method, system, electronic device and storage medium

Country Status (1)

Country Link
CN (1) CN111625746B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115412861A (en) * 2022-08-25 2022-11-29 拉扎斯网络科技(上海)有限公司 Method, device and system for awakening small program

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101674571A (en) * 2009-10-13 2010-03-17 深圳市五巨科技有限公司 Method and device for processing mobile terminal information
CN102314409A (en) * 2010-06-30 2012-01-11 深圳市易万卷文化产业有限公司 Method for downloading page information and device thereof and service terminal
CN103491066A (en) * 2012-06-14 2014-01-01 腾讯科技(深圳)有限公司 Method, system, server side equipment and client side equipment for page displaying
CN103729112A (en) * 2014-01-10 2014-04-16 百度在线网络技术(北京)有限公司 Information displaying method and device
CN104751322A (en) * 2013-12-31 2015-07-01 腾讯科技(深圳)有限公司 Method and device for enabling data processing webpage
CN105469266A (en) * 2015-11-18 2016-04-06 腾讯科技(深圳)有限公司 Method and device for information processing
CN106469073A (en) * 2015-08-19 2017-03-01 阿里巴巴集团控股有限公司 The method and apparatus of display application program splashette image
CN107085574A (en) * 2016-02-15 2017-08-22 阿里巴巴集团控股有限公司 A kind of page data processing method and server
CN108319662A (en) * 2018-01-15 2018-07-24 五八有限公司 Page processing method, device, electronic equipment and readable storage medium storing program for executing
CN109840113A (en) * 2017-11-27 2019-06-04 腾讯科技(深圳)有限公司 A kind of application data processing method and its equipment, storage medium, terminal
CN110716786A (en) * 2019-10-16 2020-01-21 腾讯科技(深圳)有限公司 Page display method, system and storage medium
CN111190670A (en) * 2019-12-20 2020-05-22 上海淇玥信息技术有限公司 Page display method and device and electronic equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110208786A1 (en) * 2010-02-23 2011-08-25 Microsoft Corporation Presentation of a web-based visual representation of a structured data solution
CN105975540A (en) * 2016-04-29 2016-09-28 北京小米移动软件有限公司 Information display method and device
CN105955618B (en) * 2016-04-29 2019-07-05 北京小米移动软件有限公司 Information display method and device

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101674571A (en) * 2009-10-13 2010-03-17 深圳市五巨科技有限公司 Method and device for processing mobile terminal information
CN102314409A (en) * 2010-06-30 2012-01-11 深圳市易万卷文化产业有限公司 Method for downloading page information and device thereof and service terminal
CN103491066A (en) * 2012-06-14 2014-01-01 腾讯科技(深圳)有限公司 Method, system, server side equipment and client side equipment for page displaying
CN104751322A (en) * 2013-12-31 2015-07-01 腾讯科技(深圳)有限公司 Method and device for enabling data processing webpage
CN103729112A (en) * 2014-01-10 2014-04-16 百度在线网络技术(北京)有限公司 Information displaying method and device
CN106469073A (en) * 2015-08-19 2017-03-01 阿里巴巴集团控股有限公司 The method and apparatus of display application program splashette image
CN105469266A (en) * 2015-11-18 2016-04-06 腾讯科技(深圳)有限公司 Method and device for information processing
CN107085574A (en) * 2016-02-15 2017-08-22 阿里巴巴集团控股有限公司 A kind of page data processing method and server
CN109840113A (en) * 2017-11-27 2019-06-04 腾讯科技(深圳)有限公司 A kind of application data processing method and its equipment, storage medium, terminal
CN108319662A (en) * 2018-01-15 2018-07-24 五八有限公司 Page processing method, device, electronic equipment and readable storage medium storing program for executing
CN110716786A (en) * 2019-10-16 2020-01-21 腾讯科技(深圳)有限公司 Page display method, system and storage medium
CN111190670A (en) * 2019-12-20 2020-05-22 上海淇玥信息技术有限公司 Page display method and device and electronic equipment

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Ajax技术在物联网信息系统中的应用;施莹;《无线互联科技》(第8期);全文 *
Web Page DOM Node Characterization and its Application to Page Segmentation;Gujjar Vineel;《2009 IEEE International Conference on Internet Multimedia Services Architecture and Applications (IMSAA)》;全文 *
基于Java 技术的新闻采集器设计与实现;赵敏涯等;《软件研发与应用》;全文 *

Also Published As

Publication number Publication date
CN111625746A (en) 2020-09-04

Similar Documents

Publication Publication Date Title
CN108052334B (en) Page jump method, device, computer equipment and storage medium
CN107515764B (en) Application page opening method, terminal and computer readable storage medium
CN104079673B (en) A kind of methods, devices and systems for preventing DNS from kidnapping in application downloading
CN106445583B (en) Page display method, equipment and system
CN109388762B (en) Application sharing method and device
US10430487B2 (en) System and method to share content utilizing universal link format
US10262341B2 (en) Resource downloading method and device
CN104580406B (en) A kind of method and apparatus of synchronous logging state
CN108132814A (en) Page loading method, device, computer equipment and the storage medium of application program
CN108171547B (en) User behavior tracking method, device, equipment and storage medium
CN109635523B (en) Application program detection method and device and computer readable storage medium
CN110659057A (en) Application program hot updating method and device, storage medium and computer equipment
CN108319662A (en) Page processing method, device, electronic equipment and readable storage medium storing program for executing
CN103607385A (en) Method and apparatus for security detection based on browser
CN111858312A (en) Page display method and device of application program, computer equipment and storage medium
CN103618606A (en) App login method verified through short message
CN108156271B (en) Communication method and device and electronic equipment
CN110390043A (en) Crawling method, device, terminal and the storage medium of webpage mailbox data
CN109657468B (en) Virus behavior detection method, device and computer readable storage medium
CN106534280B (en) Data sharing method and device
CN111158793A (en) Application page skipping method and device, electronic equipment and readable storage medium
CN110958462A (en) Live broadcast activity page display method and device, storage medium and live broadcast system
CN111625746B (en) Application page display method, system, electronic device and storage medium
CN104346460B (en) Carry out the method, apparatus and browser client of file download
CN106933615B (en) APP awakening method and device

Legal Events

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