dim h
h=1
h=h/2
msgbox(h)非常奇怪,显示.5而不是0.5
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
dim h
h=1
h=h/2
msgbox(h)dim h
h=1
h=h/2
msgbox("0"&h)| 评分人 | 分数 | 时间 |
|---|---|---|
| jmz573515 | +3 | 2008-05-14 08:09 |
dim h
h=1
h=h/2
msgbox(0&h)Originally posted by jmz573515 at 2008-5-14 08:10 AM:
msgbox FormatNumber(1/2,1,-1)