CN108829477B - Interface jump method, device, computer equipment and storage medium - Google Patents

Interface jump method, device, computer equipment and storage medium Download PDF

Info

Publication number
CN108829477B
CN108829477B CN201810551846.2A CN201810551846A CN108829477B CN 108829477 B CN108829477 B CN 108829477B CN 201810551846 A CN201810551846 A CN 201810551846A CN 108829477 B CN108829477 B CN 108829477B
Authority
CN
China
Prior art keywords
jump
interface
instruction
identifier
mark
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
CN201810551846.2A
Other languages
Chinese (zh)
Other versions
CN108829477A (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.)
Kangjian Information Technology Shenzhen Co Ltd
Original Assignee
Kangjian Information 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 Kangjian Information Technology Shenzhen Co Ltd filed Critical Kangjian Information Technology Shenzhen Co Ltd
Priority to CN201810551846.2A priority Critical patent/CN108829477B/en
Publication of CN108829477A publication Critical patent/CN108829477A/en
Application granted granted Critical
Publication of CN108829477B publication Critical patent/CN108829477B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/656Updates while running
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application relates to an interface jump method, an interface jump device, computer equipment and a storage medium. The method comprises the following steps: receiving an interface jump instruction, wherein the interface jump instruction carries a jump mark and a jump path; reading an identification recognition rule from a preset folder according to the interface jump instruction, and judging whether the jump identification is registered according to the identification recognition rule; when the jump mark is registered, acquiring an interface to be jumped according to the mapping relation between the jump path and the interface to be jumped; and displaying the interface to be jumped. By adopting the method, the program codes can be simplified, and the interface buried points in the application program can be managed more conveniently.

Description

