函数名称 文件.判断句柄
    函数功能 判断句柄
    函数语法 文件.判断句柄(file)
    英语语法 WJ.PDJB(file)
    参数说明 参数 类型 必填 说明
    num userdata 需要判断的文件句柄
    返回值 string 1. 一个打开的文件句柄,”closed file“ - 为一个已关闭的文件句柄,nil - 不是文件句柄
    注意事项

    函数用例:

    1. file,msg = io.open("/mnt/sdcard/kazhu.txt",r)
    2. bool = 文件.判断句柄(file)
    3. if bool == "file" then
    4. dialog("是文件句柄",5)
    5. elseif bool == "closed file" then
    6. dialog("句柄已关闭",5)
    7. elseif bool == nil then
    8. dialog("不是文件句柄",5)
    9. end

    💻进阶课程列表

    💻YOLOv5课程列表

    蜂群课堂-自动化教育