错误:Statement parameter 1 not set.

原因:1、参数个数不匹配,传入的参数和数据库里的个数不匹配
2、如果用PreparedStatement 的?可以,用Statement的话,字符串参数要加单引号“ ‘’ ”

目前只是看到了这两个方面