智慧 + 毅力 = 无所不能

正确性、健壮性、可靠性、效率、易用性、可读性、可复用性、兼容性、可移植性...

导航

2010年2月28日

摘要: NaN具有独特的数学属性,任何涉及该属性的比较运算都计算为false。改用全局isNaN()函数检测NaN值,如下面的示例所示:trace(NaN==NaN);//false!trace(NaN!=NaN);//还是false!trace(isNaN(NaN));//true 阅读全文

posted @ 2010-02-28 00:35 Bill Yuan 阅读(1423) 评论(0) 推荐(0) 编辑

摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--varmyParentSquareBitmapData:BitmapData=newBitmapData(178,178,false,0xff000000);myParentSquareBitmap... 阅读全文

posted @ 2010-02-28 00:31 Bill Yuan 阅读(1147) 评论(0) 推荐(0) 编辑