INSERT INTO 数据表前缀content (catid,title,inputtime,updatetime,status,userid,username) VALUES('[标签:栏目ID]','[标签:标题]','[时间转化:发布时间]','[时间转化:更新时间]','99','[标签:发布人ID]','[标签:发布人]')
INSERT INTO 数据表前缀c_news (contentid,template,content,author,copyfrom) VALUES('[文章编号:数据表前缀content]','show','[标签:内容]','[标签:作者]','[标签:来源]')