Interface jump method, device, computer equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to an interface jump method, an interface jump device, a computer device, and a storage medium.
Background
With the development of the data age, mobile terminals such as mobile phones and the like can realize more and more functions, application programs are correspondingly and vigorously developed, and when the application programs are operated on the mobile terminals, the interface jump is the most common operation.
Conventionally, the jump between interfaces of the mobile terminal is performed by an object reference type, and then corresponding parameters in the object reference type are filled to complete the jump action; however, in the process of jumping among a large number of different interfaces, if the condition of each interface to be jumped needs to be monitored, the embedding points need to be carried out on the paths corresponding to each interface to be jumped in the application program, so that the embedding points need to be traversed when the interfaces jump, and the jumping efficiency is reduced.
Disclosure of Invention
In view of the foregoing, it is desirable to provide an interface jumping method, apparatus, computer device, and storage medium that can improve interface jumping efficiency.
An interface jump method, the method comprising:
receiving an interface jump instruction, wherein the interface jump instruction carries a jump mark and a jump path;
reading an identification recognition rule from a preset folder according to the interface jump instruction, and judging whether the jump identification is registered according to the identification recognition rule;
when the jump identifier is registered, acquiring the interface to be jumped according to the mapping relation between the jump path and the interface to be jumped;
and displaying the interface to be jumped.
In one embodiment, the jump path includes a functional partition identification and a first operation instruction;
the obtaining the interface to be skipped according to the mapping relation between the skip path and the interface to be skipped includes:
identifying the type of the jump identifier;
when the jump mark is an internal jump mark, acquiring the functional partition according to the mapping relation between the functional partition mark and the functional partition;
and executing the first operation instruction in the functional partition to obtain the interface to be skipped.
In one embodiment, the jump path includes an application address and a second operation instruction;
the obtaining the interface to be skipped according to the mapping relation between the skip path and the interface to be skipped includes:
identifying the type of the jump identifier;
when the jump mark is an external jump mark, opening a page corresponding to the application address;
and typing in the second operation instruction in a preset position in the page corresponding to the application address to obtain the interface to be skipped.
In one embodiment, the method further comprises:
when the jump identifier cannot be identified according to the identifier identification rule, generating an upgrade message according to the jump identifier and displaying the upgrade message;
receiving an upgrade instruction corresponding to the upgrade message;
and upgrading the application program for realizing the interface jump method according to the upgrading instruction.
In one embodiment, the receiving the interface jump instruction includes:
detecting whether interaction data interacted with an application program for realizing the interface jumping method has data in a preset format or not;
and when the interaction data contains the data in the preset format, reading the data in the preset format as the interface jump instruction.
In one embodiment, the identifying the new way of identifying the rule includes:
acquiring a new identification rule sent by a server;
and storing the newly added identification rule in the preset folder.
In one embodiment, after the determining whether the jump identifier is registered according to the identifier identification rule, the method further includes:
when the jump mark is unregistered, generating error information according to the jump mark;
and displaying the error information.
An interface jump apparatus, the apparatus comprising:
the interface jump instruction carries a jump mark and a jump path;
the registration checking module is used for reading an identification recognition rule from a preset folder according to the interface jump instruction and judging whether the jump identification is registered according to the identification recognition rule;
the interface positioning module is used for acquiring the interface to be jumped according to the mapping relation between the jump path and the interface to be jumped when the jump identifier is registered;
and the jump module is used for displaying the interface to be jumped.
A computer device comprising a memory storing a computer program and a processor implementing the steps of any one of the methods described above when the processor executes the computer program.
A computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the method of any of the preceding claims.
According to the interface jump method, the device, the computer equipment and the storage medium, when the application program is developed, the identification recognition rule is stored in the application program, when the terminal obtains the interface jump instruction, the interface jump instruction obtained by the terminal is recognized according to the identification recognition rule, and when the jump instruction is registered, the interface to be jumped corresponding to the jump path is displayed, so that the interface jump operation on the terminal is realized. The interface jump method establishes the mapping relation between the jump path in the interface jump instruction and the interfaces to be jumped, and the points are buried in the interfaces to be jumped in a concentrated manner through the mapping relation without respectively burying the points for each interface to be jumped, thereby simplifying the program code and being more convenient for managing the interface buried points in the application program.
Drawings
FIG. 1 is an application scenario diagram of an interface jump method in one embodiment;
FIG. 2 is a flow chart of an interface jump method according to one embodiment;
FIG. 3 is a flowchart illustrating step S206 in FIG. 2 according to one embodiment;
FIG. 4 is a block diagram of an interface jumping device, according to one embodiment;
fig. 5 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
The interface jump method provided by the application can be applied to an application environment shown in figure 1. The terminal and the server communicate through a network. When the application program is developed, an identification recognition rule is stored in the application program, when a terminal for installing the application program obtains an interface jump instruction, the interface jump instruction obtained by the terminal is recognized according to the identification recognition rule, and under the condition that the jump instruction is registered, an interface to be jumped corresponding to a jump path is displayed, so that interface jump operation on the terminal is realized. The terminal may be, but not limited to, various personal computers, notebook computers, smartphones, tablet computers and portable wearable devices, and the server may be implemented by a separate server or a server cluster formed by a plurality of servers.
In one embodiment, as shown in fig. 2, an interface jump method is provided, and the method is applied to the terminal in fig. 1 for illustration, and includes the following steps:
s202, receiving an interface jump instruction, wherein the interface jump instruction carries a jump mark and a jump path.
The interface jump instruction is an instruction received by the terminal and used for switching the current interface; this interface jump instruction may be a user entered command to open another interface on the current interface. The interface jump instruction comprises a jump mark and a jump path; the jump identifier is an identifier for identifying the instruction, that is, a fixed character string is set as the jump identifier during development, and when the terminal receives the instruction, if the instruction contains the jump identifier, the instruction can be judged to be an interface jump instruction. The jump paths refer to addresses of interfaces to be jumped, which can be identified by application programs of the terminals, namely character strings which establish mapping relations with the interfaces to be jumped, and each jump path corresponds to one interface to be jumped.
Specifically, the following steps are implemented in the application program of the terminal. When the terminal starts an application program, if an interface jump instruction carrying a jump mark and a jump path is received, the terminal starts to execute the interface jump method; in this step, the terminal determines whether the received instruction is the basis of the interface jump instruction, mainly the format of the jump identifier in the interface jump instruction.
Optionally, the mode of receiving the interface jump instruction by the terminal may be that the user inputs a click instruction corresponding to the interface, and the terminal correspondingly generates the interface jump instruction corresponding to the click instruction through the application program.
S204, reading an identification recognition rule from a preset folder according to the interface jump instruction, and judging whether the jump identification is registered according to the identification recognition rule.
The preset folder is used for storing identification rules; when the terminal installs the application program, a preset folder is newly built on the terminal for storing the identification rule, and the folder can allow the terminal to access in a readable form through the application program.
The identification recognition rule is a rule for recognizing a jump identification in the interface jump instruction; the combination of some fixed character strings set when the developer develops the application program represents a certain jump identifier, and the jump identifier registered in the server should have a corresponding identifier identification rule in a preset folder of the terminal.
Specifically, after receiving the interface jump instruction, the terminal accesses a preset folder, detects whether the jump identifier has a corresponding identifier identification rule in the preset folder, and judges whether the jump identifier in the interface jump instruction is registered.
S206, when the jump mark is registered, acquiring the interface to be jumped according to the mapping relation between the jump path and the interface to be jumped.
Specifically, when the jump identifier has a corresponding identifier identification rule in the preset folder, the jump identifier in the interface jump instruction is identified to be registered in the server, so that the jump instruction corresponding to the jump identifier can be supported, and the terminal finds the position of the interface to be jumped in the application program according to the jump path in the interface jump instruction.
Optionally, the application program on the terminal makes rules through a URL schema mechanism to identify the jump identifier and the jump path of the interface jump instruction; URL (Uniform Resource Locator ) schema is a mechanism supported by both Android and iOS systems.
S208, displaying the interface to be jumped.
Specifically, the terminal opens the interface to be skipped at the uppermost layer of the display interface, covers the last interface on the display interface, and completes the interface skipping operation at this time.
According to the interface jump method, when the application program is developed, the identification rule is stored in the application program, when the terminal obtains the interface jump instruction, the interface jump instruction obtained by the terminal is identified according to the identification rule, and when the jump instruction is registered, the interface to be jumped corresponding to the jump path is displayed, so that the interface jump operation on the terminal is realized. The interface jump method establishes the mapping relation between the jump path in the interface jump instruction and the interfaces to be jumped, and the points are buried in the interfaces to be jumped in a concentrated manner through the mapping relation without respectively burying the points for each interface to be jumped, thereby simplifying the program code and being more convenient for managing the interface buried points in the application program.
In one embodiment, the jump path includes a functional partition identifier and a first operation instruction; the obtaining the interface to be skipped according to the mapping relationship between the skip path and the interface to be skipped in step S206 may include:
s302, identifying the type of the jump identifier.
Specifically, when a developer defines a jump identifier, it can be classified into two types: the internal jump identifier and the external jump identifier are different in corresponding character strings. The terminal jumps to the interface to be jumped corresponding to the inside of the application program through the internal jump mark, and opens the interface to be jumped corresponding to the outside of the application program through the external jump mark.
S304, when the jump mark is an internal jump mark, the functional partition is obtained according to the mapping relation between the functional partition mark and the functional partition.
When the jump mark in the interface jump instruction is an internal jump mark, the jump path of the interface jump instruction comprises a functional partition mark and a first operation instruction. An application program capable of realizing a plurality of different functions, and a module for realizing different functions, such as an input function partition, a live function partition, etc., is managed through different function partitions; the function partition identifier is an identifier of a function partition where the terminal is used for identifying the interface to be skipped corresponding to the interface skipping instruction. The first operation instruction is to execute a corresponding operation in a corresponding functional partition, and the interface to be skipped corresponding to the interface skip instruction is opened, for example, if a specific live room is opened in a live functional partition, the first operation instruction may be open (defined opening operation) +a live room number.
Specifically, when the terminal recognizes that the interface jump instruction is an internal jump instruction, the terminal locates the corresponding functional partition in the application program from the functional partition identifier in the jump path according to the definition mode of the internal jump instruction.
S306, executing the first operation instruction in the functional partition to obtain an interface to be skipped.
Specifically, after the terminal locates to the corresponding functional partition in the jump path through the application program, executing the operation corresponding to the first operation instruction in the functional partition through the set first operation instruction, opening the interface to be jumped at the uppermost layer of the display interface, covering the last interface on the display interface, and completing the interface jump operation at this time.
In the above embodiment, by distinguishing the types of the jump identifiers, the interface jump operation inside and outside the application program is respectively implemented.
In one embodiment, the jump path includes an application address and a second operation instruction; the step S206 of obtaining the interface to be skipped according to the mapping relationship between the skip path and the interface to be skipped includes: identifying the type of the jump identifier; when the jump mark is an external jump mark, opening a page corresponding to the application address; and keying in a second operation instruction in a preset position in the page corresponding to the application address to obtain the interface to be skipped.
When the jump mark in the interface jump instruction is the external jump mark, the jump path comprises an application address and a second operation instruction. When the interface to be skipped pointed by the interface skip instruction is other programs except the application program, the interface to be skipped needs to be opened by opening the addresses of other applications, and the application address can be a website or a set application code number.
The second operation instruction is to execute corresponding operation in the page corresponding to the application address so as to open the interface to be skipped corresponding to the interface skipping instruction; if an instruction is input in a search field of a homepage of an application program corresponding to an application address, a corresponding page is opened, and the like.
Specifically, after the application program is downloaded on the terminal, other related applications can be opened through the external jump instruction, and an operation corresponding to the second operation instruction is executed in the related applications, so that a page to be jumped corresponding to the interface jump instruction is opened, and interface jump across the program is realized on the terminal through the application program.
In the above embodiment, when the terminal recognizes that the interface jump instruction is an external jump instruction, the above operation is performed, and the interface jump operation inside and outside the application program is implemented together with the above embodiment.
In one embodiment, the interface jump method may further include: when the jump mark cannot be identified according to the mark identification rule, generating an upgrading message according to the jump mark and displaying the upgrading message; receiving an upgrade instruction corresponding to the upgrade message; and upgrading the application program according to the upgrading instruction.
When the terminal cannot identify whether the jump identifier is registered according to the identifier identification rule, the upgrade message is a message generated by the application program and used for informing the user that the application program needs to be upgraded, and the upgrade message may include: identifying erroneous feedback data and the option of the user to select whether to upgrade, etc.
The upgrade instruction is an instruction for upgrading the local application version; a start upgrade command entered by a user of the terminal, etc. may be used.
Specifically, when the program of the terminal cannot identify the interface jump instruction, the version of the application program installed on the terminal is too low, and the identification rule corresponding to the interface jump instruction is not stored, so that the program can be upgraded; when the terminal identifies that the jump instruction is wrong, the terminal generates an upgrade message on a display interface of the terminal according to feedback data of the cause of the error; the user of the terminal can select whether to upgrade the application program running locally of the terminal according to the upgrade message; if the user agrees to upgrade, an upgrade instruction is input, and the application program is upgraded.
In the above embodiment, by upgrading the application program on the terminal, the terminal can locally join the identifier identification rule updated on the server, and continue to operate the interface jump method.
In one embodiment, the step S202 of the interface jump method receives an interface jump instruction, which may include: detecting whether interaction data interacted with an application program for realizing the interface jumping method has data in a preset format or not; when the interaction data has the data with the preset format, the data with the preset format is read as an interface jump instruction.
The preset format is the format of an interface jump instruction; the terminal identifies whether an interface jump instruction exists in a string of character strings or not by detecting the existence of the data in the preset format; the preset format may be a website format or the like.
Specifically, the terminal monitors an interactive message, such as a short message or a push message, in an application program, when the interactive message contains data in a preset format, the data in the preset format is considered to be an interface jump instruction, whether the data in the preset format contains a registered jump identifier is identified, if so, whether an effective jump path exists in the data is continuously identified, if so, the terminal finds the position of the interface to be jumped in the application program according to the jump path, and jumps to the interface to be jumped corresponding to the jump path.
In the above embodiment, the terminal can automatically identify the interface jump instruction, execute the jump operation, and realize automation without inputting by a client.
In one embodiment, the interface jump method includes a new method of identifying an identification rule, where the method may include: acquiring a new identification rule sent by a server; and storing the newly added identification rule in a preset folder.
The newly added identification rule is an identification rule which is not contained in the application program of the terminal; after setting new identification recognition rules, the developer sends the new identification recognition rules to the terminal through the server, and the new identification recognition rules are stored in a preset folder through the application program by the terminal.
Specifically, the terminal acquires a request sent by the server to add an identification recognition rule on the terminal, and stores the newly added identification rule sent by the server into a preset folder, so that the terminal can recognize the corresponding jump identification according to the newly added identification rule, namely, the jump identification is registered.
Optionally, before the terminal obtains the newly added identification rule sent by the server, the method may further include: the terminal firstly verifies the authority of the server to access the preset folder of the terminal, and after the verification is passed, the server can store the newly added identification rule in the preset folder.
According to the embodiment, after the application program is allowed to be installed on the terminal, the terminal acquires the newly added identification rule from the server, acquires the new identification rule, executes the interface jump instruction corresponding to the newly developed jump identification, and realizes dynamic update of the identification rule.
In one embodiment, step S204 of the interface jump method further includes, after determining whether the jump identifier is registered according to the identifier identification rule: when the jump mark is unregistered, generating error information according to the jump mark; error information is displayed.
The error information is information which is generated by the terminal and can not identify the jump identifier when the jump identifier is not registered; the error information may include error feedback when the terminal recognizes the jump identification.
Specifically, when the terminal identifies the jump identifier, the jump identifier in the interface jump instruction is obtained to be unregistered, the terminal generates an error message including error feedback for identifying the jump identifier, and the error message is displayed on a display interface of the terminal.
Optionally, the terminal may send the error information to the server, and the server may receive the error feedback from the server to learn information of the application program when identifying the jump identifier.
In the above embodiment, when the terminal detects that a certain jump identifier is not registered, it informs the user operating the terminal that the jump identifier of the interface jump instruction is not registered, and the user needs to input again.
In one embodiment, a developer integrates a central routing module capable of calling an identification recognition rule stored in a preset folder and realizing a URL Scheme mechanism in an application program, and recognizes an interface jump instruction input by a user through the central routing module: when the jump mark contained in the interface jump instruction is an internal jump mark, the central routing module realizes the jump between pages of different functional partitions in the application program through the functional partition mark and the first operation instruction; when the jump mark contained in the interface jump instruction is the external jump mark, the jump between pages of different application programs is realized through the application address and the second operation instruction. The developer can develop more rules for identifying interface jump instructions, such as adding jump identification types, expanding jump path libraries, etc., integrate the updates into new application versions, and upload the new application versions to the server line for downloading by the terminal. When the central routing module cannot identify the jump identifier in the interface jump instruction, the user can be informed of acquiring the latest version of the application program from the server, and the version in the application program installed on the terminal is updated.
In the above embodiment, the identification mode of the page jump instruction of the page to be jumped is uniformly managed in the central routing module through the URL schema mechanism, and the single-node point burying is only performed on the access path of the interface to be jumped in the central routing module, so that each page to be jumped does not need to be respectively buried, the program code is simplified, and the management of the application program after the terminal installs the application program is facilitated; it is also easier for the developer to monitor the program access through buried points in the application.
It should be understood that, although the steps in the flowcharts of fig. 2 to 3 are sequentially shown as indicated by arrows, these steps are not necessarily sequentially performed in the order indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 2-3 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, nor does the order in which the sub-steps or stages are performed necessarily occur sequentially, but may be performed alternately or alternately with at least a portion of other steps or sub-steps or stages of other steps.
In one embodiment, as shown in fig. 4, there is provided an interface jumping apparatus, comprising: a start skip module 100, a registration check module 200, an interface location module 300, and a skip module 400, wherein:
the skip module 100 is started to receive an interface skip instruction, where the interface skip instruction carries a skip identifier and a skip path.
The registration checking module 200 is configured to read an identification recognition rule from a preset folder according to the interface jump instruction, and determine whether the jump identifier is registered according to the identification recognition rule.
And the interface positioning module 300 is configured to obtain the interface to be skipped according to the mapping relationship between the skip path and the interface to be skipped when the skip identifier is registered.
The skip module 400 is used for displaying the interface to be skipped.
In one embodiment, if the jump path in the interface jump device includes the functional partition identifier and the first operation instruction, the interface positioning module 300 may include:
and the identification identifying unit is used for identifying the type of the jump identification.
And the internal identification processing unit is used for acquiring the functional partition according to the mapping relation between the functional partition identification and the functional partition when the jump identification is the internal jump identification.
And the first interface acquisition unit is used for executing the first operation instruction in the functional partition to obtain the interface to be skipped.
In one embodiment, if the jump instruction in the interface jump device includes the application address and the second operation instruction, the interface positioning module 300 may include:
and the identification identifying unit is used for identifying the type of the jump identification.
And the external identification processing unit is used for opening the page corresponding to the application address when the jump identification is the external jump identification.
And the second interface acquisition unit is used for keying in a second operation instruction in a preset position in the page corresponding to the application address to obtain the interface to be skipped.
In one embodiment, the interface jumping device may further include:
and the upgrading notification module is used for generating upgrading information according to the jump identifier and displaying the upgrading information when the jump identifier cannot be identified according to the identifier identification rule to be registered.
And the upgrade instruction receiving module is used for receiving the upgrade instruction corresponding to the upgrade message.
And the upgrading module is used for upgrading the application program for realizing the interface jumping method according to the upgrading instruction.
In one embodiment, the start skip module 100 in the interface skip device may include:
and the skip data detection unit is used for detecting whether interaction data interacted with an application program for realizing the interface skip method has data in a preset format.
And the jump instruction generation unit is used for reading the data with the preset format as an interface jump instruction when the data with the preset format exists in the interactive data.
In one embodiment, the interface jumping device may further include:
and the rule receiving module is used for acquiring the newly added identification rule sent by the server.
And the rule newly-adding module is used for storing the newly-added identification rule in a preset folder.
In one embodiment, the interface jumping device may further include:
and the error information generation module is used for generating error information according to the jump identification when the jump identification is unregistered.
And the error information display module is used for displaying error information.
For specific limitations of the interface jumping device, reference may be made to the above limitation of the interface jumping method, and the description thereof will not be repeated. The various modules in the interface jumping device described above may be implemented in whole or in part by software, hardware, or a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided, which may be a terminal, and the internal structure of which may be as shown in fig. 5. The computer device includes a processor, a memory, a network interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement an interface jump method. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, can also be keys, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by those skilled in the art that the structure shown in FIG. 5 is merely a block diagram of some of the structures associated with the present inventive arrangements and is not limiting of the computer device to which the present inventive arrangements may be applied, and that a particular computer device may include more or fewer components than shown, or may combine some of the components, or have a different arrangement of components.
In one embodiment, a computer device is provided comprising a memory storing a computer program and a processor that when executing the computer program performs the steps of: receiving an interface jump instruction, wherein the interface jump instruction carries a jump mark and a jump path; reading an identification recognition rule from a preset folder according to the interface jump instruction, and judging whether the jump identification is registered according to the identification recognition rule; when the jump mark is registered, acquiring an interface to be jumped according to the mapping relation between the jump path and the interface to be jumped; and displaying the interface to be jumped.
In one embodiment, the obtaining the interface to be skipped according to the mapping relation between the skip path and the interface to be skipped, which is implemented when the processor executes the computer program, may include: identifying the type of the jump identifier; the jump path comprises a functional partition identifier and a first operation instruction; when the jump mark is an internal jump mark, acquiring a functional partition according to the mapping relation between the functional partition mark and the functional partition; and executing the first operation instruction in the functional partition to obtain the interface to be skipped.
In one embodiment, the obtaining the interface to be skipped according to the mapping relation between the skip path and the interface to be skipped, which is implemented when the processor executes the computer program, may include: identifying the type of the jump identifier; the jump path comprises an application address and a second operation instruction; when the jump mark is an external jump mark, opening a page corresponding to the application address; and keying in a second operation instruction in a preset position in the page corresponding to the application address to obtain the interface to be skipped.
In one embodiment, the processor when executing the computer program further performs the steps of: when the jump mark cannot be identified according to the mark identification rule, generating an upgrading message according to the jump mark and displaying the upgrading message; receiving an upgrade instruction corresponding to the upgrade message; and upgrading the application program for realizing the interface jump method according to the upgrading instruction.
In one embodiment, a receive interface jump instruction implemented when a processor executes a computer program includes: detecting whether interaction data interacted with an application program for realizing an interface jumping method has data in a preset format or not; when the interaction data has the data with the preset format, the data with the preset format is read as an interface jump instruction.
In one embodiment, the method for identifying the new way of identifying the rule implemented when the processor executes the computer program comprises the following steps: acquiring a new identification rule sent by a server; and storing the newly added identification rule in a preset folder.
In one embodiment, after the processor determines whether the jump identifier is registered according to the identifier identification rule, the method further includes: when the jump mark is unregistered, generating error information according to the jump mark; error information is displayed.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, performs the steps of: receiving an interface jump instruction, wherein the interface jump instruction carries a jump mark and a jump path; reading an identification recognition rule from a preset folder according to the interface jump instruction, and judging whether the jump identification is registered according to the identification recognition rule; when the jump mark is registered, acquiring an interface to be jumped according to the mapping relation between the jump path and the interface to be jumped; and displaying the interface to be jumped.
In one embodiment, the obtaining the interface to be skipped according to the mapping relationship between the skip path and the interface to be skipped, which is implemented when the computer program is executed by the processor, may include: identifying the type of the jump identifier; the jump path comprises a functional partition identifier and a first operation instruction; when the jump mark is an internal jump mark, acquiring a functional partition according to the mapping relation between the functional partition mark and the functional partition; and executing the first operation instruction in the functional partition to obtain the interface to be skipped.
In one embodiment, the obtaining the interface to be skipped according to the mapping relationship between the skip path and the interface to be skipped, which is implemented when the computer program is executed by the processor, may include: identifying the type of the jump identifier; the jump path comprises an application address and a second operation instruction; when the jump mark is an external jump mark, opening a page corresponding to the application address; and keying in a second operation instruction in a preset position in the page corresponding to the application address to obtain the interface to be skipped.
In one embodiment, the computer program when executed by the processor further performs the steps of: when the jump mark cannot be identified according to the mark identification rule, generating an upgrading message according to the jump mark and displaying the upgrading message; receiving an upgrade instruction corresponding to the upgrade message; and upgrading the application program for realizing the interface jump method according to the upgrading instruction.
In one embodiment, a receive interface jump instruction implemented when a computer program is executed by a processor comprises: detecting whether interaction data interacted with an application program for realizing an interface jumping method has data in a preset format or not; when the interaction data has the data with the preset format, the data with the preset format is read as an interface jump instruction.
In one embodiment, a new way of identifying a rule implemented when a computer program is executed by a processor includes: acquiring a new identification rule sent by a server; and storing the newly added identification rule in a preset folder.
In one embodiment, after the computer program is executed by the processor to determine whether the jump identifier is registered according to the identifier identification rule, the method further includes: when the jump mark is unregistered, generating error information according to the jump mark; error information is displayed.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The foregoing examples illustrate only a few embodiments of the application, which are described in detail and are not to be construed as limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of protection of the present application is to be determined by the appended claims.

