Movatterモバイル変換


[0]ホーム

URL:


CN112596816A - Form processing method and device and electronic equipment - Google Patents

Form processing method and device and electronic equipment
Download PDF

Info

Publication number
CN112596816A
CN112596816ACN202011569078.7ACN202011569078ACN112596816ACN 112596816 ACN112596816 ACN 112596816ACN 202011569078 ACN202011569078 ACN 202011569078ACN 112596816 ACN112596816 ACN 112596816A
Authority
CN
China
Prior art keywords
input
plug
information
functional plug
functional
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.)
Granted
Application number
CN202011569078.7A
Other languages
Chinese (zh)
Other versions
CN112596816B (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.)
Vivo Mobile Communication Co Ltd
Original Assignee
Vivo Mobile Communication 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 Vivo Mobile Communication Co LtdfiledCriticalVivo Mobile Communication Co Ltd
Priority to CN202011569078.7ApriorityCriticalpatent/CN112596816B/en
Publication of CN112596816ApublicationCriticalpatent/CN112596816A/en
Application grantedgrantedCritical
Publication of CN112596816BpublicationCriticalpatent/CN112596816B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

Translated fromChinese

本申请公开了一种表单处理方法、装置及电子设备,属于表单开发技术领域。其中,应用于电子设备,所述方法包括:在接收到对表单的第一输入的情况下,获取与所述第一输入对应的功能插件配置参数;在接收到对所述表单的第二输入的情况下,获取目标信息,所述目标信息包括:第三输入信息、电子设备状态信息、表单所指示对象的状态信息、及预设表单输入备选信息中的至少一种;通过与所述功能插件配置参数对应的第一功能插件对所述目标信息进行处理。本申请实施例实现了表单辅助功能的跨平台使用,减少了表单处理的步骤,提高了表单处理效率。

Figure 202011569078

The present application discloses a form processing method, device and electronic device, belonging to the technical field of form development. Wherein, when applied to an electronic device, the method includes: when a first input to a form is received, acquiring a function plug-in configuration parameter corresponding to the first input; after receiving a second input to the form In the case of , obtain target information, the target information includes: at least one of third input information, electronic device status information, status information of the object indicated by the form, and preset form input alternative information; The first function plug-in corresponding to the function plug-in configuration parameter processes the target information. The embodiment of the present application realizes the cross-platform use of the form auxiliary function, reduces the steps of form processing, and improves the form processing efficiency.

Figure 202011569078

Description

