CN106406888B - Application program interface display method and device - Google Patents

Application program interface display method and device Download PDF

Info

Publication number
CN106406888B
CN106406888B CN201610841262.XA CN201610841262A CN106406888B CN 106406888 B CN106406888 B CN 106406888B CN 201610841262 A CN201610841262 A CN 201610841262A CN 106406888 B CN106406888 B CN 106406888B
Authority
CN
China
Prior art keywords
interface
application program
display area
displayed
interface elements
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610841262.XA
Other languages
Chinese (zh)
Other versions
CN106406888A (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.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201610841262.XA priority Critical patent/CN106406888B/en
Publication of CN106406888A publication Critical patent/CN106406888A/en
Application granted granted Critical
Publication of CN106406888B publication Critical patent/CN106406888B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention relates to the technical field of application programs, in particular to a display method and a display device of an application program interface, which comprises the steps of determining a display area for displaying the application program interface; judging whether the interface elements to be displayed in the display area at the current moment are all interface elements of the application program interface; if the interface elements to be displayed at the current time are part of the interface elements of the application program interface, analyzing and instantiating the interface elements to be displayed in the display area at the current time, and displaying the interface elements after the instantiating in the display area. According to the method and the device, whether the interface elements to be displayed in the display area at the current moment are all interface elements of the application program interface is judged, and if the interface elements to be displayed in the display area at the current moment are partial interface elements of the application program interface, only the interface elements to be displayed are analyzed and instantiated, so that the loading speed of the application program interface is increased.

Description

Application program interface display method and device
Technical Field
The invention relates to the technical field of application programs, in particular to a display method and device of an application program interface.
Background
The application program usually includes many interfaces, and the interfaces include many interface elements, such as pictures, texts, etc. In the prior art, when an application program interface is displayed, all interface elements included in the application program interface are analyzed, all the interface elements are instantiated after the analysis, and finally, part of the instantiated interface elements are displayed on a display screen according to the display range of the display screen.
Disclosure of Invention
The invention provides a display method and a display device for an application program interface, and solves the technical problem that the application program interface loading speed is low in the prior art.
The embodiment of the invention provides a display method of an application program interface, which comprises the following steps:
determining a display area for displaying an application program interface;
judging whether interface elements to be displayed in the display area in the application program interface at the current moment are all interface elements of the application program interface;
if the interface elements to be displayed in the display area in the application program interface at the current moment are part of the interface elements of the application program interface, analyzing and instantiating the interface elements to be displayed in the display area at the current moment, and displaying the instantiated interface elements in the display area.
Optionally, after the determining whether the interface elements to be displayed in the display area in the application program interface at the current time are all interface elements of the application program interface, the method further includes:
and if the interface elements to be displayed in the display area in the application program at the current moment are all the interface elements of the application program interface, analyzing and instantiating all the interface elements of the application program interface, and displaying the instantiated interface elements in the display area.
Optionally, after the determining whether the interface elements to be displayed in the display area in the application program interface at the current time are all interface elements of the application program interface, the method further includes:
monitoring a sliding event in the display area if interface elements to be displayed in the display area in the application program interface at the current moment are part of the interface elements of the application program interface;
when the sliding event is monitored, determining a newly added interface element to be displayed in the display area at the next moment of the current moment according to the sliding event;
and analyzing and instantiating the newly added interface element so that the newly added interface element after the instantiation can be displayed in the display area at the next moment of the current moment.
Optionally, before the analyzing and instantiating the interface element to be displayed in the display area at the current time, the method further includes:
and analyzing the layout file corresponding to the application program interface into a document object model.
Optionally, the analyzing and instantiating the interface element to be displayed in the display area at the current time includes:
traversing the document object model, and respectively extracting data information of each interface element to be displayed in the display area at the current moment;
and respectively instantiating each interface element according to the data information of each interface element.
Based on the same inventive concept, another embodiment of the present invention further provides a display device for an application interface, including:
the device comprises a first determination module, a second determination module and a display module, wherein the first determination module is used for determining a display area for displaying an application program interface;
the judging module is used for judging whether interface elements to be displayed in the display area in the application program interface at the current moment are all interface elements of the application program interface;
the first processing module is configured to, if an interface element to be displayed in the display area in the application program interface at the current time is a part of the interface element of the application program interface, analyze and instantiate the interface element to be displayed in the display area at the current time, and display the instantiated interface element in the display area.
Optionally, the method further includes:
and the second processing module is used for analyzing and instantiating all interface elements of the application program interface and displaying the instantiated interface elements in the display area if the interface elements to be displayed in the display area in the application program at the current moment are all the interface elements of the application program interface.
Optionally, the method further includes:
the monitoring module is used for monitoring a sliding event in the display area if interface elements to be displayed in the display area in the application program interface at the current moment are part of the interface elements of the application program interface;
a second determining module, configured to determine, when the sliding event is monitored, a newly added interface element to be displayed in the display area at a next time of a current time according to the sliding event;
and the third processing module is used for analyzing and instantiating the newly added interface element so that the newly added interface element after instantiation can be displayed in the display area at the next moment of the current moment.
Optionally, the method further includes:
and the analysis module is used for analyzing the layout file corresponding to the application program interface into a document object model.
Optionally, the first processing module includes:
the extraction unit is used for traversing the document object model and respectively extracting the data information of each interface element to be displayed in the display area at the current moment;
and the example unit is used for respectively carrying out example on each interface element according to the data information of each interface element.
One or more technical solutions in the embodiments of the present invention have at least the following technical effects or advantages:
according to the method and the device, before the interface elements in the application program interface are analyzed, the interface elements to be displayed in the display area in the application program interface at the current moment are judged, whether the interface elements to be displayed in the display area at the current moment are all the interface elements of the application program interface is judged, and if the interface elements to be displayed in the display area at the current moment are partial interface elements of the application program interface, only the interface elements to be displayed are analyzed and instantiated, so that the analysis and instantiation of the interface elements which are not required to be displayed at the current moment are avoided, the time for analyzing and instantiating the interface elements is saved, the loading speed of the application program interface is improved, and meanwhile, the user experience is improved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a flow chart illustrating a method for displaying an application interface according to an embodiment of the present invention;
fig. 2 is a block diagram of a display device of an application interface according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
The embodiment of the invention provides a display method of an application program interface, which is applied to an electronic device with a display screen, wherein an application program is installed in a system of the electronic device, the system of the electronic device can be an Android system (Android), after a user opens the application program, the interface of the application program is displayed through the display screen, and as shown in fig. 1, the method comprises the following steps:
step 101: a display area for displaying an application interface is determined.
Generally, a display area of an application program interface corresponds to a size of a display screen of an electronic device, and the display screen of the electronic device is the display area of the application program interface. In addition, a preset display area smaller than the actual size of the display screen can be pre-defined on the display screen of the electronic device, and the preset display area is used as a display area for displaying the application program interface.
Step 102: and judging whether the interface elements to be displayed in the display area in the application program interface at the current moment are all the interface elements of the application program interface.
Specifically, the application program interface is composed of a plurality of interface elements, and further, the types of the interface elements included in the application program interface may be the same or different. The type of the interface element may be a picture, a character, or another type for representing an application program interface, which is not limited in the present application. In a specific embodiment, the types of the interface elements in the application program interface may be both pictures, and in another specific embodiment, the application program interface includes not only the interface elements whose types are pictures, but also the interface elements whose types are texts. Generally, application interfaces include various types of interface elements.
After the display area is determined, whether the interface elements to be displayed in the display area at the current moment are all the interface elements of the application program interface is judged according to a layout file corresponding to the application program interface, wherein the layout file contains position information of all the interface elements of the application program interface, and the positions of the interface elements in the application program interface can be determined according to the position information of the interface elements. The layout file may be a file compiled using extensible markup Language (XML).
Step 103: if the interface elements to be displayed in the display area in the application program interface at the current moment are part of the interface elements of the application program interface, analyzing and instantiating the interface elements to be displayed in the display area at the current moment, and displaying the instantiated interface elements in the display area.
In the application, if all interface elements in the application program interface at the current time are not required to be displayed in the display area, that is, the interface elements to be displayed in the display area in the application program interface at the current time are part of the interface elements of the application program, only the interface elements to be displayed in the display area at the current time are analyzed and instantiated. For example, the application program interface includes an interface element a and an interface element B, the interface element a is displayed in the display area at a first time, the interface element B is not displayed in the display area, the interface element B is displayed in the display area at a second time after the first time through a sliding operation of the display screen by the user, if the current time is the first time, and the interface element to be displayed in the display area is only the interface element a at the current time, the interface element a is analyzed after the analysis, and the interface element a after the example is finally displayed in the display area, because the application only analyzes and instantiates the interface element a at the current time, and does not analyze and instantiate the interface element B, the time for analyzing and instantiating the interface element is saved, the loading speed of the application program interface is improved.
Further, after judging whether the interface elements to be displayed in the display area in the application program interface at the current moment are all the interface elements of the application program interface, if the interface elements to be displayed in the display area in the application program at the current moment are all the interface elements of the application program interface, analyzing and instantiating all the interface elements of the application program interface, and displaying the interface elements after the instantiating in the display area. For example, the application program interface includes an interface element C and an interface element D, and at the current time, the interface element C and the interface element D are both interface elements to be displayed in the display area, and then the interface element C and the interface element D are respectively analyzed and instantiated, and the instantiated interface element C and the instantiated interface element D are displayed in the display area.
In this application, after determining whether interface elements to be displayed in the display area in the application program interface at the current time are all interface elements of the application program interface, if the interface elements to be displayed in the display area in the application program interface at the current time are partial interface elements of the application program interface, the method further includes:
monitoring a sliding event in a display area;
when a sliding event is monitored, determining a newly added interface element to be displayed in the display area at the next moment of the current moment according to the sliding event;
and analyzing and instantiating the newly added interface element so that the newly added interface element after the instantiation can be displayed in the display area at the next moment of the current moment.
Specifically, if the interface elements to be displayed in the display area at the current time are only some interface elements in the application interface, the user may perform a sliding operation in the display area, and the remaining interface elements may be displayed in the display area at the next time of the current time. The sliding operation performed by the user in the display area corresponds to the sliding event in the display area, when the electronic device monitors that the sliding event exists in the display area, the electronic device indicates that the user performs the sliding operation in the display area, and then determines a new interface element to be displayed in the display area at the next moment of the current moment according to the sliding event. For example, the interface element to be displayed in the display area at the current time is interface element a, and it is determined that the newly added interface element to be displayed in the display area at the next time of the current time is interface element B according to the sliding event, then, the interface element B is analyzed and instantiated, and the instantiated interface element B will be displayed in the display area at the next time of the current time.
It should be noted that the newly added interface elements are interface elements different from the interface elements to be displayed at the current time in the interface elements to be displayed at the next time of the current time. Specifically, if the set of interface elements to be displayed at the current time is a first interface element set, and the set of interface elements to be displayed at the next time of the current time is a second interface element set, the newly added interface element is an interface element that belongs to the second interface element set and does not belong to the first interface element set. For example, the interface elements to be displayed in the display area at the next time of the current time are interface element E and interface element F, and the interface elements to be displayed in the display area at the current time are interface element E and interface element G, then the newly added interface element is interface element F. Wherein, the number of the newly added interface elements can be multiple. In addition, if no new interface element is added in the display area under the sliding operation of the user, the display content in the display area is kept unchanged.
Further, the method and the device can monitor the sliding event through a setOnScrolllingListener interface. Wherein the sliding event may be any one of an up sliding event, a down sliding event, a left sliding event and a right sliding event. For the listening of the sliding event, a specific implementation is as follows: and judging whether the sliding operation exists in the display area. When there is a slide operation, a slide trajectory corresponding to the slide operation is obtained, and the type of the slide event can be determined from the slide trajectory, specifically, the type of the slide event is determined from the coordinates of the start point and the coordinates of the end point in the slide trajectory, for example, the coordinates of the start point in the slide trajectory are (X1, Y1), the coordinates of the end point are (X2, Y2), the lower left corner of the display area is used as the origin, the right side of the display area is used as the positive X-axis direction, and the upper side of the display area is used as the positive Y-axis direction, if X1 is equal to X2 and Y1 is smaller than Y2, it is indicated that the slide event is an upward slide event, and the type of the slide event can be determined according.
In this application, for the parsing of the interface element, an parsing manner of a Document Object Model (DOM) may be adopted, specifically, before parsing and instantiating the interface element to be displayed in the display area at the current time, the layout file of the application program interface is first parsed into the Document object model, so that data information of each interface element to be displayed in the display area at the current time is respectively extracted by traversing the Document object model to realize parsing of the interface element to be displayed at the current time, and further, each interface element is instantiated according to the data information of each interface element. The document object model has a simple structure, so that the traversal is simple and the usability is strong.
Further, when the layout file of the application program interface is parsed into the document object model, the factory parser may be obtained through a system interface, document building factor.
Based on the same inventive concept, an embodiment of the present invention further provides a display device for an application program interface, as shown in fig. 2, including:
a first determining module 201, configured to determine a display area for displaying an application interface;
a determining module 202, configured to determine whether interface elements to be displayed in the display area in the application program interface at the current time are all interface elements of the application program interface;
the first processing module 203 is configured to, if an interface element to be displayed in the display area in the application program interface at the current time is a partial interface element of the application program interface, analyze and instantiate the interface element to be displayed in the display area at the current time, and display the instantiated interface element in the display area.
The display device further includes:
and the second processing module is used for analyzing and instantiating all interface elements of the application program interface and displaying the instantiated interface elements in the display area if the interface elements to be displayed in the display area in the application program at the current moment are all the interface elements of the application program interface.
The display device further includes:
the monitoring module is used for monitoring a sliding event in the display area if interface elements to be displayed in the display area in the application program interface at the current moment are part of the interface elements of the application program interface;
a second determining module, configured to determine, when the sliding event is monitored, a newly added interface element to be displayed in the display area at a next time of a current time according to the sliding event;
and the third processing module is used for analyzing and instantiating the newly added interface element so that the newly added interface element after instantiation can be displayed in the display area at the next moment of the current moment.
The display device further includes:
and the analysis module is used for analyzing the layout file corresponding to the application program interface into a document object model.
Wherein the first processing module 203 comprises:
the extraction unit is used for traversing the document object model and respectively extracting the data information of each interface element to be displayed in the display area at the current moment;
and the example unit is used for respectively carrying out example on each interface element according to the data information of each interface element.
The technical scheme in the embodiment of the application at least has the following technical effects or advantages:
according to the method and the device, before the interface elements in the application program interface are analyzed, the interface elements to be displayed in the display area in the application program interface at the current moment are judged, whether the interface elements to be displayed in the display area at the current moment are all the interface elements of the application program interface is judged, and if the interface elements to be displayed in the display area at the current moment are partial interface elements of the application program interface, only the interface elements to be displayed are analyzed and instantiated, so that the analysis and instantiation of the interface elements which are not required to be displayed at the current moment are avoided, the time for analyzing and instantiating the interface elements is saved, the loading speed of the application program interface is improved, and meanwhile, the user experience is improved.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (6)

1. A display method of an application program interface is characterized by comprising the following steps:
determining a display area for displaying an application program interface;
judging whether interface elements to be displayed in the display area in the application program interface at the current moment are all interface elements of the application program interface or not according to the layout file corresponding to the application program interface;
if the interface elements to be displayed in the display area in the application program interface at the current moment are part of the interface elements of the application program interface, then:
acquiring a factory resolver through a system interface documentbuilderfactory.
Calling a newDocumenBuilder () function in the factory parser to obtain a DOM parser;
calling a parse function through the DOM parser to parse the layout file corresponding to the application program interface into a document object model;
traversing the document object model, and respectively extracting data information of each interface element to be displayed in the display area at the current moment;
and respectively carrying out example on each interface element according to the data information of each interface element, and displaying the example interface elements in the display area.
2. The display method according to claim 1, wherein after the determining whether the interface elements to be displayed in the display area in the application interface at the current time are all interface elements of the application interface, the method further comprises:
and if the interface elements to be displayed in the display area in the application program interface at the current moment are all the interface elements of the application program interface, analyzing and instantiating all the interface elements of the application program interface, and displaying the instantiated interface elements in the display area.
3. The display method according to claim 1, wherein after the determining whether the interface elements to be displayed in the display area in the application interface at the current time are all interface elements of the application interface, the method further comprises:
monitoring a sliding event in the display area if interface elements to be displayed in the display area in the application program interface at the current moment are part of the interface elements of the application program interface;
when the sliding event is monitored, determining a newly added interface element to be displayed in the display area at the next moment of the current moment according to the sliding event;
and analyzing and instantiating the newly added interface element so that the newly added interface element after the instantiation can be displayed in the display area at the next moment of the current moment.
4. A display device for an application program interface, comprising:
the device comprises a first determination module, a second determination module and a display module, wherein the first determination module is used for determining a display area for displaying an application program interface;
the judging module is used for judging whether interface elements to be displayed in the display area in the application program interface at the current moment are all interface elements of the application program interface or not according to the layout file corresponding to the application program interface;
a first processing module, configured to, if an interface element to be displayed in the display area in the application program interface at the current time is a partial interface element of the application program interface:
acquiring a factory resolver through a system interface documentbuilderfactory.
Calling a newDocumenBuilder () function in the factory parser to obtain a DOM parser;
calling a parse function through the DOM parser to parse the layout file corresponding to the application program interface into a document object model;
traversing the document object model, and respectively extracting data information of each interface element to be displayed in the display area at the current moment;
and respectively carrying out example on each interface element according to the data information of each interface element, and displaying the example interface elements in the display area.
5. The display device of claim 4, further comprising:
and the second processing module is used for analyzing and instantiating all interface elements of the application program interface and displaying the instantiated interface elements in the display area if the interface elements to be displayed in the display area in the application program interface at the current moment are all the interface elements of the application program interface.
6. The display device of claim 4, further comprising:
the monitoring module is used for monitoring a sliding event in the display area if interface elements to be displayed in the display area in the application program interface at the current moment are part of the interface elements of the application program interface;
a second determining module, configured to determine, when the sliding event is monitored, a newly added interface element to be displayed in the display area at a next time of a current time according to the sliding event;
and the third processing module is used for analyzing and instantiating the newly added interface element so that the newly added interface element after instantiation can be displayed in the display area at the next moment of the current moment.
CN201610841262.XA 2016-09-22 2016-09-22 Application program interface display method and device Active CN106406888B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610841262.XA CN106406888B (en) 2016-09-22 2016-09-22 Application program interface display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610841262.XA CN106406888B (en) 2016-09-22 2016-09-22 Application program interface display method and device

Publications (2)

Publication Number Publication Date
CN106406888A CN106406888A (en) 2017-02-15
CN106406888B true CN106406888B (en) 2020-03-17

Family

ID=57996927

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610841262.XA Active CN106406888B (en) 2016-09-22 2016-09-22 Application program interface display method and device

Country Status (1)

Country Link
CN (1) CN106406888B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107463318A (en) * 2017-06-26 2017-12-12 北京小度信息科技有限公司 Interface element processing method and processing device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102262541A (en) * 2011-08-12 2011-11-30 北京思创银联科技股份有限公司 Method for starting dynamic configuration plug-in
CN103853729A (en) * 2012-11-29 2014-06-11 腾讯科技(深圳)有限公司 Page loading method and system
CN104025084A (en) * 2011-09-27 2014-09-03 亚马逊技术有限公司 Historical browsing session management
CN105700928A (en) * 2016-01-15 2016-06-22 北京金山安全软件有限公司 Control information display method and device and electronic equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012044713A1 (en) * 2010-10-01 2012-04-05 Imerj LLC Drag/flick gestures in user interface

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102262541A (en) * 2011-08-12 2011-11-30 北京思创银联科技股份有限公司 Method for starting dynamic configuration plug-in
CN104025084A (en) * 2011-09-27 2014-09-03 亚马逊技术有限公司 Historical browsing session management
CN103853729A (en) * 2012-11-29 2014-06-11 腾讯科技(深圳)有限公司 Page loading method and system
CN105700928A (en) * 2016-01-15 2016-06-22 北京金山安全软件有限公司 Control information display method and device and electronic equipment

Also Published As

Publication number Publication date
CN106406888A (en) 2017-02-15

Similar Documents

Publication Publication Date Title
CN110008110B (en) User interface testing method and device
KR20140091555A (en) Measuring web page rendering time
CN104699602A (en) Method for detecting influence and computer
US8671389B1 (en) Web application resource manager on the web and localizable components
CN111200545A (en) Intelligent device access method and device
US8392887B2 (en) Systems and methods for identifying graphic user-interface components
US8700992B1 (en) Method for determining position and dimensions of webpage elements by wireframe injection
CN110765015A (en) Method for testing application to be tested and electronic equipment
CN106648571B (en) Method and device for calibrating application interface
CN110781063B (en) Method, device, equipment and storage medium for measuring first screen time of web page
CN114218890A (en) Page rendering method and device, electronic equipment and storage medium
CN112416775A (en) Software automation testing method and device based on artificial intelligence and electronic equipment
CN110248235B (en) Software teaching method, device, terminal equipment and medium
CN111783008B (en) Information display method, device, equipment and medium
CN112306594A (en) Rendering method and device based on mobile terminal and storage medium
CN106406888B (en) Application program interface display method and device
CN113887442A (en) OCR training data generation method, device, equipment and medium
US20210157928A1 (en) Information processing apparatus, information processing method, and program
CN111274156B (en) Automatic identification method and device compatible with multi-frame pages
CN109710808A (en) A kind of analytic method of XML file, system, device and readable storage medium storing program for executing
CN111736539B (en) Monitoring data display method, device, system, server and storage medium
CN113849164A (en) Data processing method and device, electronic equipment and memory
CN112800373A (en) Webpage resource data generation method and device, computer equipment and storage medium
CN113568840B (en) Method and system for identifying transition drawing
CN112286785A (en) User interface abnormity detection method and device

Legal Events

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