1. 报错代码:
    2. Message.info({
    3. content:'hellow world'
    4. })
    1. 修正代码:
    2. clipboard.writeText(text);
    3. (Message as any).info({
    4. content: 'copyed!',
    5. duration: 10
    6. })
    7. ps: 修改之后 前一行代码提示要加分号 不知道为什么