Form processing method and device and electronic equipment
Technical Field
The application belongs to the technical field of communication, and particularly relates to a form processing method and device and electronic equipment.
Background
At present, the form input box is used as a common component, is mainly used for collecting user input, and simultaneously needs to realize the requirements of input verification, input completion and the like by developing auxiliary functions related to input.
The related functions of the existing form input box are rapidly developed and reused mainly through the < input > tag pattern attribute setting in webpage development and through the android: digits and android: inputType attribute setting in android development. However, the first mode is only suitable for client development of the HTML5 type, cannot be used in other platform clients, only supports the regular expression check function of input content, and has a small reusable function range; the second mode is only suitable for android client development, cannot be used in other platform clients, only supports the character type checking function of input content, and has a small reusable function range.
Therefore, the existing method for realizing the auxiliary function related to form filling has high development cost, is difficult to realize use in different client platforms, is not suitable for scenes with complex function multiplexing, and causes the form processing process to be complicated and the efficiency to be low.
Disclosure of Invention
The embodiment of the application aims to provide a form processing method, which can solve the problems that auxiliary functions related to form filling cannot be effectively multiplexed, so that the form processing process is complicated and the efficiency is low in the prior art.
In order to solve the technical problem, the present application is implemented as follows:
in a first aspect, an embodiment of the present application provides a form processing method, where the form processing method is applied to an electronic device, and the method includes:
under the condition that a first input to a form is received, acquiring a functional plug-in configuration parameter corresponding to the first input;
in the event that a second input to the form is received, obtaining target information, the target information comprising: at least one of third input information, electronic equipment state information, state information of an object indicated by the form and preset form input alternative information;
and processing the target information through the functional plug-in corresponding to the functional plug-in configuration parameters.
In a second aspect, an embodiment of the present application provides a form processing apparatus, where the form processing apparatus is applied to an electronic device, and the apparatus includes:
the system comprises a first acquisition module, a second acquisition module and a display module, wherein the first acquisition module is used for acquiring a function plug-in configuration parameter corresponding to a first input under the condition that the first input to a form is received;
a second obtaining module, configured to obtain target information when a second input to the form is received, where the target information includes: at least one of third input information, electronic equipment state information, state information of an object indicated by the form and preset form input alternative information;
and the execution module is used for processing the target information through the functional plug-in corresponding to the functional plug-in configuration parameters.
In a third aspect, an embodiment of the present application provides an electronic device, which includes a processor, a memory, and a program or instructions stored on the memory and executable on the processor, and when executed by the processor, the program or instructions implement the steps of the method according to the first aspect.
In a fourth aspect, embodiments of the present application provide a readable storage medium, on which a program or instructions are stored, which when executed by a processor implement the steps of the method according to the first aspect.
In a fifth aspect, an embodiment of the present application provides a chip, where the chip includes a processor and a communication interface, where the communication interface is coupled to the processor, and the processor is configured to execute a program or instructions to implement the method according to the first aspect.
In the embodiment of the application, under the condition that first input of a form by a user is received, obtaining a functional plug-in configuration parameter corresponding to the first input; then, in the process of receiving a second input to the form, target information is acquired, wherein the target information comprises: at least one of third input information, electronic equipment state information, state information of an object indicated by the form and preset form input alternative information; and processing the target information through the functional plug-in corresponding to the functional plug-in configuration parameters. The function plug-in can realize specific form functions, corresponding auxiliary functions related to form input are realized by loading and running the function plug-in, and the function plug-in can be reused, so that the reuse of the form auxiliary functions is realized, the steps of form processing are reduced, and the form processing efficiency is improved.
Drawings
FIG. 1 is a flowchart illustrating steps of a form processing method according to an embodiment of the present application;
FIG. 2 is a flowchart illustrating an implementation of a form processing method according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of an original display of a first operator telephone fee recharge page in an embodiment of the present application;
fig. 4 is a display schematic diagram of a first operator telephone fee recharging page after a mobile phone number is executed to fill in a recommended function plug-in the embodiment of the application;
FIG. 5 is a schematic diagram of a page display in an embodiment of the present application when the input number format is incorrect;
FIG. 6 is a schematic diagram of a page display when the input number is a non-first operator number in an embodiment of the present application;
FIG. 7 is a flowchart of another implementation of a form processing method according to an embodiment of the present application;
FIG. 8 is a schematic diagram of an original display of a stock exchange software page in an embodiment of the present application;
FIG. 9 is a schematic diagram illustrating a display of a page of stock exchange software after executing a stock price updating function plug-in an embodiment of the present application;
FIG. 10 is a schematic diagram of a page display of stock exchange software after executing a bump-preventing mis-entry function plug-in an embodiment of the present application;
FIG. 11 is a schematic structural diagram of a form processing apparatus according to an embodiment of the present application;
FIG. 12 is a schematic structural diagram of a form processing apparatus according to an embodiment of the present application;
fig. 13 is a schematic structural diagram of an electronic device provided in an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some, but not all, embodiments of the present application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The terms first, second and the like in the description and in the claims of the present application are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application are capable of operation in sequences other than those illustrated or described herein. In addition, "and/or" in the specification and claims means at least one of connected objects, a character "/" generally means that a preceding and succeeding related objects are in an "or" relationship.
The document display method provided by the embodiment of the present application is described in detail below with reference to the accompanying drawings through specific embodiments and application scenarios thereof.
Referring to fig. 1, a flowchart illustrating steps of a form processing method provided in an embodiment of the present application is shown, where the method is applied to an electronic device and may include steps S100 to S400.
In the embodiment of the application, the form processing method is applied to terminal equipment with form display and input functions, and specifically can be a mobile phone, a tablet computer, an electronic reader and the like.
Step S100, under the condition that a first input to a form is received, acquiring a function plug-in configuration parameter corresponding to the first input.
In the step S100, the first input is an operation that a user needs to input or edit a form, and specifically may be an operation of clicking an input box in the form or locking a cursor to the input box of the form; the functional plug-in configuration parameters are plug-in information for indicating the requirements of the form editing function, namely information for explaining the functional plug-ins applicable to the form, and specifically comprise functional plug-in identifiers and configuration parameters; the functional plug-in is a reusable and cross-platform form filling related functional program and is loaded by an installed application program such as an input method program; the functional plug-in identification is the only identification of the functional plug-in and is used for identifying the functional plug-in, and specifically can be a functional plug-in name and the like; the configuration parameters are parameters required by initialization of the functional plug-in or execution standard parameters. In practical application, the configuration parameters of the functional plug-in can be input through the form input box, so as to be provided for the application program which can load the functional plug-in.
Each functional plug-in can set a specific set of external event types of the application program, such as the bump state of the electronic device and the target state of an object indicated by a form; when the application program receives the external event signal, a program hook of the functional plug-in is triggered to execute the related function of the functional plug-in; currently, the set of external event types may also be set as an empty set, i.e. not responding to any external events.
For example, when the form is a form input box in which the id number of zhejiang province needs to be filled, an id card input verification plug-in is set to be loaded in the form editing information, the corresponding function plug-in name is "VerifyIdentityCard", and the configuration parameter is "ZJ".
Step S200, under the condition that a second input to the form is received, acquiring target information, wherein the target information comprises: and at least one of the third input information, the electronic equipment state information, the state information of the object indicated by the form and preset form input alternative information.
In the step S200, the second input is an operation of the user performing an input in the input box; the target information is information related to the triggering execution of the functional plug-in corresponding to the currently input form, and specifically includes at least one of third input information, the state of the electronic device, state information of an object indicated by the form, and preset form input alternative information. Wherein, the third input information refers to the information input by the user in the form input box; the state information of the electronic equipment refers to the current state of the electronic equipment, and because the states of the electronic equipment are different, the form input of the user is also different, so that the state of the electronic equipment needs to be acquired, a corresponding plug-in is triggered to remind the user under the condition that the state of the electronic equipment can influence the form input of the user, and the misoperation of the user is avoided; the object indicated by the form is an attribution object of the form content, the form content input by a user through the form is an operation aiming at the indicated object, and the state information of the object indicated by the form is the state information of the indicated object, so that the state information of the object indicated by the form is obtained, a functional plug-in executed based on the state information is triggered according to the state information to operate, and further corresponding prompt information is generated; and if the preset form input alternative information is character strings which accord with preset form rules in the storage data of the electronic equipment, so that corresponding recommendation plug-ins are triggered to recommend input information options for the user.
And step S300, processing the target information through the first functional plug-in corresponding to the functional plug-in configuration parameters.
In the step S300, a first matched functional plug-in is determined according to the configuration parameters of the functional plug-in determined in the step S100, and then the functional plug-in is executed by an application program such as an input method program, so as to process the target information, that is, execute the functions included in the functional plug-in.
And the functional plug-in calls a functional code corresponding to the functional plug-in through the application program to change the display result and result submission behavior of the application program when the acquired target information meets the trigger condition of the corresponding functional plug-in a program hook mode.
Optionally, the application program may be an input method program, and the input method program provides a unified environment for the function plug-ins to run, loads and runs the function plug-ins, thereby not only realizing corresponding form functions, but also enabling the function plug-ins to be reused across platforms, and thus realizing the use of the form functions across platforms; for example, the input completion function plug-in calls a function code included in the plug-in after an input character event triggered by the input method occurs, judges a completion mode existing in an input string of the current input method, and displays the completion mode in a display result of an input method program.
According to the form processing method provided by the embodiment of the application, under the condition that the first input of a user to the form is received, the configuration parameters of the functional plug-in are firstly obtained; then, in the process of receiving a second input to the form, target information is acquired, wherein the target information comprises: at least one of third input information, electronic equipment state information, state information of an object indicated by the form and preset form input alternative information; and processing the target information through the functional plug-in corresponding to the functional plug-in configuration parameters. Because the function plug-in can realize the specific form function, the corresponding form function is realized by loading and running the function plug-in, and the function plug-in can be reused, namely, the auxiliary function related to form filling is reused, so that the form processing steps are reduced, and the form processing efficiency is improved.
Optionally, in an embodiment, the step S100 includes steps S101 to S104.
Step S101, under the condition that a first input to the form is received, whether a local plug-in database stores a first functional plug-in corresponding to the functional plug-in configuration parameters is detected.
In the step S101, the electronic device triggers and detects whether the local plug-in database stores the first functional plug-in corresponding to the functional plug-in configuration parameter, that is, whether the local plug-in database stores various functional plug-ins required by the form currently performing the input operation by the user.
Step S102, sending a downloading request to a server under the condition that the local plug-in database does not store the first functional plug-in, wherein the downloading request carries a functional plug-in identifier.
In step S102, after the developer of the form function develops the functional plug-in, the functional plug-in is uploaded to a server such as a remote plug-in center for downloading programs, where the functional plug-in may include a content verification plug-in, an input completion plug-in, an input error correction plug-in, an input recommendation plug-in, and the like.
In the step S102, when the local plug-in database does not store the first functional plug-in, a download request with a functional plug-in identifier needs to be sent to the server to request to download the plug-in corresponding to the functional plug-in identifier.
Step S103, receiving a first functional plug-in with the matched functional plug-in identification sent by the server; and loading and initializing the first functional plug-in according to the configuration parameters of the functional plug-ins.
In step S103, after receiving the download request, the server will issue the corresponding first functional plug-in to the application program, and the application program may load and initialize the first functional plug-in according to the configuration parameters of the functional plug-in, so as to implement cross-platform multiplexing of the functional plug-ins.
And step S104, loading and initializing the first functional plug-in according to the configuration parameters of the functional plug-in under the condition that the first functional plug-in is stored in the local plug-in database.
In the step S104, when the first functional plug-ins required by the currently input form are stored in the local database, the first functional plug-ins are loaded and initialized directly according to the configuration parameters of the functional plug-ins.
In the above embodiment, the first functional plug-in is directly loaded and initialized when the local plug-in database stores the first functional plug-in, and the first functional plug-in is searched and downloaded in the server when the local plug-in database does not store the first functional plug-in, so as to obtain the first functional plug-in, thereby implementing the cross-platform multiplexing of the functional plug-ins.
Optionally, in an embodiment, when the first functional plug-in includes a recommended functional plug-in, the target information includes third input information and preset form input alternative information, and the step S300 specifically includes steps S301 to S302.
In this embodiment, the recommended function plug-in is a plug-in that generates recommended information based on the third input information and the preset form input alternative information, and therefore when the first function plug-in includes the recommended function plug-in, the third input information and the preset form input alternative information need to be acquired, so as to trigger the recommended function plug-in to generate the recommended information.
Step S301, processing the third input information and the input alternative information of the preset form through the recommendation function plug-in to generate first recommendation information.
In the step S301, after the third input information input by the user in the form input box and the preset form input alternative information in the electronic device are obtained, the function plug-in to be triggered may be determined to be a recommended function plug-in, so that the recommended function plug-in is executed immediately, the recommended function plug-in generates the first recommendation information according to the user input information and the preset form input alternative information, and the first recommendation information is displayed. For example, when the recommended function plug-in is executed by the input method program, the first recommendation information is fed back to the input method program for display.
Optionally, the step S301 specifically includes: searching first alternative information which accords with a form input rule and has the same initial part as the third input information in the preset form input alternative information through the recommendation function plug-in according to the third input information; under the condition that the first candidate information meeting the requirement is found, selecting at least one of the first candidate information as the first recommendation information, for example, any one of the first candidate information may be selected as the first recommendation information for recommendation display, or all the first candidate information is selected as the first recommendation information for recommendation display; and under the condition that the first alternative information is not found, the first recommendation information is not generated, namely, the recommendation information is not provided.
Step S302, under the condition that a fourth input of the target character string in the first recommendation information is received by the user, inputting the target character string into the form.
In step S302, the target character string is a character string of the form that needs to be input and is selected by the user from the first recommendation information, and the fourth input is a determination operation on the target character string, which may be a selection operation such as clicking on the target character string.
When the fourth input is received, the target character string is input into the form because the target character string needs to be input.
In the above embodiment, when the functional plug-in corresponding to the configuration parameter of the functional plug-in is a recommended functional plug-in, the recommended functional plug-in generates recommended information according to the acquired user input information and the preset form input alternative information, and displays the first recommended information, so that the user can select a required character string to be quickly input into the form.
Optionally, in an embodiment, when the first functional plug-in includes a verification functional plug-in, the target information includes third input information, and the step S300 specifically includes steps S303 to S304.
In this embodiment, the verification function plug-in is a plug-in that verifies the user input information to determine whether the user input information meets the preset form input rule, and therefore when the function plug-in includes the verification function plug-in, the third input information representing the user input information needs to be acquired, so that the verification function plug-in is triggered to verify the user input information.
Step S303, verifying the third input information through a verification function plug-in to verify whether the user input information meets the form input rule.
In the step S303, after the third input information input by the user in the form input box is obtained, the functional plug-in to be triggered may be determined to be the verification functional plug-in, so that the input method program is triggered immediately to execute the verification functional plug-in, and the verification functional plug-in verifies the user input information to verify and determine whether the user input information meets the preset form input rule.
Step S304, under the condition that the third input information does not accord with the form input rule, generating a first prompt message, and setting the authority of the user for submitting the input information as the prohibition of submitting; the first prompt message is used for reminding the user that the input information does not accord with the form input rule.
In the step S304, when the third input information does not conform to the form input rule, the prompt information is generated to notify the user that the currently input information does not conform to the form input rule, and the submission of the information input by the user is prohibited, that is, when the information input by the user does not conform to the form input rule, the user is prohibited from performing further operations based on the currently input information, so that the user is prevented from being lost due to mistakenly inputting the information that does not conform to the form input rule.
In step S304, if the third input information conforms to the form input rule, the third input information is directly input into the form.
In the foregoing embodiment, when the functional plug-in corresponding to the configuration parameter of the functional plug-in is the verification functional plug-in, the verification functional plug-in generates the first recommendation information according to the third input information input by the user, and displays the first recommendation information, so that the user can select the required character string to be quickly input into the form.
Optionally, in an embodiment, when the form is a transaction form, and the first functional plug-in corresponding to the functional plug-in configuration parameter includes an update functional plug-in, the target information includes state information of an object indicated by the form, and the state information of the object indicated by the form includes an update state, where the step S300 specifically includes step S305.
In this embodiment, the update function plug-in is a plug-in that generates a prompt message when the state of the object indicated by the form changes, and therefore when the first function plug-in corresponding to the configuration parameter of the function plug-in includes the update function plug-in, the real-time state of the object indicated by the form needs to be acquired, so that when a user performs a transaction based on the transaction form, the update function plug-in is triggered to provide a second prompt message that the user prompts the state of the object indicated by the form.
Step S305, processing the updated state through the update function plug-in to generate a second prompt message according to a difference between the first state and the second state, where the second prompt message is used to prompt a user whether to adjust a preset value corresponding to an object indicated by the form.
In step S305, when the state of the object indicated by the form is changed from the first state to the second state, it is determined that the update function plug-in needs to be triggered, that is, a state change event occurs, and the update function plug-in is triggered immediately, and a second prompt message is generated by the update function plug-in according to a difference between the first state as the initial state and the second state as the current state, so as to prompt the user whether to adjust the transaction state or not. Wherein, the update state may be a price update state. Alternatively, alternative prices may also be provided by the update function plug-in.
For example, when the form is a stock trading form, if the first functional plug-in corresponding to the configuration parameter of the functional plug-in includes a stock price updating functional plug-in, the target information includes state information of the electronic device and state information of an object indicated by the form, where the state information of the object indicated by the form includes a stock price state; under the condition of the stock price change event, the functional plug-in needing to be triggered can be determined to be the stock price updating functional plug-in, so that the stock price updating functional plug-in is executed immediately, and a second prompt message is generated by the stock price updating functional plug-in according to the difference value between the initial stock price and the current stock price so as to prompt the user whether to adjust the purchase price. Alternatively, alternative prices may also be provided by the stock price update function plug-in.
In the above embodiment, when the form is a transaction form, the first matched functional plug-in is an update functional plug-in, and when a state change event occurs, the update functional plug-in generates a prompt message prompting the user whether to adjust the transaction state, so that the user can be informed of the state of the currently indicated object in time.
Optionally, in an embodiment, the first functional plug-in includes a bump-preventing mis-input functional plug-in, the target information includes electronic device status information, and the step S300 specifically includes step S306.
In this embodiment, the bumping mis-input prevention function plug-in is a plug-in for preventing a user from performing mis-input operation on the form in a bumping state, and therefore, when the first function plug-in corresponding to the configuration parameter of the function plug-in includes the bumping mis-input prevention function plug-in, the state information of the electronic device needs to be acquired, so that the bumping mis-input prevention function plug-in is triggered when the electronic device is in a bumping state.
And step S306, processing the bumping event of the electronic equipment through the bumping mis-input prevention function plug-in to prohibit the operation of the user in the current state.
In the step S306, when the target information includes a bumping event of the electronic device, it indicates that the electronic device is currently in a bumping state, and in order to prevent the user from performing an erroneous input operation on the form, the functional plug-in to be triggered is a functional plug-in for preventing the bumping from being inputted incorrectly, so that the functional plug-in for preventing the bumping from being inputted incorrectly is triggered and executed immediately, and the functional plug-in for preventing the bumping from being inputted incorrectly prohibits the operation of the user in the current state, and specifically, the functional plug-in for preventing the bumping from being inputted incorrectly can achieve an effect of prohibiting the operation of the user in the current state by intercepting the content of the form.
Optionally, the form in this embodiment may also be a transaction form, the corresponding first functional plug-in includes an update functional plug-in and a function plug-in for preventing bumping and mistakenly inputting, the target information includes a state of the electronic device and state information of an object indicated by the form, and the state information of the object indicated by the form includes an update state.
In the above embodiment, when the functional plug-in corresponding to the configuration parameter of the functional plug-in is the functional plug-in for preventing the bumping erroneous input, the functional plug-in for preventing the bumping erroneous input performs the operation of prohibiting the user in the current state when the bumping event of the electronic device occurs, so as to avoid the erroneous input of the form by the user due to the bumping of the electronic device.
Referring to fig. 2, an execution flowchart of the form processing method provided in the present embodiment is shown, and includes steps S211 to S216.
As shown in fig. 2, in step S211, in the case that the user clicks a form input box in the electronic device to prepare for form filling, step S212 is triggered to be executed;
in step S212, the form input box transmits functional plug-in configuration parameters to the input method program invoked by the system, where the functional plug-in configuration parameters include a name of a functional plug-in that needs to be loaded when the input method program edits the form input box, and a specific configuration parameter value corresponding to the functional plug-in;
in step S213, the electronic device checks whether a functional plug-in matching the configuration parameters of the functional plug-in exists in the local plug-in database through the input method program; if the functional plug-in which is needed to be used currently does not exist in the local plug-in database, executing step S214 to download the corresponding functional plug-in, otherwise executing step S215;
in step S214, the input method program searches for the functional plug-in the remote plug-in center according to the name of the functional plug-in the configuration parameter of the functional plug-in, and downloads the functional plug-in to the local plug-in database of the input method program;
in step S215, the input method program loads and initializes the corresponding functional plug-in according to the specific configuration parameter value of the functional plug-in;
in step S216, in the process of inputting the form by the user, when the trigger condition of the functional plug-in is satisfied, a platform-independent execution environment is provided for the functional plug-in through the input method program, so as to implement executing the function included in the functional plug-in.
For example, the original display effect of the first operator telephone fee recharge page is as shown in fig. 3;
after a user clicks a mobile phone number form for inputting the telephone charge to be recharged, a mobile phone number form input box provides functional plug-in configuration parameters for an input method program, wherein the functional plug-in configuration parameters comprise plug-in names and configuration parameters of mobile phone number filling recommendation functional plug-ins, and plug-in names and configuration parameters of mobile phone number format verification functional plug-ins; the plug-in name of the plug-in with the mobile phone number filling recommendation function can be ' RecommendandPhoneNumber ', and the configuration parameter is ' Self; contact; a first operator "; the name of the plug-in of the mobile phone number format verification function plug-in can be 'verifyphonenber', and the configuration parameter is 'first operator';
then, the input method program acquires and loads a mobile phone number filling recommendation function plug-in and a mobile phone number format check function plug-in; when a user edits a form input box, the input method program executes the function of filling in a recommended function plug-in of a mobile phone number, obtains the own number and the mobile phone number stored in an address book, and displays the mobile phone number belonging to a first operator on a candidate box of the input method program for the user to select, wherein the specific effect is shown in fig. 4;
when a user inputs a new character through a mobile phone number form input box each time, executing the function of a mobile phone number format verification function plug-in for the mobile phone number input by the user by an input method program; prompting the conditions of wrong input number format, non-first operator number and the like, and prohibiting input content from being submitted; wherein, the page display effect is shown in fig. 5 when the input number format is wrong, and the page display effect is shown in fig. 6 when the input number is not the first operator number; the input result after the verification processing of the plug-in with the mobile phone number format verification function can be submitted and displayed in the mobile phone number form input box through the input method program.
Referring to fig. 7, another execution flowchart of the form processing method provided in this embodiment is shown, which includes steps S711 to S717.
As shown in fig. 7, in step S711, in the case that the user clicks the form input box in the electronic device to prepare for filling out the form, step S712 is triggered to be executed;
in step S712, the form input box transmits the configuration parameters of the functional plug-in to the input method program called by the system, where the configuration parameters of the functional plug-in include the name of the functional plug-in that needs to be loaded when the input method program edits the form input box, and the specific configuration parameter values corresponding to the functional plug-ins;
in step S713, the electronic device checks whether a functional plug-in matching the functional plug-in configuration parameter exists in the local plug-in database through the input method program; if the functional plug-in which is needed to be used currently does not exist in the local plug-in database, executing step S714 to download the corresponding functional plug-in, otherwise executing step S715;
in step S714, the input method program searches for the functional plug-in the remote plug-in center according to the functional plug-in name in the functional plug-in configuration parameter, and downloads the functional plug-in to the local plug-in database of the input method program;
in step S715, the input method program loads and initializes the corresponding functional plug-in according to the specific configuration parameter value of the functional plug-in;
in step S716, in the process of inputting the form by the user, when the user input information meets the trigger condition of the functional plug-in, providing a platform-independent execution environment for the functional plug-in through the input method program, thereby implementing the function included in the functional plug-in;
in step S717, in the process of inputting the form by the user, when the external event of the input method program satisfies the trigger condition of the function plug-in, a platform-independent execution environment is provided for the function plug-in by the input method program, so as to implement execution of the function included in the function plug-in.
For example, the original display effect of a stock trading software page is shown in FIG. 8;
after a user clicks a price input box in a stock trading form to buy a price, the input box provides functional plug-in configuration parameters for an input method program, wherein the functional plug-in configuration parameters comprise plug-in names and configuration parameters of stock price updating functional plug-ins and plug-in names and configuration parameters of functional plug-ins for preventing bumping and mistakenly inputting; the plug-in name of the stock price updating function plug-in can be "stock update", and the configuration parameter is null; the plug-in name for preventing bumping and mistakenly inputting the functional plug-in can be 'VerifyPhoneNumber', and the configuration parameter can also be null;
then the input method program obtains and loads stock price updating functional plug-ins and functional plug-ins for preventing bumping and mistakenly inputting; when a user edits a form input box, executing the function of a stock price updating function plug-in by an input method program, and acquiring and recording current initial stock price information; when a stock price change event occurs, the input method program executes the function of the stock price updating function plug-in, specifically, according to the difference value between the initial stock price and the current stock price, the user is reminded whether to adjust the purchase price according to the current stock price, and an alternative adjustment value is given, and the specific effect is shown in fig. 9;
when the user equipment is in a bumpy state, triggering an input method program to execute a function of preventing the functional plug-in from being input mistakenly, specifically, not receiving user price input and submission in the state, wherein the page display effect is shown in fig. 10; after the user equipment is in a stable state, the user can continue to edit the price form, and the display effect of the page is shown in fig. 11;
and then submitting and displaying the input result processed by the functional plug-in into a purchase price input box through an input method program.
It should be noted that, in the form processing method provided in the embodiment of the present application, the execution main body may be a terminal device, or a control module in the terminal device, configured to execute the loaded form processing method. In the embodiment of the present application, a method for processing a loaded form performed by a text terminal device is taken as an example to describe the form processing method provided in the embodiment of the present application.
Referring to fig. 12, a schematic structural diagram of a form processing apparatus provided in an embodiment of the present application is shown, where the form processing apparatus is applied to an electronic device, and as shown in fig. 12, the apparatus includes:
a first obtainingmodule 121, configured to obtain, when a first input to a form is received, a configuration parameter of a functional plug-in corresponding to the first input;
a second obtainingmodule 122, configured to, in a case that a second input to the form is received, obtain target information, where the target information includes: at least one of third input information, electronic equipment state information, state information of an object indicated by the form and preset form input alternative information;
and theexecution module 123 is configured to process the target information through the functional plug-in corresponding to the functional plug-in configuration parameter.
Optionally, in the form processing apparatus, when the first functional plug-in includes a recommended functional plug-in, the target information includes third input information and preset form input alternative information;
theexecution module 123 includes:
the first triggering unit is used for processing the third input information and the input alternative information of the preset form through the recommendation function plug-in to generate first recommendation information;
and the first execution unit is used for inputting the target character string into the form under the condition of receiving fourth input of the target character string in the first recommendation information by the user.
Optionally, in the form processing apparatus, when the first functional plug-in includes a verification functional plug-in, the target information includes third input information;
theexecution module 123 includes:
the second trigger unit is used for verifying the third input information through a verification function plug-in to verify whether the third input information conforms to a form input rule or not;
the second execution unit is used for generating a first prompt message under the condition that the third input information does not accord with the form input rule, and setting the authority of the user for submitting the input information as the prohibition of submitting; the first prompt message is used for reminding the user that the input information does not accord with the form input rule.
Optionally, in the form processing apparatus, when the form is a transaction form, the first functional plug-in includes an update functional plug-in and a function plug-in for preventing bumping from being input incorrectly, the target information includes electronic device state information and state information of an object indicated by the form, the electronic device state information includes an electronic device bumping event, and the state information of the object indicated by the form includes an update state;
theexecution module 123 includes:
the third execution unit is used for processing the updated state through the update function plug-in to generate a second prompt message according to the difference value between the first state and the second state, wherein the second prompt message is used for prompting a user whether to adjust a preset value corresponding to the object indicated by the form;
and the fourth execution unit is used for processing the bumping event of the electronic equipment through the bumping mis-input prevention function plug-in so as to inhibit the operation of the user in the current state.
Optionally, in the form processing apparatus, the first obtainingmodule 121 includes:
the detection unit is used for detecting whether a local plug-in database stores a first functional plug-in corresponding to the functional plug-in configuration parameter under the condition that a first input to the form is received;
the request unit is used for sending a downloading request to a server under the condition that the local plug-in database does not store a first functional plug-in, wherein the downloading request carries a functional plug-in identifier;
the receiving unit is used for receiving the first functional plug-in with the matched functional plug-in identifier sent by the server; loading and initializing the first functional plug-in according to the functional plug-in configuration parameters;
and the installation unit is used for loading and initializing the first functional plug-in according to the configuration parameters of the functional plug-in under the condition that the first functional plug-in is stored in the local plug-in database.
The form processing apparatus in the embodiment of the present application may be an apparatus, or may be a component, an integrated circuit, or a chip in a terminal. The device can be mobile electronic equipment or non-mobile electronic equipment. By way of example, the mobile electronic device may be a mobile phone, a tablet computer, a notebook computer, a palm top computer, a vehicle-mounted electronic device, a wearable device, an ultra-mobile personal computer (UMPC), a netbook or a Personal Digital Assistant (PDA), and the like, and the non-mobile electronic device may be a server, a Network Attached Storage (NAS), a Personal Computer (PC), a Television (TV), a teller machine or a self-service machine, and the like, and the embodiments of the present application are not particularly limited.
The form processing apparatus in the embodiment of the present application may be an apparatus having an operating system. The operating system may be an Android (Android) operating system, an ios operating system, or other possible operating systems, and embodiments of the present application are not limited specifically.
The form processing apparatus provided in this embodiment of the present application can implement each process implemented by the form processing method in the method embodiments of fig. 1 to fig. 11, and is not described here again to avoid repetition.
In the embodiment of the present application, when a first input to a form is received, a first obtainingmodule 121 first obtains a configuration parameter of a functional plug-in corresponding to the first input; and then, the second obtainingmodule 122 obtains target information under the condition that the second input to the form is received, where the target information includes: at least one of third input information, electronic equipment state information, state information of an object indicated by the form and preset form input alternative information; and theexecution module 123 processes the target information through the functional plug-in corresponding to the functional plug-in configuration parameter. Because the function plug-in can realize the specific form function, the function plug-in is loaded and operated, the corresponding form auxiliary function is realized, the function plug-in can be reused, the form auxiliary function related to form input is also reused, the form processing steps are reduced, and the form processing efficiency is improved.
Optionally, an embodiment of the present application further provides an electronic device, which includes a processor, a memory, and a program or an instruction stored in the memory and capable of running on the processor, where the program or the instruction, when executed by the processor, implements each process of the above-mentioned form processing method embodiment, and can achieve the same technical effect, and details are not repeated here to avoid repetition.
It should be noted that the electronic devices in the embodiments of the present application include the mobile electronic devices and the non-mobile electronic devices described above.
Fig. 13 is a schematic hardware structure diagram of an electronic device implementing an embodiment of the present application.
Theelectronic device 130 includes, but is not limited to: aradio frequency unit 1301, anetwork module 1302, an audio output unit 1303, aninput unit 1304, asensor 1305, adisplay unit 1306, auser input unit 1307, aninterface unit 1308, amemory 1309, aprocessor 1310, and the like.
Those skilled in the art will appreciate that theelectronic device 130 may further include a power source (e.g., a battery) for supplying power to the various components, and the power source may be logically connected to theprocessor 1310 through a power management system, so as to manage charging, discharging, and power consumption management functions through the power management system. The electronic device structure shown in fig. 13 does not constitute a limitation of the electronic device, and the electronic device may include more or less components than those shown, or combine some components, or arrange different components, and thus, the description is omitted here.
Theuser input unit 1307 includes a display interface in the embodiment of the present application;
aprocessor 1310, configured to, in a case where a first input to a form is received through theuser input unit 1307, obtain a function plug-in configuration parameter corresponding to the first input; in the event that a second input to the form is received, obtaining target information, the target information comprising: at least one of third input information, electronic equipment state information, state information of an object indicated by the form and preset form input alternative information; and processing the target information through a first functional plug-in corresponding to the functional plug-in configuration parameters.
According to the electronic equipment provided by the embodiment of the application, the corresponding auxiliary function related to the form input is realized by the functional plug-in, so that the functional plug-in can be reused across platforms, the cross-platform use of the auxiliary function related to the form input is realized, the steps of form processing are reduced, and the form processing efficiency is improved.
Optionally, when the first functional plug-in includes a recommended functional plug-in, the target information includes third input information and preset form input alternative information; theprocessor 1310 is specifically configured to process the third input information and the preset form input alternative information through the recommendation function plug-in to generate first recommendation information; and in the case of receiving a fourth input of the target character string in the first recommendation information, inputting the target character string into the form.
Optionally, when the first functional plug-in includes a verification functional plug-in, the target information includes third input information; aprocessor 1310, specifically configured to verify the third input information through a verification function plug-in to verify whether the third input information meets a form input rule; under the condition that the third input information does not accord with the form input rule, generating a first prompt message, and setting the authority of the user for submitting the input information as the prohibition of submitting; the first prompt message is used for reminding the user that the input information does not accord with the form input rule.
Optionally, when the form is a transaction form, the first function plug-in includes an update function plug-in and a function plug-in for preventing bumping from being input incorrectly, the target information includes electronic device state information and state information of an object indicated by the form, the electronic device state information includes an electronic device bumping event, and the state information of the object indicated by the form includes an update state; aprocessor 1310, configured to process the update status through the update function plug-in, so as to generate a second prompt message according to a difference between the first status and the second status, where the second prompt message is used to prompt a user whether to adjust a preset value corresponding to an object indicated by the form; and processing the bumping event of the electronic equipment through the bumping mis-input preventing function plug-in so as to prohibit the operation of the user in the current state.
Optionally, theprocessor 1310 is specifically configured to detect whether the local plug-in database stores a first functional plug-in corresponding to the functional plug-in configuration parameter under the condition that the first input to the form is received; sending a downloading request to a server under the condition that a first functional plug-in is not stored in the local plug-in database, wherein the downloading request carries a functional plug-in identifier; receiving a first functional plug-in with the matched functional plug-in identification sent by the server; loading and initializing the first functional plug-in according to the functional plug-in configuration parameters; and loading and initializing the first functional plug-in according to the configuration parameters of the functional plug-in under the condition that the first functional plug-in is stored in the local plug-in database.
The embodiment of the present application further provides a readable storage medium, where a program or an instruction is stored on the readable storage medium, and when the program or the instruction is executed by a processor, the program or the instruction implements each process of the above-mentioned form processing method embodiment, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here.
The processor is the processor in the electronic device described in the above embodiment. The readable storage medium includes a computer readable storage medium, such as a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and so on.
The embodiment of the present application further provides a chip, where the chip includes a processor and a communication interface, the communication interface is coupled to the processor, and the processor is configured to run a program or an instruction to implement each process of the above form processing method embodiment, and can achieve the same technical effect, and is not described herein again to avoid repetition.
It should be understood that the chips mentioned in the embodiments of the present application may also be referred to as system-on-chip, system-on-chip or system-on-chip, etc.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element. Further, it should be noted that the scope of the methods and apparatus of the embodiments of the present application is not limited to performing the functions in the order illustrated or discussed, but may include performing the functions in a substantially simultaneous manner or in a reverse order based on the functions involved, e.g., the methods described may be performed in an order different than that described, and various steps may be added, omitted, or combined. In addition, features described with reference to certain examples may be combined in other examples.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present application.
While the present embodiments have been described with reference to the accompanying drawings, it is to be understood that the invention is not limited to the precise embodiments described above, which are meant to be illustrative and not restrictive, and that various changes may be made therein by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (12)

