关于执行SQL的存储过程PreparedStatement pm = cn.prepareStatement("exec proc1");我该怎么得到它的输出啊[解决办法]prepareCall调用 存储过程,可以查看api文档 或者google[解决办法]LZ参考下