I've improved mwilcox' function to handle values withous separators. function parseFloatOpts (str) { if(typeof str === "number"){ return str ...
確定! 回上一頁