1. A form processing method is applied to an electronic device, and the method comprises the following steps:
under the condition that a first input to a form is received, acquiring a functional plug-in configuration parameter corresponding to the first input;
in the event that a second input to the form is received, obtaining target information, the target information comprising: at least one of third input information, electronic equipment state information, state information of an object indicated by the form and preset form input alternative information;
and processing the target information through the first functional plug-in corresponding to the functional plug-in configuration parameters.
2. The form processing method according to claim 1, wherein when the first functional plug-in includes a recommended functional plug-in, the target information includes third input information and preset form input alternative information;
the step of processing the target information by the functional plug-in corresponding to the functional plug-in configuration parameter includes:
processing the third input information and the input alternative information of the preset form through the recommendation function plug-in to generate first recommendation information;
and in the case of receiving a fourth input of the target character string in the first recommendation information, inputting the target character string into the form.
3. The form processing method of claim 1, wherein when the first functional plug-in includes a check functional plug-in, the target information includes third input information;
the step of processing the target information by the functional plug-in corresponding to the functional plug-in configuration parameter includes:
verifying the third input information through a verification function plug-in to verify whether the third input information meets a form input rule or not;
under the condition that the third input information does not accord with the form input rule, generating a first prompt message, and setting the authority of the user for submitting the input information as the prohibition of submitting; the first prompt message is used for reminding the user that the input information does not accord with the form input rule.
4. The form processing method according to claim 1, wherein, in a case where the form is a transaction form, the first functional plug-in includes an update functional plug-in and a bumpiness error input prevention functional plug-in, the target information includes electronic device state information and state information of an object indicated by the form, the electronic device state information includes an electronic device bumpiness event, and the state information of the object indicated by the form includes an update state;
the step of processing the target information by the functional plug-in corresponding to the functional plug-in configuration parameter includes:
processing the updated state through the update function plug-in to generate a second prompt message according to the difference value between the first state and the second state, wherein the second prompt message is used for prompting a user whether to adjust a preset value corresponding to an object indicated by the form;
and processing the bumping event of the electronic equipment through the bumping mis-input preventing function plug-in so as to prohibit the operation of the user in the current state.
5. The form processing method according to claim 1, wherein the step of acquiring, in a case where a first input to the form is received, the configuration parameters of the functional plug-in corresponding to the first input includes:
under the condition that first input to the form is received, detecting whether a local plug-in database stores a first functional plug-in corresponding to the functional plug-in configuration parameters;
sending a downloading request to a server under the condition that a first functional plug-in is not stored in the local plug-in database, wherein the downloading request carries a functional plug-in identifier;
receiving a first functional plug-in with the matched functional plug-in identification sent by the server; loading and initializing the first functional plug-in according to the functional plug-in configuration parameters;
and loading and initializing the first functional plug-in according to the configuration parameters of the functional plug-in under the condition that the first functional plug-in is stored in the local plug-in database.
6. A form processing apparatus applied to an electronic device, the apparatus comprising:
the system comprises a first acquisition module, a second acquisition module and a display module, wherein the first acquisition module is used for acquiring a function plug-in configuration parameter corresponding to a first input under the condition that the first input to a form is received;
a second obtaining module, configured to obtain target information when a second input to the form is received, where the target information includes: at least one of third input information, electronic equipment state information, state information of an object indicated by the form and preset form input alternative information;
and the processing module is used for processing the target information through the functional plug-in corresponding to the functional plug-in configuration parameters.
7. The form processing apparatus according to claim 6, wherein when the first functional plug-in includes a recommended functional plug-in, the target information includes third input information and preset form input alternative information;
the processing module comprises:
the first processing unit is used for processing the third input information and the input alternative information of the preset form through the recommendation function plug-in to generate first recommendation information;
a first input unit, configured to input a target character string in the first recommendation information into the form if a fourth input of the target character string is received.
8. The form processing apparatus of claim 1, wherein when the first function plug-in includes a check function plug-in, the target information includes third input information;
the processing module comprises:
the verification unit is used for verifying the third input information through a verification function plug-in to verify whether the third input information conforms to a form input rule or not;
the setting unit is used for generating a first prompt message under the condition that the third input information does not accord with the form input rule, and setting the authority of the user for submitting the input information as the prohibition of submitting; the first prompt message is used for reminding the user that the input information does not accord with the form input rule.
9. The form processing apparatus according to claim 1, wherein, in a case where the form is a transaction form, the first functional plug-in includes an update functional plug-in and a bumpiness error input prevention functional plug-in, the target information includes electronic device state information and state information of an object indicated by the form, the sub-device state information includes an electronic device bumpiness event, and the state information of the object indicated by the form includes an update state;
the processing module comprises:
the second processing unit is used for processing the updated state through the update function plug-in so as to generate a second prompt message according to the difference value between the first state and the second state, wherein the second prompt message is used for prompting a user whether to adjust a preset value corresponding to the object indicated by the form;
and the third processing unit is used for processing the bumping event of the electronic equipment through the bumping mis-input preventing function plug-in so as to inhibit the operation of the user in the current state.
10. The form processing apparatus of claim 9, wherein the first obtaining module comprises:
the detection unit is used for detecting whether a local plug-in database stores a first functional plug-in corresponding to the functional plug-in configuration parameter under the condition that a first input to the form is received;
the sending unit is used for sending a downloading request to a server under the condition that the local plug-in database does not store a first functional plug-in, wherein the downloading request carries a functional plug-in identifier;
the receiving unit is used for receiving the first functional plug-in with the matched functional plug-in identifier sent by the server; loading and initializing the first functional plug-in according to the functional plug-in configuration parameters;
and the loading unit is used for loading and initializing the first functional plug-in according to the configuration parameters of the functional plug-in under the condition that the first functional plug-in is stored in the local plug-in database.
11. An electronic device comprising a processor, a memory and a program or instructions stored on the memory and executable on the processor, the program or instructions, when executed by the processor, implementing the steps of the form processing method of claims 1-5.
12. A readable storage medium, on which a program or instructions are stored, which when executed by a processor, implement the steps of the form processing method according to claims 1-5.
CN202011569078.7A2020-12-252020-12-25 Form processing method, device and electronic deviceActiveCN112596816B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202011569078.7ACN112596816B (en)2020-12-252020-12-25 Form processing method, device and electronic device

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202011569078.7ACN112596816B (en)2020-12-252020-12-25 Form processing method, device and electronic device

