2008年6月12日 星期四

math methods

NaN:
not a number

parseInt():
convert test to integer
ex:
parseInt("1");

parseFloat()

isNaN():
ex:
var a=3;
isNaN(a);

toFixed():
ex:
a=3.333;
a.toFixed(2);
---> a=3.33

沒有留言: