查詢或者插入,提示: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