示例#1
0
文件: app.py 项目: yulu9206/seenit_lu
def show_comment(c_id):
    comment.read_one(c_id)
    show_votes('comment', c_id)
示例#2
0
文件: app.py 项目: PC-Driver/Seenit
def show_comment(c_id):
    _comment= comment.read_one(c_id)
    print (_comment)
    show_votes('comment', c_id)