模拟post就行
使用chrome嵌入自定义html
<form action="http://www.acfun.tv/comment.aspx" method="post">
<input type="text" name="name" value="sendComm()">
<input type="text" name="token" value="mimiko">
<input type="text" name="quoteId" value="xxx">
<input type="text" name="text" value="我知道了 [at](。´_`。)[/at]">
<input type="text" name="mentionList" value="xxx">
<input type="text" name="cooldown" value="10000">
<input type="text" name="source" value="pc">
<input type="text" name="contentId" value="xxx">
<input type="text" name="quoteName" value="">
<input type="submit">
</form>
xxx需要在console下自己获取
评论成功应答
{”captcha”:false,”success”:true,”commentId”:65947277,”status”:0}
效果图:
本文介绍了一种通过模拟POST请求来实现网页评论功能的方法,并提供了一个具体的HTML表单示例。该示例展示了如何构造POST请求的数据包,包括必要的参数设置等。
1124

被折叠的 条评论
为什么被折叠?



