两张表,博客(blog_content)和分类(blog_type) blog_content表,包含id,title,content,type_id字段,其中type_id指向blog_type表中的id blog_type表,包含id,type_name字段 想要查询博客列表时,查询到分类名...