CN110634201A - Data collection method, electronic equipment and storage medium - Google Patents

Data collection method, electronic equipment and storage medium Download PDF

Info

Publication number
CN110634201A
CN110634201A CN201910699225.3A CN201910699225A CN110634201A CN 110634201 A CN110634201 A CN 110634201A CN 201910699225 A CN201910699225 A CN 201910699225A CN 110634201 A CN110634201 A CN 110634201A
Authority
CN
China
Prior art keywords
data collection
data
text
html
user input
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
CN201910699225.3A
Other languages
Chinese (zh)
Other versions
CN110634201B (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.)
Shenzhen Launch Technology Co Ltd
Original Assignee
Shenzhen Launch Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Launch Technology Co Ltd filed Critical Shenzhen Launch Technology Co Ltd
Priority to CN201910699225.3A priority Critical patent/CN110634201B/en
Publication of CN110634201A publication Critical patent/CN110634201A/en
Application granted granted Critical
Publication of CN110634201B publication Critical patent/CN110634201B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07CTIME OR ATTENDANCE REGISTERS; REGISTERING OR INDICATING THE WORKING OF MACHINES; GENERATING RANDOM NUMBERS; VOTING OR LOTTERY APPARATUS; ARRANGEMENTS, SYSTEMS OR APPARATUS FOR CHECKING NOT PROVIDED FOR ELSEWHERE
    • G07C5/00Registering or indicating the working of vehicles
    • G07C5/08Registering or indicating performance data other than driving, working, idle, or waiting time, with or without registering driving, working, idle or waiting time
    • G07C5/0808Diagnosing performance data
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07CTIME OR ATTENDANCE REGISTERS; REGISTERING OR INDICATING THE WORKING OF MACHINES; GENERATING RANDOM NUMBERS; VOTING OR LOTTERY APPARATUS; ARRANGEMENTS, SYSTEMS OR APPARATUS FOR CHECKING NOT PROVIDED FOR ELSEWHERE
    • G07C5/00Registering or indicating the working of vehicles
    • G07C5/08Registering or indicating performance data other than driving, working, idle, or waiting time, with or without registering driving, working, idle or waiting time
    • G07C5/0841Registering performance data

Abstract

The application discloses a data collection method, an electronic device and a storage medium, wherein the data collection method comprises the following steps: acquiring a data collection instruction; organizing a preset format text according to the data collection instruction; the pre-formatted text is invoked to receive user input data. When an input function needs to be added or completed, the corresponding preset format text is added, and the preset format text is organized according to needs during use, so that the method can be realized without adding or modifying an interface protocol, and the reuse rate and the expansibility of the equipment are improved.

Description

