The width and height of the current device screen in pixels. (Read-only)译:当前设备屏幕的宽度和高度以像素为单位。(只读)
print Screen.size # Output: { width:640, height: 1080 }