yosay官网链接 安装yosay npm install yosay or yarn yosay 使用yosay const yosay = require('yosay') console.log(yosay("hello world")); 效果: 完成,使用就是这么简单官网链接