E

種類プロパティ(R)
書式 Math.E
解説
自然対数の底eの値です。
サンプルコード
function sampleCode()
{
txtField.data = Math.E;
}
sampleCode();
実際のスクリプトをダウンロード