Claims (10)

1. An interface jump method, the method comprising:
receiving an interface jump instruction, wherein the interface jump instruction carries a jump mark and a jump path; the jump path comprises a functional partition identifier, a first operation instruction, an application address and a second operation instruction;
reading an identification recognition rule from a preset folder according to the interface jump instruction, and judging whether the jump identification is registered according to the identification recognition rule;
when the jump identifier is registered, identifying the type of the jump identifier;
when the jump mark is an internal jump mark, acquiring the functional partition according to the mapping relation between the functional partition mark and the functional partition;
executing the first operation instruction in the functional partition to obtain an interface to be skipped;
when the jump mark is an external jump mark, opening a page corresponding to the application address;
typing in the second operation instruction in a preset position in the page corresponding to the application address to obtain the interface to be skipped;
and displaying the interface to be jumped.
2. The method according to claim 1, wherein the method further comprises:
when the jump identifier cannot be identified according to the identifier identification rule, generating an upgrade message according to the jump identifier and displaying the upgrade message;
receiving an upgrade instruction corresponding to the upgrade message;
and upgrading the application program for realizing the interface jump method according to the upgrading instruction.
3. The method of claim 1, wherein receiving the interface jump instruction comprises:
detecting whether interaction data interacted with an application program for realizing the interface jumping method has data in a preset format or not;
and when the interaction data contains the data in the preset format, reading the data in the preset format as the interface jump instruction.
4. The method of claim 1, wherein the identifying the new way of identifying the rule comprises:
acquiring a new identification rule sent by a server;
and storing the newly added identification rule in the preset folder.
5. The method of claim 1, wherein after said determining whether the jump identifier is registered according to the identifier identification rule, further comprising:
when the jump mark is unregistered, generating error information according to the jump mark;
and displaying the error information.
6. An interface jump apparatus, said apparatus comprising:
the interface jump instruction carries a jump mark and a jump path; the jump path comprises a functional partition identifier, a first operation instruction, an application address and a second operation instruction;
the registration checking module is used for reading an identification recognition rule from a preset folder according to the interface jump instruction and judging whether the jump identification is registered according to the identification recognition rule;
the interface positioning module is used for identifying the type of the jump identifier when the jump identifier is registered; when the jump mark is an internal jump mark, acquiring the functional partition according to the mapping relation between the functional partition mark and the functional partition; executing the first operation instruction in the functional partition to obtain an interface to be skipped; when the jump mark is an external jump mark, opening a page corresponding to the application address; typing in the second operation instruction in a preset position in the page corresponding to the application address to obtain the interface to be skipped;
and the jump module is used for displaying the interface to be jumped.
7. The apparatus of claim 6, wherein the apparatus further comprises:
the rule receiving module is used for acquiring the newly added identification rule sent by the server;
and the rule newly-added module is used for storing the newly-added identification rule in the preset folder.
8. The apparatus of claim 6, wherein the apparatus further comprises:
the error information generation module is used for generating error information according to the jump identifier when the jump identifier is not registered;
and the error information display module is used for displaying the error information.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any one of claims 1 to 5 when the computer program is executed.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 5.
CN201810551846.2A 2018-05-31 2018-05-31 Interface jump method, device, computer equipment and storage medium Active CN108829477B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810551846.2A CN108829477B (en) 2018-05-31 2018-05-31 Interface jump method, device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810551846.2A CN108829477B (en) 2018-05-31 2018-05-31 Interface jump method, device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN108829477A CN108829477A (en) 2018-11-16
CN108829477B true CN108829477B (en) 2023-08-18

