toPrecision

種  類 メソッド
書  式
数値.
toPrecision(桁数)

解  説
値を指定した桁数にします。

コード
num = 123.45;
n = num.toPrecision(8);
alert(n);


■サンプルをダウンロードする >>.zip