python request.post,将用户评论发布到服务器

时间:2019-03-06 01:52:37

标签: python

使用python,您如何将用户键入的注释发布到主机服务器?如果服务器期望使用名为usercomment的参数,则request.post行将向主机发布注释的样子是什么?我拥有的代码未正确发布评论,因此当我尝试显示评论列表时,状态为500。

def usercomment (host, usercomment)
    postcomment=request.post(host, input(additional_arg), 
    allow_redirects=False)

0 个答案:

没有答案