摘要:
var win = Titanium.UI.createWindow({ title:"创建开关", backgroundColor:"#FFF", exitOnClose:true});var switch1 = Titanium.UI.createSwitch({ top:100, value:true, //设置开关的初始值, true 或 false ( 在iOS为1 或 0 ,... 阅读全文
posted @ 2012-03-17 00:13
校长阿四
阅读(515)
评论(0)
推荐(0)