Flex/AIR开发遇到问题记录

1. 2010-11-? Number 对象 toFixed 方法存在如下问题: 对数字0调用该方法,如 0.toFixed(0) 返回结果为 0.   (多了个小数点,当 数字小于 1 时均存在该问题). 解决: 替代方法:使用 Math.round(numberObject ) . toString()  ,  此时得到结果为 0。   Q2. 2011-1-7 运行TourDeFlex中的例
相关文章
相关标签/搜索