多次定位问题后发现是手机端User Agent字段过长了,解决方法也很简单,将typecho数据库中评论的数据表typecho_comments表的agent字段长度改为1000即可。
User Agent
typecho_comments
agent
再测试,手机就可以正常评论了。