方法介绍

写入文本内容到指定文件

方法名称:

类_文件.写入文件

语法:

类_文件.写入文件(path,content,isdel)

写入文件[path:路径, content:写入内容 ,isdel:是否清除内容][返回true, 失败nil]

require "懒人综合插件"

local path="/mnt/sdcard/test.txt"
while true do
    if 类_文件.文件是否存在(path)    then
        local ret=类_文件.写入文件(path,"12345",true)        
        print(ret)
        print("----------------------------------")
        local ret=类_文件.读取文件(path)   
        print(ret)
        print("----------------------------------")
    else
        print("文件不存在")
    end
    sleep(2000)
end

Copyright © 湖南合鑫网络科技有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2020-11-27 02:40:04

results matching ""

    No results matching ""