Javascript 内核Bug

Javascript 内核Bug:

js 执行(9.9+19.8)加法运算 等于 29.700000000000003)

<html>
<head>
<title> new document </title>
<meta name="generator" content="editplus" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
</head>

<body>
<script type="text/javascript">
<!--
alert(9.9+19.8);
//-->
</script>
</body>
</html>

上一篇:ajax(2)


下一篇:[编程小技巧]Notepad++中如何实现文本对比功能?