方法介绍
方法名称:读取剪贴板
语法:readPasteboard()
参数说明:无
返回值:字符串类型,返回剪贴板内容
方法例子
writePasteboard("123")
local ret = readPasteboard()
print(ret)