⛈S
Size: a a a
⛈S
MG
new Intl.NumberFormat('zh-CN', { notation: "compact" }).format(987654321);
new Intl.NumberFormat('de', { notation: "engineering" }).format(987654321);
> new Intl.NumberFormat('zh-CN', { notation: "compact" }).format(987654321);
< "987,654,321"
> new Intl.NumberFormat('de', { notation: "engineering" }).format(987654321);
< "987.654.321"
SR
ML
IK
SR
IL
SR
ДП
SR
ДП
IL
ДП
IL
FL
SR
SR
FL
SR