Home > utils > copyTextToClipboard
复制文本到剪切板。
Signature:
export declare function copyTextToClipboard(text: string): boolean;
Returns:
boolean
返回是否复制成功