Family

ID=64146671

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810551846.2A Active CN108829477B (en) 2018-05-31 2018-05-31 Interface jump method, device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN108829477B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109669755A (en) * 2018-12-25 2019-04-23 北京金山安全软件有限公司 Page switching method and device, electronic equipment and storage medium
CN109933734B (en) * 2019-02-28 2021-04-30 广州方硅信息技术有限公司 Page skipping method, device and system and storage medium
CN110221872B (en) * 2019-04-22 2022-09-09 五八有限公司 Page jump method and device, electronic equipment and storage medium
CN110248253B (en) * 2019-06-18 2021-11-23 北京字节跳动网络技术有限公司 Switching method, device and equipment of interactive interface of live broadcast room and storage medium
CN110688598B (en) * 2019-08-22 2023-01-06 苏宁云计算有限公司 Service parameter acquisition method and device, computer equipment and storage medium
CN110795181A (en) * 2019-09-18 2020-02-14 北京你财富计算机科技有限公司 Application program interface display method and device based on skip protocol and electronic equipment
CN111428163A (en) * 2020-03-20 2020-07-17 吉林亿联银行股份有限公司 Page access method and device
CN112181574A (en) * 2020-09-29 2021-01-05 青岛海信传媒网络技术有限公司 Product information display method of display equipment and display equipment
CN112764846B (en) * 2020-12-31 2022-12-27 北京达佳互联信息技术有限公司 Interface display method and device, electronic equipment and storage medium
CN113069769B (en) * 2021-04-20 2022-07-29 腾讯科技(深圳)有限公司 Cloud game interface display method and device, electronic equipment and storage medium
CN113434233B (en) * 2021-06-28 2023-10-24 青岛海尔科技有限公司 Interface jump method and device, storage medium and electronic device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017088703A1 (en) * 2015-11-27 2017-06-01 阿里巴巴集团控股有限公司 Page jumping method and apparatus
CN107329750A (en) * 2017-06-26 2017-11-07 厦门美图移动科技有限公司 The recognition methods of advertisement page, jump method and mobile terminal in application program
CN107729106A (en) * 2017-10-09 2018-02-23 北京京东尚科信息技术有限公司 It is a kind of that the method and apparatus quickly redirected are realized between application component
CN107748690A (en) * 2017-10-30 2018-03-02 深圳Tcl新技术有限公司 Using jump method, device and computer-readable storage medium
CN107870784A (en) * 2017-11-24 2018-04-03 维沃移动通信有限公司 A kind of display control method, mobile terminal and computer-readable recording medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017088703A1 (en) * 2015-11-27 2017-06-01 阿里巴巴集团控股有限公司 Page jumping method and apparatus
CN107329750A (en) * 2017-06-26 2017-11-07 厦门美图移动科技有限公司 The recognition methods of advertisement page, jump method and mobile terminal in application program
CN107729106A (en) * 2017-10-09 2018-02-23 北京京东尚科信息技术有限公司 It is a kind of that the method and apparatus quickly redirected are realized between application component
CN107748690A (en) * 2017-10-30 2018-03-02 深圳Tcl新技术有限公司 Using jump method, device and computer-readable storage medium
CN107870784A (en) * 2017-11-24 2018-04-03 维沃移动通信有限公司 A kind of display control method, mobile terminal and computer-readable recording medium

