int (x, [base]) 功能: 函式的作用是將一個數字或base型別的字串轉換成整數。 函式原型: int(x=0) int(x, base=10),base預設值為10, ...
確定! 回上一頁