获取设备类型 (device.type)

声明

设备类型 = device.type()

参数及返回值

  • 设备类型
    • 文本型,返回设备类型,大约是 "iPhone3,1" 这种形式的字符串

说明

获取设备类型
这个函数可以在 XUI 中使用

示例

if device.type() == "iPhone3,1" then
    -- 是 iPhone 4
end

results matching ""

    No results matching ""