我使用javascript格式编号为:1,000,000,但我不能在" BOX INPUT"中使用运算符+, - ,*,/和数字。
然后点击试试:
以下错误:
SO TIEN GOC:NaN
SO TIEN GOC:NaN
这是我的代码:
result = split[1] != undefined ? result + decimal_separator + split[1] : result;
parseInt('result');
return prefix == undefined ? result : (result ? prefix + result : '');
谢谢!
答案 0 :(得分:0)
我是通过替换全局变量","到""然后它被转换为数字。
var x = document.getElementById("ST").value.replace(/,/g,"");
var y = document.getElementById("TG").value.replace(/,/g,"");