Day13-C#的無條件進入、無條件捨去、跟你想的不一樣的四捨五入!( ... int aa = (int)6.4;//輸出6 int aa1 = (int)6.5;//輸出6 int aa2 = (int)6.9;// ...
確定! 回上一頁