Data collection method, electronic equipment and storage medium
Technical Field
The present application relates to the field of data processing, and in particular, to a data collection method, an electronic device, and a storage medium.
Background
Electronic devices, such as vehicle diagnostic devices, require interaction with a user during use to collect user input, such as collecting user data via input boxes, drop-down selection boxes, radio boxes, check boxes, and these interfaces that collect user input need to be displayed in any combination with other display data. In the prior art, an APP provides an input box interface for a user to collect user input, and feeds the user input back to diagnostic software to interact with a user and equipment, and data to be displayed needs to be analyzed according to a specific interface protocol. Because each interface protocol can only appoint to collect the corresponding input interface data, when the function is perfected or the function is newly added, for example, when the data is added to the original protocol, the interface protocol needs to be modified or added, and each interface protocol is specific, not universal, and has poor reusability and expansibility.
Disclosure of Invention
In order to overcome the problem that in the prior art, when an electronic device needs to have a new function, the application aims to provide a data collection method, the electronic device and a storage medium.
The application provides a data collection method, comprising the following steps:
acquiring a data collection instruction;
organizing a preset format text according to the data collection instruction;
and calling the preset format text to receive user input data.
Further, organizing a preset format text according to the data collection instruction includes:
and organizing a text in a hypertext markup language html format according to the data collection instruction.
Further, before the obtaining the data collection instruction, the method further includes:
acquiring html format text;
and storing the html format text into a preset database.
Further, the obtaining html format text includes:
and acquiring display data and a response script in an html format.
Further, after the obtaining the html-format display data and the response script, the method further includes:
and storing the display data into the structure of the body label in the html format, and storing the response script into the structure of the head label in the html format.
Further, the invoking the preset format text to receive user input data includes:
analyzing the preset format text;
and displaying an operation interface according to the analysis result to receive user input data.
Further, before parsing the preset format text, the method further includes:
and storing the preset format text into a temporary file.
Further, after the invoking the preset format text to receive user input data, the method further includes:
and responding to corresponding logic according to the user input data.
The present application also provides a data collection device, comprising:
the acquisition module is used for acquiring a data collection instruction;
the organizing module is used for organizing a preset format text according to the data collecting instruction;
and the calling module is used for calling the preset format text to receive user input data.
Further, the organizing module is further configured to organize hypertext markup language html format text according to the data collection instruction.
Further, the obtaining module is also used for obtaining html format text; and storing the html format text into a preset database.
Further, the obtaining module is also used for obtaining the display data and the response script in the html format.
Further, the obtaining module is further configured to store the display data in a structure of a body tag in an html format, and store the response script in a structure of a head tag in the html format.
Furthermore, the calling module is further configured to parse the preset format text, and display an operation interface according to a parsing result to receive user input data.
Further, the calling module is further configured to store the preset format text in a temporary file.
Further, the calling module is also used for responding to corresponding logic according to the user input data.
The present application further provides an electronic device comprising a processor and a memory, the memory having stored therein a data collection program configured to be executed by the processor, the data collection program when executed by the processor implementing: acquiring a data collection instruction; organizing a preset format text according to the data collection instruction; and calling the preset format text to receive user input data.
Further, the data collection program when executed by the processor further implements: and organizing a text in a hypertext markup language html format according to the data collection instruction.
Further, the data collection program when executed by the processor further implements: acquiring an html format text before the data collection instruction is acquired; and storing the html format text into a preset database.
Further, the data collection program when executed by the processor further implements: and acquiring display data and a response script in an html format.
Further, the data collection program when executed by the processor further implements: after the display data and the response script in the html format are obtained, the display data are stored in the structure of the body tag in the html format, and the response script is stored in the structure of the head tag in the html format.
Further, the data collection program when executed by the processor further implements: analyzing the preset format text; and displaying an operation interface according to the analysis result to receive user input data.
Further, the data collection program when executed by the processor further implements: and before analyzing the preset format text, storing the preset format text into a temporary file.
Further, the data collection program when executed by the processor further implements: and after the preset format text is called to receive user input data, responding to corresponding logic according to the user input data.
The present application also provides a computer readable storage medium having stored thereon a data collection program that when executed by a processor implements:
acquiring a data collection instruction;
organizing a preset format text according to the data collection instruction;
and calling the preset format text to receive user input data.
Further, the data collection program when executed by the processor further implements:
and organizing a text in a hypertext markup language html format according to the data collection instruction.
Further, the data collection program when executed by the processor further implements: acquiring an html format text before the data collection instruction is acquired; and storing the html format text into a preset database.
Further, the data collection program when executed by the processor further implements: and acquiring display data and a response script in an html format.
Further, the data collection program when executed by the processor further implements: after the display data and the response script in the html format are obtained, the display data are stored in the structure of the body tag in the html format, and the response script is stored in the structure of the head tag in the html format.
Further, the data collection program when executed by the processor further implements: analyzing the preset format text; and displaying an operation interface according to the analysis result to receive user input data.
Further, the data collection program when executed by the processor further implements: and before analyzing the preset format text, storing the preset format text into a temporary file.
Further, the data collection program when executed by the processor further implements: and after the preset format text is called to receive user input data, responding to corresponding logic according to the user input data.
Compared with the prior art, the beneficial effects of the application lie in: the data collection instruction is acquired, the preset format text is organized according to the data collection instruction, and the preset format text is called to receive data input by a user. Therefore, when an input function needs to be added or completed, the corresponding preset format text is added, and the preset format text is organized according to needs during use, so that the method can be realized without adding or modifying an interface protocol, and the reuse rate and the expansibility of the equipment are improved.
Drawings
Fig. 1 is an application scenario diagram of a data collection method provided in an embodiment of the present application;
FIG. 2 is a flow chart of a data collection method provided by an embodiment of the present application;
fig. 3 is a schematic internal structural diagram of an electronic device according to an embodiment of the present application;
fig. 4 is a schematic view of a data collection device according to an embodiment of the present application.
Detailed Description
The present application is further described with reference to the accompanying drawings and the detailed description, and it should be noted that, in the present application, the embodiments or technical features described below may be arbitrarily combined to form a new embodiment without conflict.
As shown in fig. 1, the data collection method provided by the embodiment of the present application is applied to an electronic device, such as a vehicle diagnostic device, in which interactive software and diagnostic software are installed. The diagnostic software is communicated with the vehicle, when user data needs to be collected in the vehicle diagnostic process, the diagnostic software organizes a preset format text, such as an html format text, according to the data needing to be collected, the preset format text is sent to the interactive software, and the interactive software calls the preset format text, provides a data input interface for a user and receives the user input data. After the user inputs data, the interactive software feeds the user input data back to the diagnostic software, thereby completing the interaction between the user and the equipment. When the newly added input function is needed, the corresponding preset format text is stored in the diagnostic software, and when the newly added function is needed, the corresponding preset format text is organized, so that the collection of user data can be completed without adding or modifying an interface protocol, and the multiplexing rate and the expansibility are improved.
As shown in fig. 2, a data collection method provided in an embodiment of the present application includes:
step S101: and acquiring a data collection instruction.
For example, after the diagnostic software is communicatively coupled to the vehicle, the diagnostic software may need to collect user data to perform diagnostic operations.
Step S102: and organizing a preset format text according to the data collection instruction.
In one embodiment, the predetermined formatted text is html formatted text.
Before acquiring the data collection instruction, the diagnostic equipment acquires the html-format text and stores the html-format text in a preset database of the diagnostic equipment. For example, html format text corresponding to the user input content and the input box display style, including input of a user name, input of a password, input of a radio box, input of a check box, input of a background of an input box, and the like, is stored in a preset database. In one embodiment, the html-format text includes display data and a response script, the display data is saved in the structure of the body tag in the html format, and the response script is saved in the structure of the head tag in the html format. The display data and the response script are respectively used for being called by the interactive software to execute the interface display and the internal logic of the interactive software.
In one embodiment, when the diagnostic software needs to collect user input data, the corresponding display data and response script are organized separately according to the data that needs to be collected. User input is displayed and collected using input type data definition in html format. For example, the input box: < input type ═ text ">, radio box: < input type ═ radio >, check box: < p > < input type ═ checkbox "/> checktitle 1</p >, drop-down box: < select > … </select >, button: < input type ═ button "/>; hyperlink: < a href ═ "> hyperlink display example </a >, etc. The button type and the hyperlink type have an attribute onclick and can define a response script, and the display class can be registered as a current webview response script object by the webview object under the Android.
For example, the diagnostic software needs to collect 1 text entry box for user entry of a username, 1 personality radio box for user gender, and 1 submit button for collection of username and gender. The contract APP response is used to display the html format under the category name Yuanzheng and the script function name onGetHtmlInput.
The diagnostic software organizes html-formatted text that is passed to the interactive software display response gathering user input of the diagnostic device using display html-formatted data.
Html display input box:
<br>name:<br><input id="name"type="text"name="name"value="Mickey"><br>
adding the value of the input box collected in the script:
var v2=document.getElementById('name').value;
html displays radio boxes:
<input type="radio"id="sex"name="sex"value="male"checked id="">Male<br>
<input type="radio"id="sex"name="sex"value="female">Female<br>
add the value of collecting this radio box in the script:
Figure BDA0002150304000000071
Figure BDA0002150304000000081
the button responds:
<input value="submit"type="button"name="submit"
id="btnSubmit"onclick="submit_data();"/>
the final complete html format string is:
Figure BDA0002150304000000082
step S103: and calling the preset format text to receive user input data.
In one embodiment, step S103 includes: analyzing the preset format text; and displaying an operation interface according to the analysis result to receive user input data.
Specifically, the interactive software stores the received html format data to be displayed in a temporary file on the diagnostic device, and adds some backgrounds of the general configuration control input box according to needs, for example, uniformly setting attributes such as font size, color and background color of content description. The interactive software automatically parses the html temporary file using the control for displaying html format data, registers the displayed class (class) as the script class of webView currently displaying html format data, such as Yuanzheng, calls a convention function, such as the onGetHtmlInput function, and collects user input data. When a user operates an input box, a radio box, a check box and the like without responding to the script of the onclck attribute, the webview displays and collects corresponding input; and calling the onclick attribute script when the user operates a button or a hyperlink and the like to respond to the onclick attribute script, and finally calling a convention function to feed back the collected user input to the diagnostic software. And when the diagnostic equipment switches the interface, destroying the temporary file.
After the interactive software collects the user input data, the user input data is fed back to the diagnostic software, and the diagnostic software responds to the corresponding logic according to the user input data. For example, the diagnostic software determines whether the input user name and password are correct, if so, executes the corresponding diagnostic operation, and if not, returns a prompt that the user name and password are incorrect.
According to the data collection method provided by the embodiment of the application, the preset format text is organized to receive the data input by the user, when the user needs to add a data collection function, the corresponding preset format text is organized, and a diagnosis protocol does not need to be added or modified, so that a display interface can be arbitrarily organized, and the expansion and the multiplexing are facilitated.
The present application further provides an electronic device, and fig. 3 is an internal structure diagram of the electronic device provided in the present application. In this embodiment, the electronic device includes at least a memory 11, a processor 12, a communication bus 13, and a network interface 14.
The memory 11 includes at least one type of readable storage medium, which includes a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, and the like. The memory 11 may in some embodiments be an internal storage unit of the electronic device, for example a hard disk of the electronic device. The memory 11 may also be an external storage device of the electronic device in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a flash Card (FlashCard), and the like, which are provided on the electronic device. Further, the memory 11 may also include both an internal storage unit and an external storage device of the electronic device. The memory 11 may be used not only to store application software installed in the electronic device and various types of data, such as codes of the data collection program 01, but also to temporarily store data that has been output or is to be output.
The processor 12 may be a Central Processing Unit (CPU), controller, microcontroller, microprocessor or other data Processing chip in some embodiments, and is used for executing program codes stored in the memory 11 or Processing data, such as executing the data collection program 01.
The data collection program 01, when executed by the processor 12, implements: acquiring a data collection instruction; organizing a preset format text according to the data collection instruction; and calling the preset format text to receive user input data.
Further, the data collection program 01 when executed by the processor 12 also implements: and organizing a text in a hypertext markup language html format according to the data collection instruction.
Further, the data collection program 01 when executed by the processor 12 also implements: acquiring an html format text before the data collection instruction is acquired; and storing the html format text into a preset database.
Further, the data collection program 01 when executed by the processor 12 also implements: and acquiring display data and a response script in an html format.
Further, the data collection program 01 when executed by the processor 12 also implements: after the display data and the response script in the html format are obtained, the display data are stored in the structure of the body tag in the html format, and the response script is stored in the structure of the head tag in the html format.
Further, the data collection program 01 when executed by the processor 12 also implements: analyzing the preset format text; and displaying an operation interface according to the analysis result to receive user input data.
Further, the data collection program 01 when executed by the processor 12 also implements: and before analyzing the preset format text, storing the preset format text into a temporary file.
Further, the data collection program 01 when executed by the processor 12 also implements: and after the preset format text is called to receive user input data, responding to corresponding logic according to the user input data.
The bus 13 may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
Further, the electronic device may further include a network interface 14, and the network interface 14 may optionally include a wired interface and/or a wireless interface (e.g., WI-FI interface, bluetooth interface, etc.), which are generally used to establish a communication connection between the electronic device and other electronic devices.
While fig. 3 shows only an electronic device having components 11-14 and data collection program 01, those skilled in the art will appreciate that the configuration shown in fig. 3 does not constitute a limitation of the electronic device, and may include fewer or more components than shown, or some components in combination, or a different arrangement of components.
As shown in fig. 4, a data collection device provided in an embodiment of the present application includes:
an obtaining module 10, configured to obtain a data collection instruction;
the organizing module 20 is configured to organize a preset format text according to the data collection instruction;
and the calling module 30 is used for calling the preset format text to receive the user input data.
Further, the organizing module 20 is further configured to organize the html format text according to the data collecting instruction.
Further, the obtaining module 10 is further configured to obtain html format text; and storing the html format text into a preset database.
Further, the obtaining module 10 is further configured to obtain html-formatted display data and a response script.
Further, the obtaining module 10 is further configured to store the display data in a structure of a body tag in an html format, and store the response script in a structure of a head tag in the html format.
Further, the calling module 30 is further configured to parse the preset format text, and display an operation interface according to a parsing result to receive data input by a user.
Further, the invoking module 30 is further configured to store the preset format text in a temporary file.
Further, the invoking module 30 is further configured to respond to the corresponding logic according to the user input data.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus necessary general hardware platform. Based on this understanding, the technical solutions of the present application may be embodied in the form of software products, which essentially or partially contribute to the prior art. The present application also relates to a computer readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., having stored thereon a computer program which, when executed by a processor, implements a data collection method.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the unit is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
It should be noted that the above-mentioned serial numbers of the embodiments of the present application are merely for description, and do not represent the merits of the embodiments. And the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, apparatus, article, or method 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, apparatus, article, or method. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, apparatus, article, or method that includes the element.
The above embodiments are only preferred embodiments of the present application, and the protection scope of the present application is not limited thereto, and any insubstantial changes and substitutions made by those skilled in the art based on the present application are intended to be covered by the present application.

