Then this function will properly comma separate the number. ... var delimiter = ","; // replace comma if desired var a = amount.split('.',2) var d = a[1]; ...
確定! 回上一頁