toString(l);4. float to String : String str = Float.toString(f);字串轉數字1.String to integer : str = "20";int i = Integer.valueOf(str).
確定! 回上一頁