xuchuandi 2016-04-18 09:49 采纳率: 0%
浏览 1420

myeclipse提示不定参数和数组不匹配,怎么解决这个错误提示

The method query(String, ResultSetHandler, Object...) in the type QueryRunner is not applicable for the arguments (String, ResultSetHandler, Object[])

  • 写回答

3条回答 默认 最新

  • magicioney 2016-04-18 09:50
    关注

    修改方法参数中的 Object... 为 Object[]

    评论

报告相同问题?