设备类型 = device.type()
"iPhone3,1"
获取设备类型这个函数可以在 XUI 中使用
if device.type() == "iPhone3,1" then -- 是 iPhone 4 end