[]
如果该线程注释是顶级注释,则向其回复集合中添加一个回复。 如果这个线程注释是一个回复,它将向其父级的回复集合中添加一个回复。
ICommentThreaded AddReply(string text, string author = null)
| Type | Name | Description |
|---|---|---|
| string | text | 回复的内容字符串。 |
| string | author | 作者的名字。 |
| Type | Description |
|---|---|
| ICommentThreaded |