CN112131501B - Comment display method and terminal equipment - Google Patents

Comment display method and terminal equipment Download PDF

Info

Publication number
CN112131501B
CN112131501B CN202011100128.7A CN202011100128A CN112131501B CN 112131501 B CN112131501 B CN 112131501B CN 202011100128 A CN202011100128 A CN 202011100128A CN 112131501 B CN112131501 B CN 112131501B
Authority
CN
China
Prior art keywords
comment
target
displaying
comments
interface
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
CN202011100128.7A
Other languages
Chinese (zh)
Other versions
CN112131501A (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.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance 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 Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN202011100128.7A priority Critical patent/CN112131501B/en
Publication of CN112131501A publication Critical patent/CN112131501A/en
Application granted granted Critical
Publication of CN112131501B publication Critical patent/CN112131501B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/31Indexing; Data structures therefor; Storage structures
    • G06F16/316Indexing structures
    • G06F16/322Trees
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/34Browsing; Visualisation therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention provides a comment display method and terminal equipment, and relates to the technical field of terminals. The method comprises the following steps: displaying a first interface, the first interface including at least one comment; receiving a first operation, wherein the first operation is an operation on a target comment in at least one comment, and the target comment comprises at least one parent node comment and/or at least one child node comment; in response to the first operation, displaying target conversation content, the target conversation content including all parent node comments of the target comment, and all child node comments of the target comment. The embodiment of the invention is used for solving the problem that the readability of the multi-level comments is poor when the comments are displayed in the conventional comment display mode.

Description

Comment display method and terminal equipment
Technical Field
The invention relates to the technical field of terminals, in particular to a comment display method and terminal equipment.
Background
With the development of terminal technology and internet technology, most content platforms support users to publish their own opinions in the form of comments, and users can also learn or comment on the opinions of other users by viewing comments posted by other users.
The comments are used as main interaction means of each current content platform, so that not only consumption feedback can be provided for authors and users, but also information increment can be provided, and consumption value is precipitated. The method comprises the steps that a user is likely to generate multi-level comments when discussing in a comment area based on a certain topic or view, the comment display mode in the prior art is that all the comments are sequentially displayed in the comment area according to the sequence of time and/or popularity, and for the multi-level comments, the father node comments of the comments are generally displayed below the comments, so that the user can easily understand the context of the multi-level comments. Although the comment display mode can help the user to clear the conversation context of the multiple levels of comments to a certain extent, the reading efficiency of the comment area is greatly influenced, and for deep discussion with multiple levels, the user still has difficulty in finding the context of the interested comment, and the readability is poor.
Disclosure of Invention
In view of the above, the invention provides a comment display method and terminal equipment, which are used for solving the problem that readability of multiple levels of comments is poor when the comments are displayed in the existing comment display mode.
In order to achieve the above object, the embodiments of the present invention provide the following technical solutions:
in a first aspect, an embodiment of the present invention provides a comment displaying method, including:
displaying a first interface, the first interface including at least one comment;
receiving a first operation, wherein the first operation is an operation on a target comment in the at least one comment, and the target comment comprises at least one parent node comment and/or at least one child node comment;
in response to the first operation, displaying target conversation content, the target conversation content including all parent node comments of the target comment, and all child node comments of the target comment.
As an optional implementation manner of the embodiment of the present invention, the displaying the target dialog content includes:
and sequentially displaying all the comments in the target conversation content according to the publication time of all the comments in the target conversation content from first to last.
As an optional implementation manner of the embodiment of the present invention, the displaying the target dialog content includes:
according to the comment objects of all comments in the target conversation content, at least one comment chain is constructed according to the sequence from the parent node comment to the child node comment, the starting point of each comment chain is the root node comment, and the end point of each comment chain is a leaf node comment;
and displaying the at least one comment chain according to a preset sequence.
As an optional implementation manner of the embodiment of the present invention, the displaying the target dialog content includes:
constructing each comment in the target conversation content into a comment tree according to the comment object of each comment in the target conversation content;
and displaying the comment tree.
As an optional implementation manner of the embodiment of the present invention, the displaying the target dialog content includes:
and sequentially displaying the root node comments in the target conversation content and other comments except the root node comments in the target conversation content, and displaying the comment objects before each comment except the root node comments.
As an optional implementation manner of the embodiment of the present invention, the displaying the target dialog content includes:
generating a second interface, the second interface including the target conversation content;
and switching and displaying the first interface as the second interface.
As an optional implementation manner of the embodiment of the present invention, the displaying the target dialog content includes:
generating a dialog content display floating layer, wherein the dialog content display floating layer comprises the target dialog content;
and displaying the dialog content display floating layer on the first interface in an overlaying manner.
As an optional implementation manner of the embodiment of the present invention, after displaying the target dialog content, the method further includes:
receiving a second operation, wherein the second operation is used for triggering and displaying the first interface;
and responding to the second operation, and displaying the first interface.
In a second aspect, an embodiment of the present invention provides a terminal device, including:
the display unit is used for displaying a first interface, and the first interface comprises at least one comment;
a receiving unit, configured to receive a first operation, where the first operation is an operation on a target comment in the at least one comment, and the target comment includes at least one parent node comment and/or at least one child node comment;
the display unit is used for responding to the first operation and displaying target conversation content, and the target conversation content comprises all father node comments of the target comment, the target comment and all child node comments of the target comment.
As an optional implementation manner of the embodiment of the present invention, the display unit is specifically configured to sequentially display the comments in the target dialog content in an order from first to last according to the posting time of the comments in the target dialog content.
As an optional implementation manner of the embodiment of the present invention, the display unit is specifically configured to construct at least one comment chain according to a comment object of each comment in the target dialog content and in an order from a parent node comment to a child node comment, where a start point of each comment chain is a root node comment, and an end point of each comment chain is a leaf node comment; and displaying the at least one comment chain according to a preset sequence.
As an optional implementation manner of the embodiment of the present invention, the display unit is specifically configured to construct, according to a comment object of each comment in the target dialog content, each comment in the target dialog content as a comment tree; and displaying the comment tree.
As an optional implementation manner of the embodiment of the present invention, the display unit is specifically configured to sequentially display the root node comment in the target dialog content and the comments, other than the root node comment, in the target dialog content, and display a comment object thereof before each comment, other than the root node comment, in the target dialog content.
As an optional implementation manner of the embodiment of the present invention, the display unit is specifically configured to generate a second interface, and switch and display the first interface as the second interface;
wherein the second interface includes the target dialog content.
As an optional implementation manner of the embodiment of the present invention, the display unit is specifically configured to generate a dialog content display floating layer, and display the dialog content display floating layer on the first interface in an overlaying manner;
wherein the dialog content display floating layer includes the target dialog content.
As an alternative implementation of the embodiment of the present invention,
the receiving unit is further configured to receive a second operation after the target dialog content is displayed, where the second operation is used to trigger the display of the first interface;
the display unit is further used for responding to the second operation and displaying the first interface.
In a third aspect, an embodiment of the present invention provides an electronic device, including: a memory for storing a computer program and a processor; the processor is configured to execute the comment displaying method of the first aspect or any one of the optional embodiments of the first aspect when the computer program is invoked.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the comment display method according to the first aspect or any one of the optional embodiments of the first aspect.
The comment display method provided by the embodiment of the invention is used for responding to a first operation under the condition that a first interface comprising at least one comment is displayed and the first operation on a target comment is received, and displaying target conversation contents comprising all father node comments of the target comment, the target comment and all child node comments of the target comment. According to the comment display method and the comment display device, when the first operation on the target comment is received, the complete conversation content including all the father node comments of the target comment, the target comment and all the child node comments of the target comment is displayed, so that a user can quickly acquire all the contexts of the target comment based on the target conversation content to clear up the conversation context including the multi-level comment of the target comment, the readability of the multi-level comment can be improved, and the problem that the readability of the multi-level comment in the existing comment display mode is poor is solved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
FIG. 1 is a flowchart illustrating steps of a comment display method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a first interface provided in an embodiment of the invention;
FIG. 3 is a schematic diagram of a relationship between a comment and a comment object provided by an embodiment of the present invention;
FIG. 4 is a diagram illustrating one example of a scenario for displaying target dialog content according to an embodiment of the present invention;
FIG. 5 is a second view of a scenario for displaying target session content according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of a chain of comments provided by an embodiment of the present invention;
FIG. 7 is a schematic diagram of an interface for displaying a comment chain according to an embodiment of the present invention;
FIG. 8 is a second schematic diagram of an interface for displaying a comment chain according to the embodiment of the present invention;
FIG. 9 is a third view of a scene for displaying a target dialog according to an embodiment of the present invention;
FIG. 10 is a schematic diagram of an interface for displaying a comment tree according to an embodiment of the present invention;
FIG. 11 is a fourth view illustrating a scene displaying target dialog content according to an embodiment of the present invention;
FIG. 12 is a fifth view of a scene for displaying target session content according to an embodiment of the present invention;
FIG. 13 is a diagram illustrating a floating layer for displaying dialog contents according to an embodiment of the present invention;
FIG. 14 is a schematic view of a scenario for returning to a first interface according to an embodiment of the present invention;
fig. 15 is a schematic structural diagram of a terminal device according to an embodiment of the present invention;
fig. 16 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention.
Detailed Description
In order that the above objects, features and advantages of the present invention may be more clearly understood, a solution of the present invention will be further described below. It should be noted that the embodiments of the present invention and features of the embodiments may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, but the present invention may be practiced in other ways than those described herein; it is to be understood that the embodiments described in this specification are only some embodiments of the invention, and not all embodiments.
The terms "first" and "second," and the like, in the description and in the claims of the present invention are used for distinguishing between synchronized objects, and are not used to describe a particular order of objects. For example, the first and second operations are for distinguishing between different operations and are not intended to describe a particular order of operations.
In the embodiments of the present invention, words such as "exemplary" or "for example" are used to mean serving as examples, illustrations or descriptions. Any embodiment or design described as "exemplary" or "e.g.," an embodiment of the present invention is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the word "exemplary" or "such as" is intended to present concepts related in a concrete fashion. Further, in the description of the embodiments of the present invention, "a plurality" means two or more unless otherwise specified.
The execution main body of the comment display method provided by the embodiment of the invention can be terminal equipment. The terminal device may be a mobile phone, a tablet computer, a notebook computer, an ultra-mobile personal computer (UMPC), a netbook, a Personal Digital Assistant (PDA), an intelligent watch, an intelligent bracelet, or other types of terminal devices, and the embodiment of the present invention does not limit the type of the terminal device.
An embodiment of the present invention provides a comment display method, and as shown in fig. 1, the comment display method includes the following steps S101 to S103:
and S101, displaying a first interface.
Wherein the first interface includes at least one comment.
Specifically, the first interface in the embodiment of the present invention may be a comment detail page that is triggered to be displayed by the terminal device when the user operates the terminal device, or may also be an information flow page that is triggered to be displayed by the terminal device when the user operates the terminal device. The manner of triggering the display of the first interface may be: the user inputs click operation to a control which is displayed by the terminal equipment and used for triggering the first interface, so that the terminal equipment is triggered to display the first interface, and other interfaces can be closed for the user to enable the terminal equipment to display the first interface.
Illustratively, referring to fig. 2, the first interface may include a plurality of comments posted by the user, and the user may drag the progress control 21 displayed in the first interface to switch the comments displayed in the first interface.
When the first interface includes a plurality of comments, the plurality of comments may be displayed in the first interface in any manner, which is not limited in the embodiment of the present invention. For example: the comments can be sequentially displayed in the first interface from first to last according to the publishing time of the comments, and for example: the comments can be displayed in the first interface in sequence from high to low according to the popularity of the comments.
S102, receiving a first operation.
Wherein the first operation is an operation on a target comment in the at least one comment, and the target comment comprises at least one parent node comment and/or at least one child node comment.
That is, the target comment may be a multi-level comment having at least one child comment and no parent comment, or the target comment may be a multi-level comment having at least one parent comment and at least one child comment.
The first operation in the embodiment of the present invention may specifically be a click operation of a user on a target comment, or a click operation of a control, which is used for extracting the dialog content and corresponds to the target comment, by the user, or a voice instruction input by the user, or a specific gesture input by the user. In some embodiments of the present invention, the specific gesture may be any one of a single-tap gesture, a sliding gesture, a pressure recognition gesture, a long-press gesture, an area change gesture, a double-press gesture, and a double-tap gesture.
And S103, responding to the first operation, and displaying the target conversation content.
Wherein the target conversation content includes all parent node comments of the target comment, and all child node comments of the target comment.
Illustratively, referring to fig. 3, the relationship between the comment and the comment object in the first interface includes: the comment object of the comments 2 and 4 is comment 1, the comment object of the comments 3, 10, and 15 is comment 2, the comment object of the comments 5, 7, and 14 is comment 3, the comment object of the comments 6 and 8 is comment 5, the comment object of the comments 9 is comment 8, the comment object of the comments 15 is comment 9, the comment object of the comments 13 is comment 7, the comment object of the comments 11 is comment 10, the comment object of the comments 12 is comment 11, and the comment object of the comments 17 and 18 is comment 4.
If the first operation is input to comment 2, the parent node comment of comment 2 includes: the comments 1; the child node comments of comment 2 include: comment 3, comment 10, comment 16, comment 5, comment 7, comment 14, comment 6, comment 8, comment 13, comment 9, comment 15, comment 11, and comment 12, and therefore the target conversation content displayed in response to the first operation includes: comment 1, comment 2, comment 3, comment 10, comment 16, comment 5, comment 7, comment 14, comment 6, comment 8, comment 13, comment 9, comment 15, comment 11, and comment 12.
If the first operation is input to the comment 5, the parent node comment of the comment 5 includes: comment 1, comment 2, and comment 3; the child node comments of comment 5 include: comment 6, comment 8, comment 9, and comment 15, and therefore the target conversation content displayed in response to the first operation includes: comment 1, comment 2, comment 3, comment 5, comment 6, comment 8, comment 9, and comment 15.
The above embodiment is exemplified below by taking, as an example, a relationship between a comment and a comment object as shown in fig. 3, and a target comment as a comment 5. If the user inputs a first operation on the comment 5, the target dialog content displayed by the terminal device in response to the first operation is as shown in fig. 4, and includes: the parent node comments of comment 5 (comment 1, comment 2, comment 3), comment 5, and child node comments of comment 5 (comment 6, comment 8, comment 9, and comment 15).
The comment display method provided by the embodiment of the invention is used for responding to a first operation under the condition that a first interface comprising at least one comment is displayed and the first operation on a target comment is received, and displaying target conversation contents comprising all father node comments of the target comment, the target comment and all child node comments of the target comment. According to the comment display method and the comment display device, when the first operation on the target comment is received, the complete conversation content including all the father node comments of the target comment, the target comment and all the child node comments of the target comment is displayed, so that a user can quickly acquire all the contexts of the target comment based on the target conversation content to clear up the conversation context including the multi-level comment of the target comment, the readability of the multi-level comment can be improved, and the problem that the readability of the multi-level comment in the existing comment display mode is poor is solved.
The display mode of the target dialog contents of the above embodiment will be described below. The implementation manner of displaying the target dialog content in the embodiment of the present invention may include the following four manners:
the first implementation mode,
The above step S103 (displaying the target dialog content) includes:
and sequentially displaying all the comments in the target conversation content according to the publication time of all the comments in the target conversation content from first to last.
Illustratively, the target comment is comment 5; the parent node comment of comment 5 includes: comment 1, comment 2, comment 3; the child node comments of comment 5 include: comment 6, comment 8, comment 9, and comment 15. The publication times of the comment 1, the comment 2, the comment 3, the comment 5, the comment 6, the comment 8, the comment 9 and the comment 15 are as follows in sequence: as shown in fig. 5, the display results of the comments in the target dialog content are sequentially displayed in the order from first to last 23 hours, 18 hours, 12 hours, 10 hours, 8 hours, 3 hours, 25 minutes and 5 minutes, and sequentially: comment 1, comment 2, comment 3, comment 5, comment 6, comment 8, comment 9, comment 15.
The second implementation mode,
The above-described step S103 (displaying the target dialog content) includes the following steps a and b.
Step a, according to comment objects of all comments in the target conversation content, at least one comment chain is constructed according to the sequence from the parent node comment to the child node comment, the starting point of each comment chain is the root node comment, and the end point of each comment chain is the leaf node comment.
The comment object in the embodiment of the present invention refers to an object to which a comment is directed. For example: if a certain user issues a comment 1 for a content a on the content platform, the comment object of the comment 1 is the content a. For another example: if a certain user gives a comment 2 for a content B on the content platform, and another user gives a comment 3 for the comment 2, the comment object of the comment 2 is the content B, and the comment object of the comment 3 is the content 2.
The root node comment in the embodiment of the invention refers to a comment without a parent node comment, and the leaf node comment refers to a comment without a child node comment. The number of comment chains is the same as the number of leaf node comments in the target dialog content.
Illustratively, the target comment is comment 2; the parent node comment of comment 2 includes: the child node comments of comments 1 and 2 include: comment 3, comment 10, comment 16, comment 5, comment 7, comment 14, comment 6, comment 8, comment 13, comment 9, comment 15, comment 11, and comment 12, then according to the comment object of each comment in the target conversation content, six comment chains may be constructed in the order from a parent node comment to a child node comment, as shown in fig. 6, the comment chain 1 sequentially includes: comment 1, comment 2, comment 3, comment 5, comment 6; comment chain 2 includes in order: comment 1, comment 2, comment 3, comment 5, comment 8, comment 9, comment 15; the review chain 3 comprises in sequence: comment 1, comment 2, comment 3, comment 7, comment 13; the review chain 4 comprises in sequence: comment 1, comment 2, comment 3, comment 14; the review chain 5 comprises in sequence: comment 1, comment 2, comment 10, comment 11, comment 12; the comment chain 6 includes in sequence: comment 1, comment 2, comment 16.
And b, displaying the at least one comment chain according to a preset sequence.
Illustratively, referring to fig. 7, the constructed comment chains may be sequentially displayed in the display interface according to a preset order, and the progress control 71 is provided in the display interface. In fig. 7, the comment chains are sequentially displayed as a comment chain 1, a comment chain 2, a comment chain 3, a comment chain 4, a comment chain 5, and a comment chain 6, and a user can switch the displayed comment chains by dragging the progress control 71.
For example, referring to fig. 8, only one of the constructed comment chains may be displayed in a display interface according to a preset sequence, and a forward switching control 81 and a backward switching control 82 are displayed in the display interface, where a user may click the forward switching control 81 to trigger display of a previous comment chain of the currently displayed comment chain, or may click the forward switching control 82 to trigger display of a next comment chain of the currently displayed comment chain.
Optionally, the manner of sorting the comment chains may be: sequencing the comment chains according to the first-come and last-come publication time of the comments of the root nodes of the comment chains, sequencing the comment chains with the same publication time of the comments of the root nodes according to the first-come and last-come publication time of the next comment after the comments of the root nodes of the comment chains, and sequencing the comment chains again according to the first-come and last-come publication time of the next comment after the comments of the root nodes until all the comment chains are sequenced.
In the embodiment, the comment chains are constructed in the target conversation content according to the sequence from the parent node comment to the child node comment according to the comment objects of the comments in the target conversation content, and the user can clear the conversation logic of the multi-level comments only by sequentially checking the comments in the comment chains, so that the readability of the multi-level comments can be further improved.
The third implementation mode,
The above-described step S103 (displaying the target dialog content) includes the following steps 1 and 2.
Step 1, according to the comment objects of all comments in the target conversation content, all the comments in the target conversation content are constructed into a comment tree.
Illustratively, the target comment is comment 2; the parent node comment of comment 2 includes: the child node comments of comments 1 and 2 include: the comment 3, the comment 10, the comment 16, the comment 5, the comment 7, the comment 14, the comment 6, the comment 8, the comment 13, the comment 9, the comment 15, the comment 11, and the comment 12, and the structure of the comment tree constructed by the comments in the target dialogue content according to the comment objects of the comments in the target dialogue content is as shown in fig. 9.
And 2, displaying the comment tree.
Illustratively, the target comment is comment 2; the parent node comment of comment 2 includes: the child node comments of comments 1 and 2 include: the comment 3, the comment 10, the comment 16, the comment 5, the comment 7, the comment 14, the comment 6, the comment 8, the comment 13, the comment 9, the comment 15, the comment 11 and the comment 12 are shown in fig. 10, the relation between the comment and a comment object is shown by aligning the start position of the comment with the text content of the comment, then the start position of the comment 2 is aligned with the text content of the comment 1, the start positions of the comment 3, the comment 10 and the comment 16 are aligned with the text content of the comment 2, the start position of the comment 11 is aligned with the text content of the comment 10, the start position of the comment 12 is aligned with the text content of the comment 11, and a control 101 below the comment 3 is clicked, so that a complete comment tree can be displayed, and all child node comments of the comment 3 can be viewed.
In the embodiment, each comment in the target conversation content is constructed into a comment tree according to the comment object of each comment in the target conversation content, and the comment tree is displayed, so that a user can quickly know the conversation logic of the multi-level comment based on the comment tree without influencing the efficiency of viewing the comment by the user, and the embodiment can improve the readability of the multi-level comment and avoid influencing the display efficiency of a display area for displaying the target conversation content.
The implementation mode four,
The above step S103 (displaying the target dialog content) includes:
and sequentially displaying the root node comments in the target conversation content and other comments except the root node comments in the target conversation content, and displaying the comment objects before each comment except the root node comments.
Optionally, a specific implementation manner of sequentially displaying the root node comment in the target dialog content and other comments, except for the root node comment, in the target dialog content may be:
and sequentially displaying all the comments in the target conversation content according to the publication time of all the comments in the target conversation content from first to last.
Since the publication time of any comment is certainly later than that of the comment object, when the comments in the target conversation content are sequentially displayed in the order from first to last according to the publication time of the comments in the target conversation content, the root node comment in the target conversation content is necessarily displayed at the first, and other comments except the root node comment in the target conversation content are sequentially displayed after the root node comment according to the publication time, so that the root node comment in the target conversation content and other comments except the root node comment in the target conversation content can be sequentially displayed by sequentially displaying the comments in the target conversation content according to the order from first to last according to the publication time.
Exemplarily, referring to fig. 11, the target comment is comment 5 in fig. 11; the parent node comment of comment 5 includes: comment 1, comment 2, comment 3; the child node comments of comment 5 include: comment 6, comment 8, comment 9, and comment 15; the publication times of the comment 1, the comment 2, the comment 3, the comment 5, the comment 6, the comment 8, the comment 9 and the comment 15 are as follows in sequence: the above examples are described by way of example before 23 hours, 18 hours, 12 hours, 10 hours, 8 hours, 3 hours, 25 minutes and 5 minutes. As shown in fig. 11, since the comment 1 is a root comment in the target conversation content, the comment 2, the comment 3, the comment 5, the comment 6, the comment 8, the comment 9, and the comment 15 are sequentially displayed below the comment 1, the comment subject comment 1 is displayed above the comment 2, the comment subject comment 2 is displayed above the comment 3, the comment subject comment 3 is displayed above the comment 5, the comment subject comment 5 is displayed above the comment 6 and the comment 8, the comment subject comment 8 is displayed above the comment 9, and the comment subject comment 9 is displayed above the comment 15.
Optionally, a specific implementation manner of sequentially displaying the root node comment in the target dialog content and other comments, except for the root node comment, in the target dialog content may be:
and according to the comment object of each comment in the target conversation content, each comment in the target conversation content is commented.
It should be noted that comments having the same comment object or the same comment object level may be displayed in any order, which is not limited in the embodiment of the present invention. For example: can be displayed after the publication time sequence is optimized.
Exemplarily, referring to fig. 12, the target comment is comment 2 in fig. 12; the parent node comment of comment 2 includes: the child node comments of comments 1 and 2 include: comment 3, comment 10, comment 16, comment 5, comment 7, comment 14, comment 6, comment 8, comment 13, comment 9, comment 15, comment 11, and comment 12; the above embodiment is described by way of example in which the comment object of comment 1 is a content in a content platform, the comment object of comment 2 is comment 1, the comment objects of comment 3, comment 10, and comment 16 are comment 2, the comment objects of comment 5, comment 7, and comment 14 are comment 3, the comment objects of comment 6 and comment 8 are comment 5, the comment object of comment 9 is comment 8, the comment object of comment 13 is comment 7, the comment object of comment 12 is comment 11, and the comment object of comment 15 is comment 9. As shown in fig. 12, comment 1 is a root node comment in the target dialog content and is thus displayed uppermost; the comment object of the comment 2 is the comment 1, so the comment 2 is displayed after the comment 1; the comment subjects of the comment 3, the comment 10, and the comment 16 are the comment 2, and therefore the comment 3, the comment 10, and the comment 16 are displayed after the comment 2; since the comment subjects of the comment 5, the comment 7, and the comment 14 are the comment 3, the comment 5, the comment 7, and the comment 14 are displayed after the comment 3; the object of the comment 11 is the comment 10, and therefore the comment 11 is displayed after the comment 10; the object of the comment 12 is the comment 10, and therefore the comment 12 is displayed after the comment 11; the comment subjects of the comment 6 and the comment 8 are the comment 5, and thus the comment 6 and the comment 8 are displayed after the comment 5; the comment object of the comment 13 is the comment 7, and thus the comment 13 is displayed after the comment 7; the comment object of the comment 9 is the comment 9, and therefore the comment 9 is displayed after the comment 8; the comment object of the comment 15 is the comment 9, and therefore the comment 15 is displayed after the comment 9.
The display interface of the target dialog contents of the above embodiment will be described below. The target dialog content display interface in the embodiment of the present invention may include the following two implementation manners:
first, the above step S103 (displaying the target dialog content) includes the following steps a and b.
And a step a of generating a second interface.
Wherein the second interface includes the target dialog content.
Specifically, the display mode of the target dialog content in the second interface may be the display mode described in any one of the first implementation mode, the second implementation mode, and the third implementation mode.
And b, switching and displaying the first interface as the second interface.
That is, the targeted dialog content may be displayed in a new interface that is different from the first interface.
The second, above step S103 (displaying the target dialog content), includes the following steps 1 and 2.
Step 1, generating a conversation content display floating layer.
Wherein the dialog content display floating layer includes the target dialog content.
Similarly, the display mode of the target dialog content in the content display floating layer may be the display mode described in any of the first implementation mode, the second implementation mode, and the third implementation mode.
It should be noted that, in the embodiment of the present invention, the size and the shape of the floating layer for displaying dialog contents are not limited, and the floating layer for displaying dialog contents may be set to any size and any shape based on the use requirement in the actual use process.
And step 2, displaying the dialog content display floating layer on the first interface in an overlaying manner.
Optionally, the dialog content display floating layer may be displayed on the first interface in an overlaying manner with a preset transparency.
For example, the preset transparency may be 30%, 50%, 80%, 100%, etc., and a person skilled in the art may adjust the preset transparency according to the actual use environment, and the user may also need to adjust the preset transparency during the use process.
Illustratively, referring to fig. 13, the target comment in fig. 13 is comment 5, and the parent node comment of comment 5 includes: comment 1, comment 2, and comment 3, the child node comments of comment 5 include: the above embodiment will be described by taking, as an example, a comment 6, a comment 8, a comment 9, and a comment 15, and displaying the target conversation content in the display manner described in the first implementation. As shown in fig. 13, the generated dialog content display floating layer 131 includes the comment 1, the comment 2, and the comment 3, the comment 5, the comment 6, the comment 8, the comment 9, and the comment 15 arranged in this order, and the dialog content display floating layer 131 is displayed in an overlaid manner on the first interface 132.
As an optional implementation manner of the embodiment of the present invention, after step S103 (displaying the target dialog content), the comment display method provided by the embodiment of the present invention further includes:
a second operation is received. And the second operation is used for triggering the display of the first interface.
And responding to the second operation, and displaying the first interface.
The second operation in the embodiment of the present invention may specifically be a click operation of a user on a return control that triggers returning to the first interface, or a click operation of a user on a second interface or a dialog content display floating layer, or a voice instruction input by the user, or a specific gesture input by the user. In some embodiments of the present invention, the specific gesture may be any one of a single-tap gesture, a sliding gesture, a pressure recognition gesture, a long-press gesture, an area change gesture, a double-press gesture, and a double-tap gesture.
Illustratively, referring to fig. 14, the dialog content display floating layer including the target dialog content further includes a return control 141 for triggering return to the first interface, and when a user inputs a second operation to the return control 141, the terminal device returns to the first interface in response to the second operation.
Based on the same inventive concept, as an implementation of the foregoing method, an embodiment of the present invention further provides a terminal device, where the terminal device embodiment corresponds to the foregoing method embodiment, and for convenience of reading, details in the foregoing method embodiment are not repeated in this apparatus embodiment one by one, but it should be clear that the terminal device in this embodiment can correspondingly implement all the contents in the foregoing method embodiment.
Fig. 15 is a schematic structural diagram of a terminal device according to an embodiment of the present invention, and as shown in fig. 15, a terminal device 1500 according to this embodiment includes:
a display unit 151 configured to display a first interface, where the first interface includes at least one comment;
a receiving unit 152, configured to receive a first operation, where the first operation is an operation on a target comment in the at least one comment, and the target comment includes at least one parent node comment and/or at least one child node comment;
the display unit 151 is configured to display, in response to the first operation, a target conversation content including all parent node comments of the target comment, and all child node comments of the target comment.
As an optional implementation manner of the embodiment of the present invention, the display unit 151 is specifically configured to sequentially display the comments in the target dialog content in an order from first to last according to the posting time of the comments in the target dialog content.
As an optional implementation manner of the embodiment of the present invention, the display unit 151 is specifically configured to construct at least one comment chain according to a comment object of each comment in the target dialog content and in an order from a parent node comment to a child node comment, where a start point of each comment chain is a root node comment, and an end point of each comment chain is a leaf node comment; and displaying the at least one comment chain according to a preset sequence.
As an optional implementation manner of the embodiment of the present invention, the display unit 151 is specifically configured to construct, according to a comment object of each comment in the target dialog content, each comment in the target dialog content as a comment tree; and displaying the comment tree.
As an optional implementation manner of the embodiment of the present invention, the display unit 151 is specifically configured to sequentially display the root node comment in the target dialog content and the comments, other than the root node comment, in the target dialog content, and display a comment object thereof before each comment, other than the root node comment, in the target dialog content.
As an optional implementation manner of the embodiment of the present invention, the display unit 151 is specifically configured to generate a second interface, and switch and display the first interface as the second interface;
wherein the second interface includes the target dialog content.
As an optional implementation manner of the embodiment of the present invention, the display unit 151 is specifically configured to generate a dialog content display floating layer, and display the dialog content display floating layer on the first interface in an overlaying manner;
wherein the dialog content display floating layer includes the target dialog content.
As an alternative implementation of the embodiment of the present invention,
the receiving unit 152 is further configured to receive a second operation after the target dialog content is displayed, where the second operation is used to trigger the display of the first interface;
the display unit 151 is further configured to display the first interface in response to the second operation.
The terminal device provided in this embodiment may execute the comment displaying method provided in the above method embodiment, and the implementation principle and the technical effect are similar, which are not described herein again.
Based on the same inventive concept, the embodiment of the invention also provides electronic equipment. Fig. 16 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 16, the electronic device according to the embodiment includes: a memory 161 and a processor 162, the memory 161 being for storing computer programs; the processor 162 is configured to execute each step in the comment display method provided by the above method embodiment when the computer program is called.
In particular, the memory 161 may be used to store software programs as well as various data. The memory 161 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 161 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 162 is a control center of the electronic device, connects various parts of the entire electronic device using various interfaces and lines, performs various functions of the electronic device and processes data by operating or executing software programs and/or modules stored in the memory 161 and calling data stored in the memory 161, thereby performing overall monitoring of the electronic device. Processor 162 may include one or more processing units.
In addition, it should be understood that the electronic device provided by the embodiment of the present invention may further include: the device comprises a radio frequency unit, a network module, an audio output unit, a receiving unit, a sensor, a display unit, a user receiving unit, an interface unit, a power supply and the like. It will be appreciated by those skilled in the art that the above-described configuration of the electronic device does not constitute a limitation of the electronic device, and that the electronic device may include more or fewer components, or some components may be combined, or a different arrangement of components. In the embodiment of the present invention, the electronic device includes, but is not limited to, a mobile phone, a tablet computer, a notebook computer, a palm computer, a vehicle-mounted terminal, a wearable device, a pedometer, and the like.
The radio frequency unit may be configured to receive and transmit signals during information transmission and reception or during a call, and specifically, receive downlink data from a base station and then process the received downlink data to the processor 162; in addition, the uplink data is transmitted to the base station. Typically, the radio frequency units include, but are not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit can also communicate with a network and other devices through a wireless communication system.
The electronic device provides wireless broadband internet access for the user through the network module, such as helping the user send and receive e-mails, browse webpages, access streaming media and the like.
The audio output unit may convert audio data received by the radio frequency unit or the network module or stored in the memory 161 into an audio signal and output as sound. Also, the audio output unit may also provide audio output related to a specific function performed by the electronic device (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit comprises a loudspeaker, a buzzer, a receiver and the like.
The receiving unit is used for receiving audio or video signals. The receiving Unit may include a Graphics Processing Unit (GPU) that processes image data of still pictures or video obtained by an image capturing device (such as a camera) in a video capturing mode or an image capturing mode, and a microphone. The processed image frames may be displayed on a display unit. The image frames processed by the graphic processor may be stored in a memory (or other storage medium) or transmitted via a radio frequency unit or a network module. The microphone may receive sound and be capable of processing such sound into audio data. The processed audio data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit in case of the phone call mode.
The electronic device also includes at least one sensor, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that adjusts the brightness of the display panel according to the brightness of ambient light, and a proximity sensor that turns off the display panel and/or the backlight when the electronic device is moved to the ear. As one type of motion sensor, an accelerometer sensor can detect the magnitude of acceleration in each direction (generally three axes), detect the magnitude and direction of gravity when stationary, and can be used to identify the posture of an electronic device (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), and vibration identification related functions (such as pedometer, tapping); the sensors may also include fingerprint sensors, pressure sensors, iris sensors, molecular sensors, gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc., and will not be described herein.
The display unit is used for displaying information input by a user or information provided to the user. The Display unit may include a Display panel, and the Display panel may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user receiving unit may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the electronic device. Specifically, the user receiving unit includes a touch panel and other input devices. A touch panel, also referred to as a touch screen, may collect touch operations by a user on or near the touch panel (e.g., operations by a user on or near the touch panel using a finger, a stylus, or any other suitable object or attachment). The touch panel may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 162, and receives and executes commands sent by the processor 162. In addition, the touch panel may be implemented in various types such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel, the user receiving unit may include other input devices. Specifically, the other input devices may include, but are not limited to, a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a trackball, a mouse, and a joystick, which are not described in detail herein.
Further, the touch panel may be overlaid on the display panel, and when the touch panel detects a touch operation thereon or nearby, the touch panel transmits the touch operation to the processor 162 to determine the type of the touch event, and then the processor 162 provides a corresponding visual output on the display panel according to the type of the touch event. Generally, the touch panel and the display panel are two independent components to implement the input and output functions of the electronic device, but in some embodiments, the touch panel and the display panel may be integrated to implement the input and output functions of the electronic device, and the implementation is not limited herein.
The interface unit is an interface for connecting an external device and the electronic equipment. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit may be used to receive input (e.g., data information, power, etc.) from an external device and transmit the received input to one or more elements in the electronic equipment or may be used to transmit data between the electronic equipment and the external device.
The electronic device may also include a power source (e.g., a battery) for powering the various components, and optionally, the power source may be logically connected to the processor 162 via a power management system, such that the power management system may manage charging, discharging, and power consumption.
The embodiment of the invention also provides a computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, and when being executed by a processor, the computer program realizes the comment display method provided by the method embodiment.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media having computer-usable program code embodied in the medium.
Computer readable media include both permanent and non-permanent, removable and non-removable storage media. Storage media may implement information storage by any method or technology, and the information may be computer-readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include transitory computer readable media (transmyedia) such as modulated data signals and carrier waves.
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 identical elements in a process, method, article, or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present invention, which enable those skilled in the art to understand or practice the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (9)

1. A comment display method characterized by comprising:
displaying a first interface, the first interface including at least one comment;
receiving a first operation, wherein the first operation is an operation on a target comment in the at least one comment, the target comment is a multi-level comment which has at least one child comment and does not have a parent comment, or the target comment is a multi-level comment which has at least one parent comment and at least one child comment;
in response to the first operation, displaying target conversation content, the target conversation content including all parent node comments of the target comment, and all child node comments of the target comment;
the displaying of the target dialog content includes:
according to the comment objects of all comments in the target conversation content, at least one comment chain is constructed according to the sequence from the parent node comment to the child node comment, the starting point of each comment chain is the root node comment, and the end point of each comment chain is the leaf node comment;
and displaying the at least one comment chain according to a preset sequence.
2. The method of claim 1, wherein displaying the targeted dialog content comprises:
and sequentially displaying all the comments in the target conversation content according to the publication time of all the comments in the target conversation content from first to last.
3. The method of claim 1, wherein displaying the targeted dialog content comprises:
and sequentially displaying the root node comments in the target conversation content and other comments except the root node comments in the target conversation content, and displaying the comment objects before each comment except the root node comments.
4. The method of claim 1, wherein displaying the targeted dialog content comprises:
generating a second interface, the second interface including the target conversation content;
and switching and displaying the first interface as the second interface.
5. The method of claim 1, wherein displaying the targeted dialog content comprises:
generating a dialog content display floating layer, wherein the dialog content display floating layer comprises the target dialog content;
and displaying the dialog content display floating layer on the first interface in an overlaying manner.
6. The method of claim 4 or 5, wherein after displaying the target dialog content, the method further comprises:
receiving a second operation, wherein the second operation is used for triggering and displaying the first interface;
and responding to the second operation, and displaying the first interface.
7. A terminal device, comprising:
the display unit is used for displaying a first interface, and the first interface comprises at least one comment;
a receiving unit, configured to receive a first operation, where the first operation is an operation on a target comment in the at least one comment, where the target comment is a piece of multi-level comment that has at least one child comment and does not have a parent comment, or the target comment is a piece of multi-level comment that has at least one parent comment and at least one child comment;
the display unit is used for responding to the first operation and displaying target conversation content, and the target conversation content comprises all father node comments of the target comment, the target comment and all child node comments of the target comment;
the displaying of the target dialog content includes:
according to the comment objects of all comments in the target conversation content, at least one comment chain is constructed according to the sequence from the parent node comment to the child node comment, the starting point of each comment chain is the root node comment, and the end point of each comment chain is the leaf node comment;
and displaying the at least one comment chain according to a preset sequence.
8. An electronic device, comprising: a memory for storing a computer program and a processor; the processor is adapted to execute the comment display method of any one of claims 1-6 when the computer program is invoked.
9. A computer-readable storage medium, characterized in that a computer program is stored thereon, which when executed by a processor implements the comment displaying method of any one of claims 1 to 6.
CN202011100128.7A 2020-10-15 2020-10-15 Comment display method and terminal equipment Active CN112131501B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011100128.7A CN112131501B (en) 2020-10-15 2020-10-15 Comment display method and terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011100128.7A CN112131501B (en) 2020-10-15 2020-10-15 Comment display method and terminal equipment

Publications (2)

Publication Number Publication Date
CN112131501A CN112131501A (en) 2020-12-25
CN112131501B true CN112131501B (en) 2021-12-07

Family

ID=73853022

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011100128.7A Active CN112131501B (en) 2020-10-15 2020-10-15 Comment display method and terminal equipment

Country Status (1)

Country Link
CN (1) CN112131501B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105045899A (en) * 2015-08-03 2015-11-11 北京金山安全软件有限公司 Comment content providing method and device and terminal equipment
CN109725803A (en) * 2018-12-20 2019-05-07 网易(杭州)网络有限公司 Comment information processing method and processing device, storage medium, electronic equipment
CN110188298A (en) * 2019-05-27 2019-08-30 合肥本源量子计算科技有限责任公司 Comment on methods of exhibiting and data capture method
CN111259271A (en) * 2018-12-03 2020-06-09 阿里巴巴集团控股有限公司 Comment information display method and device, electronic equipment and computer readable medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110271230A1 (en) * 2010-04-30 2011-11-03 Talkwheel.com, Inc. Visualization and navigation system for complex data and discussion platform
CN106407371A (en) * 2016-09-09 2017-02-15 广州神马移动信息科技有限公司 User comment data displaying method and system, server and client

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105045899A (en) * 2015-08-03 2015-11-11 北京金山安全软件有限公司 Comment content providing method and device and terminal equipment
CN111259271A (en) * 2018-12-03 2020-06-09 阿里巴巴集团控股有限公司 Comment information display method and device, electronic equipment and computer readable medium
CN109725803A (en) * 2018-12-20 2019-05-07 网易(杭州)网络有限公司 Comment information processing method and processing device, storage medium, electronic equipment
CN110188298A (en) * 2019-05-27 2019-08-30 合肥本源量子计算科技有限责任公司 Comment on methods of exhibiting and data capture method

Also Published As

Publication number Publication date
CN112131501A (en) 2020-12-25

Similar Documents

Publication Publication Date Title
CN110752980B (en) Message sending method and electronic equipment
CN109739669B (en) Unread message prompting method and mobile terminal
CN107846352B (en) Information display method and mobile terminal
WO2019184666A1 (en) Method for displaying content and terminal
CN108156508B (en) Barrage information processing method and device, mobile terminal, server and system
CN112423087A (en) Video interaction information display method and terminal equipment
CN109857494B (en) Message prompting method and terminal equipment
CN107734170B (en) Notification message processing method, mobile terminal and wearable device
WO2019174541A1 (en) Operation method for mobile terminal and mobile terminal
CN109085968B (en) Screen capturing method and terminal equipment
WO2021083091A1 (en) Screenshot capturing method and terminal device
CN110099296B (en) Information display method and terminal equipment
CN109412932B (en) Screen capturing method and terminal
WO2019141130A1 (en) Payment method and terminal device
CN107103074B (en) Processing method of shared information and mobile terminal
CN110049187B (en) Display method and terminal equipment
WO2020125405A1 (en) Control method for terminal apparatus, and terminal apparatus
CN108920040B (en) Application icon sorting method and mobile terminal
CN110796438B (en) Message sending method and mobile terminal
CN110012152B (en) Interface display method and terminal equipment
CN110069407B (en) Function test method and device for application program
CN110012151B (en) Information display method and terminal equipment
CN111090529A (en) Method for sharing information and electronic equipment
CN109117037B (en) Image processing method and terminal equipment
CN113111221A (en) Video-based searching method and device

Legal Events

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