abs
種 類
メソッド
書 式
Math.
abs(値)
解 説
値の絶対値を求めます。
コード
n = eval(prompt("Input Number",0));
alert("絶対値は"+Math.abs(n)+"です");
■サンプルをダウンロードする
>>.zip