Claims (10)

1. A data collection method, characterized in that the data collection method comprises:
acquiring a data collection instruction;
organizing a preset format text according to the data collection instruction;
and calling the preset format text to receive user input data.
2. The data collection method of claim 1, wherein organizing a pre-set format text according to the data collection instructions comprises:
and organizing a text in a hypertext markup language html format according to the data collection instruction.
3. The data collection method of claim 2, wherein prior to obtaining the data collection instruction, the method further comprises:
acquiring html format text;
and storing the html format text into a preset database.
4. The data collection method of claim 3, wherein the obtaining html-formatted text comprises:
and acquiring display data and a response script in an html format.
5. The data collection method of claim 4, wherein after the obtaining the html-formatted display data and the response script, the method further comprises:
and storing the display data into the structure of the body label in the html format, and storing the response script into the structure of the head label in the html format.
6. The data collection method of claim 1, wherein said invoking said preformatted text to receive user input data comprises:
analyzing the preset format text;
and displaying an operation interface according to the analysis result to receive user input data.
7. The method of claim 6, wherein prior to parsing the pre-formatted text, the method further comprises:
and storing the preset format text into a temporary file.
8. The data collection method of claim 1, wherein after said invoking of said preformatted text to receive user input data, said method further comprises:
and responding to corresponding logic according to the user input data.
9. An electronic device comprising a processor and a memory, the memory having stored therein a data collection program configured to be executed by the processor, the data collection program when executed by the processor implementing the method of any one of claims 1-8.
10. A computer-readable storage medium on which a data collection program is stored, the data collection program, when executed by a processor, implementing the method of any one of claims 1-8.
CN201910699225.3A 2019-07-31 2019-07-31 Data collection method, electronic equipment and storage medium Active CN110634201B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910699225.3A CN110634201B (en) 2019-07-31 2019-07-31 Data collection method, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910699225.3A CN110634201B (en) 2019-07-31 2019-07-31 Data collection method, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110634201A true CN110634201A (en) 2019-12-31
CN110634201B CN110634201B (en) 2021-11-09

