在学习Object-c的时候,按着书上的代码出现“warning: format not a string literal and no format arguments”; 虽然是个警告,但是看着很烦人,记录下处理方法。 NSString* string"strings"; NSLog(string,nil); 这样就…
一个朋友问了一个js问题, 一段看不出有任何问题的代码, 在ie下报错:”object doesn’t support this property or method”. 1. function foo(obj) {2. productTree obj.toString();3. document.getElementById(productTree).innerHTML productTree;4. }开始, 还以为错…
Flash 播放控件属性详解 一、属性篇 1.AlignMode(读写) 语法:AlignMode As Long 说明:对齐方式(与SAlign 属性联动)。当控件的长宽比例与影片不一致且WMode 不为ExactFit时,影片&#…