求 copy 2.10 复制剪切板 怎么用

求 copy 2.10 复制剪切板 怎么用!

论坛有大佬分享过一段代码,在浏览器上可以复制

找到了,
if (cc.sys.isNative) {
jsb.copyTextToClipboard(str);
return true;
}

1赞