快速安装使用 huanyu package:
npm i huanyu在你的程序中导入huanyu库:
js
import * as huanyu from 'huanyu'
const huanyuFuncTest = () => {
console.log(huanyu.hello())
}