Family

ID=68969105

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910699225.3A Active CN110634201B (en) 2019-07-31 2019-07-31 Data collection method, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110634201B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101807068A (en) * 2010-02-12 2010-08-18 深圳市元征软件开发有限公司 Universal bus parallelism-based vehicle diagnosis system and method
CN102047247A (en) * 2008-03-31 2011-05-04 威仕达品特技术有限公司 Flexible web page template building system and method
CN102196028A (en) * 2010-03-12 2011-09-21 通用汽车环球科技运作有限责任公司 Flexible vehicle display
CN109062191A (en) * 2018-09-06 2018-12-21 武汉锐科控制系统有限公司 Auto analyzer failure is associated with maintenance advisory information and display methods
US20190197794A1 (en) * 2017-12-21 2019-06-27 Caterpillar Inc. System And Method Of Determining Remaining Useful Life Of An Air Filter

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102047247A (en) * 2008-03-31 2011-05-04 威仕达品特技术有限公司 Flexible web page template building system and method
CN101807068A (en) * 2010-02-12 2010-08-18 深圳市元征软件开发有限公司 Universal bus parallelism-based vehicle diagnosis system and method
CN102196028A (en) * 2010-03-12 2011-09-21 通用汽车环球科技运作有限责任公司 Flexible vehicle display
US20190197794A1 (en) * 2017-12-21 2019-06-27 Caterpillar Inc. System And Method Of Determining Remaining Useful Life Of An Air Filter
CN109062191A (en) * 2018-09-06 2018-12-21 武汉锐科控制系统有限公司 Auto analyzer failure is associated with maintenance advisory information and display methods

