testtest
![240](https://cdn2.jianshu.io/assets/default_avatar/10-e691107df16746d4a9f3fe9496fd1848.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:加州
1
testtest
作者回复自己的评论
testtest
我自己写的一级评论
testtest
@wangy8961 好的
testtest
1. 用户有哪些评论
user.comments
2. 哪些评论被点赞了
user.comments.join(comments_likes).all()
3. 这些赞分别是谁点的
for c in user.comments.join(comments_likes).all():
c.likers
4. 重组数据: 谁 点赞了你的评论 (评论内容) 评论链接(文章地址 + 评论id)
testtest
111
testtest
test
11
test