在pre_forum_post (as p )中,每个帖子都有一个p.attachment字段,这个字段记录了,帖子中有多少张图片,如果为0,则程序不会替换帖子内容(p.message)中的[attach]标签,
在pre_forum_attachment (as a)中,a.tid对应p.tid
a.pid对应p.pid,
且p.pid 跟a.pid是一对多的关系