new Buffer("Hello World").toString("base64"); /* yields SGVsbG8gV29ybGQNCg== */ new Buffer("SGVsbG8gV29ybGQNCg==").toString("ascii"); /* yields Hello World */
如果本文对你有所帮助,请打赏——1元就足够感动我:)
联系邮箱:intdb@qq.com
我的GitHub: https://github.com/vipstone
联系邮箱:intdb@qq.com
我的GitHub: https://github.com/vipstone
关注公众号:
作者: 王磊
出处: http://vipstone.cnblogs.com/
本文版权归作者和博客园共有,欢迎转载,请标明出处。