方法介绍
方法名称:写数据到剪贴板
语法:writePasteboard(str)
参数说明:str字符串数据写入剪贴板
返回值:无
方法例子
writePasteboard("123")
local ret = readPasteboard()
print(ret)