原生扩展 copyToClip(txt) 写入剪贴板(复制) Parameters: Name Type Default Description txt String '' 复制的字符串 Example raw—1 this.plus.copyToClip("复制的字符串"); readFromClip() 读取剪贴板 Returns: 剪贴板内容 Type String Example raw—1 this.plus.getFromClip();