Also Published As

Publication number Publication date
CN108829477A (en) 2018-11-16

Similar Documents

Publication Publication Date Title
CN108829477B (en) Interface jump method, device, computer equipment and storage medium
CN110221872B (en) Page jump method and device, electronic equipment and storage medium
CN110008118B (en) Page data testing method and device, computer equipment and storage medium
CN108845812B (en) Plug-in updating method, device, computer equipment and storage medium
CN109901834B (en) Document page generation method, device, computer equipment and storage medium
CN108959384B (en) Webpage data acquisition method and device, computer equipment and storage medium
CN108540509B (en) Processing method and device of terminal browser, server and intelligent terminal
CN110569035A (en) Code compiling method, device, equipment and storage medium of software development project
CN109522500B (en) Webpage display method, device, terminal and storage medium
CN109361628B (en) Message assembling method and device, computer equipment and storage medium
CN110365724B (en) Task processing method and device and electronic equipment
CN111008132B (en) Application debugging method and device for Android system, computer equipment and storage medium
CN113940037B (en) Resource subscription method, device, computer equipment and storage medium
CN111666497A (en) Application program loading method and device, electronic equipment and readable storage medium
CN110688598A (en) Service parameter acquisition method and device, computer equipment and storage medium
CN111866158B (en) Routing method, routing device, computer equipment and storage medium
CN106843947B (en) Method and device for processing code defects
CN107632872B (en) Desktop layout processing method, user data processing method and device and computer storage medium
CN110362341B (en) Business management method, device, equipment and storage medium based on micro-service architecture
CN113835713B (en) Source code packet downloading method, device, computer equipment and storage medium
CN112423281A (en) Wireless module upgrading method and device, computer equipment and storage medium
CN111147586B (en) Equipment end control method and device and conference system
CN110727477B (en) Component loading method and device, computer equipment and storage medium
CN110489138B (en) Application updating method, device and storage medium
CN111158777A (en) Component calling method and device 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
GR01 Patent grant
GR01 Patent grant