java 中double型轉化成int型

 一個變量 double x;java 不進行四捨五入操做: (int)x 進行四捨五入操做: Integer.parseInt(new java.text.DecimalFormat("0").format(x))  
相關文章
相關標籤/搜索