美文网首页一起学起来
Node.js开发笔记-18:生成随机中文名

Node.js开发笔记-18:生成随机中文名

作者: 原味蛋炒饭 | 来源:发表于2017-10-28 10:37 被阅读35次
    安装
    $ npm --save install chinese-random-name
    引入
    var randomName = require("chinese-random-name");
    使用
    console.log(randomName.generate());
    
    来自:
    https://github.com/xadillax/chinese-random-name
    

    相关文章

      网友评论

        本文标题:Node.js开发笔记-18:生成随机中文名

        本文链接:https://www.haomeiwen.com/subject/fxwjpxtx.html