函数名
readPasteboard()
函数介绍
方法名称:读取剪贴板返回值:字符串类型,返回剪贴板内容
注意:此函数不支持无APP运行
函数例子
writePasteboard("123")local ret = readPasteboard()print(ret)