摘要: 方法一: public String ClobToString(Clob clob) throws SQLException, IOException { String reString = ""; Reader is = clob.getCharacterStream();// 得到流 Buffe 阅读全文
posted @ 2016-02-18 09:31 八稚女 阅读(12862) 评论(0) 推荐(0)