
var val = Number.MAX_VALUE;示例 :
<html><head><script type="text/javascript"><!--function showValue(){var val = Number.MAX_VALUE;alert("Value of Number.MAX_VALUE : " + val ); }//--></script></head><body><p>Click the following to see the result:</p><form><input type="button" value="Click Me" onclick="showValue();" /></form></body></html>这将产生以下结果: