📋clipboard

Functions:

read

clipboard.read(): string

从剪切板读取字符串。

write

clipboard.write(value: any)

参数
类型
描述

value

string

将字符串写入到剪切板。

最后更新于