String轉BigDecimal

String str= "1"; int a = Integer.parseInt(str); System.out.println(a); BigDecimal bigDecimal = new BigDecimal(a);
相關文章
相關標籤/搜索