查询或者插入,提示:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'describe..... 由于describe是mysql的关键字,不能用这个做为数据库中的表的字段。 解决方法:在查询中给该字段增长引号,好比` describe`html