先写怎么增,然后增加,最后提交
post = Post(title = '标题',content = '博文内容.....',other = '其它字段')
db.session.add(post)
db.session.commit()