java 的 try parse

Integer myInt = Ints.tryParse(a); if (myInt != null) { result.add(Long.parseLong(a)); }

相關文章
相關標籤/搜索