[ << 回到上层 ] LoadImage 加载图像文件 image = LoadImage(path) 参数: path [string]:图像文件路径 返回值: image [userdata-IMAGE]:成功则返回图像数据,失败则返回nil 示例