Convert a string into a point number (a number with decimal points). // returns 3.14 parseFloat('3.14'); // also returns 3.14 ...
確定! 回上一頁