摘要: public int getLineNum() { try { return Integer.valueOf(FergusonStringUtils.trim(getLineNo())); } catch (NumberFormatException e) { // TODO: handle exc 阅读全文
posted @ 2017-01-24 16:56 weberLi 阅读(162) 评论(0) 推荐(0)
摘要: public Integer convertStringToInt(String pSource) { try { return Integer.valueOf(FergusonStringUtils.trim(pSource)); } catch (NumberFormatException e) 阅读全文
posted @ 2017-01-24 16:53 weberLi 阅读(105) 评论(0) 推荐(0)