Also Published As

Publication number Publication date
CN110634201B (en) 2021-11-09

Similar Documents

Publication Publication Date Title
CN108304172B (en) Web development method and web development engine
CN108108162B (en) Application programming interface generation method and device
EP2938044A1 (en) System, method, apparatus, and server for displaying network medium information
CN110955428A (en) Page display method and device, electronic equipment and medium
CN108121539B (en) Component processing method and device
CN109635211B (en) Method for realizing promotion page and server
CN108170409B (en) Development method and system of WEB front-end control
CN111200545A (en) Intelligent device access method and device
CN111222070A (en) Data processing method, device, equipment and storage medium
CN109410932A (en) Voice operating method and apparatus based on HTML5 webpage
CN111752565A (en) Interface generation method and device, computer equipment and readable storage medium
CN110634201B (en) Data collection method, electronic equipment and storage medium
CN110990010A (en) Software interface code generation method and device
CN108804120B (en) Page construction method, device, equipment and storage medium
CN111124530B (en) Method and device for calculating first rendering time of browser, browser and storage medium
CN113050921A (en) Webpage conversion method, device, storage medium and computer equipment
CN113297425B (en) Document conversion method, device, server and storage medium
CN110837500A (en) Data screening method and device based on local embedded window and computer equipment
CN110633081A (en) Page generation method and device
CN108304118B (en) Screenshot method and device
CN113704344A (en) Data filing method, device, equipment and storage medium based on form template
CN111277889B (en) Television side page preview method and system
CN107943869A (en) The method and apparatus for reading third party&#39;s webpage
CN113626392A (en) Method and device for updating document data, electronic equipment and storage medium
CN112800078A (en) Lightweight text labeling method, system, equipment and storage medium based on javascript

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