Publications (2)

Publication NumberPublication Date
CN112596816Atrue CN112596816A (en)2021-04-02
CN112596816B CN112596816B (en)2024-06-04

Family

ID=75202569

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202011569078.7AActiveCN112596816B (en)2020-12-252020-12-25 Form processing method, device and electronic device

Country Status (1)

CountryLink
CN (1)CN112596816B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113378041A (en)*2021-05-242021-09-10北京京东振世信息技术有限公司Prompt message pushing method and device, electronic equipment and computer readable medium
CN114356926A (en)*2021-12-302022-04-15广州趣丸网络科技有限公司Cross-environment flow form configuration method and system

Citations (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101576823A (en)*2009-06-112009-11-11阿里巴巴集团控股有限公司Method for verifying form control and device
CN103902396A (en)*2012-12-282014-07-02联想(北京)有限公司Information processing method and electronic device
CN104158958A (en)*2014-07-282014-11-19中山大学Anti-misoperation method for intelligent terminal equipment
US9146757B1 (en)*2009-03-162015-09-29Xilinx, Inc.Dynamically loaded plug-ins to provide an integrated graphical user interface
CN106990952A (en)*2017-02-282017-07-28福建天泉教育科技有限公司Form validation method and its system based on Vue.js
CN107093145A (en)*2017-04-182017-08-25湖南福米信息科技有限责任公司For the method for stock transaction, device and electronic equipment
CN107632852A (en)*2017-07-262018-01-26阿里巴巴集团控股有限公司Information updating method and device
US20180046606A1 (en)*2015-11-202018-02-15Huawei Technologies Co., Ltd.Form Checking Method and Apparatus
CN111736835A (en)*2020-06-302020-10-02腾讯科技(深圳)有限公司 Form processing method, device and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9146757B1 (en)*2009-03-162015-09-29Xilinx, Inc.Dynamically loaded plug-ins to provide an integrated graphical user interface
CN101576823A (en)*2009-06-112009-11-11阿里巴巴集团控股有限公司Method for verifying form control and device
CN103902396A (en)*2012-12-282014-07-02联想(北京)有限公司Information processing method and electronic device
CN104158958A (en)*2014-07-282014-11-19中山大学Anti-misoperation method for intelligent terminal equipment
US20180046606A1 (en)*2015-11-202018-02-15Huawei Technologies Co., Ltd.Form Checking Method and Apparatus
CN106990952A (en)*2017-02-282017-07-28福建天泉教育科技有限公司Form validation method and its system based on Vue.js
CN107093145A (en)*2017-04-182017-08-25湖南福米信息科技有限责任公司For the method for stock transaction, device and electronic equipment
CN107632852A (en)*2017-07-262018-01-26阿里巴巴集团控股有限公司Information updating method and device
CN111736835A (en)*2020-06-302020-10-02腾讯科技(深圳)有限公司 Form processing method, device and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JAKE: "12个免费的jQuery插件来扩展结账表单功能", pages 1 - 7, Retrieved from the Internet <URL:https://www.zhihu.com/tardis/bd/art/161190511>*

Cited By (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113378041A (en)*2021-05-242021-09-10北京京东振世信息技术有限公司Prompt message pushing method and device, electronic equipment and computer readable medium
CN113378041B (en)*2021-05-242024-04-16北京京东振世信息技术有限公司Prompt message pushing method, device, electronic equipment and computer readable medium
CN114356926A (en)*2021-12-302022-04-15广州趣丸网络科技有限公司Cross-environment flow form configuration method and system

Also Published As

Publication numberPublication date
CN112596816B (en)2024-06-04

Similar Documents

PublicationPublication DateTitle
CN110221872B (en)Page jump method and device, electronic equipment and storage medium
US6629098B2 (en)Method and system for validating data submitted to a database application
US10521834B2 (en)Mobile solution for purchase orders
CN107608663B (en)Mobile application plug-in and mobile application development method and device
CN112596816A (en)Form processing method and device and electronic equipment
CN106155723B (en)Method and device for upgrading service application program, terminal and computer storage medium
CN111367531B (en)Code processing method and device
CN111090442A (en)Application updating method and device and storage medium
CN111324645A (en)Data processing method and device for block chain
US20240345834A1 (en)Configuration properties management for software
CN113703753A (en)Method and device for product development and product development system
US20050222916A1 (en)Information processing apparatus
CN113791809B (en)Application exception handling method and device and computer readable storage medium
CN114201264B (en) A method, device, equipment and storage medium for verifying mixed object placement
CN115617324B (en)Client webpage generation method
CN115017436B (en)Data interaction method and device of application program, computer equipment and storage medium
CN111309551B (en)Method and device for determining event monitoring SDK integration correctness
CN114116748A (en) Information processing method, device, electronic device and storage medium
CN117313162A (en)Block chain-based vulnerability restoration method and device, electronic equipment and storage medium
CN118312274B (en) Container file management method, device, equipment and storage medium
CN112596812B (en)Response method, device, equipment and storage medium of operation request
CN114154944B (en)Business auditing method, equipment and computer readable storage medium
US20160308746A1 (en)Data registration system, data registration method, program and non-transitory recording medium
CN116776315A (en)System login method and device and electronic equipment
CN106021367B (en)Method and terminal for searching backup data

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp