方法介绍

方法名称:二维码解析

语法:qrDecode(pngpath)

参数说明:需要解析的二维码路径

返回值: ret,text ret为1表示成功0表示失败 text是返回解析的结果

方法例子

local ret,text = qrDecode("/mnt/sdcard/qq.png")

if ret == 1 then

print("text:"..text)

end

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

results matching ""

    No results matching ""