补充一段示例代码

以copy-to-clipboard示例:

import copy from 'copy-to-clipboard'; copy('Text'); // Copy with options copy('Text', { debug: true, // \r 回车 \n 换行 message: '数据1 \r\n\n 数据2', });