Typecho的垃圾评论还是比较多的,除了插件外,还可以通过PHP函数实现简单的算术验证码。第一步、function.php如下函数function themeInit($comment){ $comment = spam_protection_pre($comment, $post, $result); } function spam_protect...