alert( "6" / "2" ); // 3, strings are converted to numbers. We can use the Number(value) function to explicitly convert a value to ...
確定! 回上一頁