clipboard:setdata

说明:设置剪贴板内容为 str.

用法:
 (clipboard:setdata str)

参数:1 str : 字符串;

返回值:-1

示例:
(clipboard:setdata "the string in clipboard.")