函数名

writePasteboard(str)

函数介绍

方法名称:写数据到剪贴板

参数说明:
str:字符串数据写入剪贴板


注意:此函数不支持无APP运行

函数例子

writePasteboard("123")
local ret = readPasteboard()
print(ret)