摘要:
# bytes object b = b"example" # str object s = "example" # str to bytes bytes(s, encoding = "utf8") # bytes to str str(b, encoding = "utf-8") # an alternative meth... 阅读全文
摘要:
http://javascript.ruanyifeng.com/nodejs/packagejson.html 一、npm常用易忘指令 npm list --depth=0:查看所有高级的npm moudles npm list --depth=0 -g:查看所有全局安装的模块 npm insta 阅读全文