A simple example of converting JS numbers to uppercase amounts
function DX (n) {
if (!/^) (0|[ 1-9]\d*) (\.\d+)? $/.test (n)) return
"illegal data";
var unit = "Hundreds of thousands of hundred hundred million hundreds of thousands of points," str = "";
n + = ";
" var p = n.indexof ('. ');
if (P >= 0)
n = n.substring (0, p) + n.substr (p+1, 2);
Unit = UNIT.SUBSTR (unit.length-n.length);
for (Var i=0 i < n.length i++)
str = ' 0 One of the three Woolu seven Ba ' charAt (N.charat (i)) + Unit.charat (i);
return Str.replace (/0 (thousand | hundred |)/g, "0"). Replace (/(0) +/g, "0"). Replace (/0 (million | billion | yuan)/g, "$". Replace (/(million) million | One (pick)/g, "$1$2 "). Replace (/^ $0? | 0 points/g, ""). Replace (/Yuan $/g, "meta whole");
}
The above JS number to convert to uppercase amount of simple example is small series to share all the content, hope to give you a reference, but also hope that we support cloud habitat community.