parseFloat is a bit slower because it searches for first appearance of a number in a string, while the Number constuctor creates a new number ...
確定! 回上一頁