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