winWidth示例代码可用性winWidth当前 window 宽度,数字类型 此属性值不同于屏幕的分辨率,比如 iPhone 5 的分辨率为 640*1136,但是其 winWidth 为 320,因此前端需根据 winWidth 和 winHeight 来进行布局 示例代码var winWidth = api.winWidth; // 比如: 320可用性iOS系统,Android系统 可提供的1.0.0及更高版本