标签:
delete
大多时候return 中起到的作用就是中断当前函数
lodash模块,处理各类数据连接等等操作
API地址 https://lodash.com/docs/
mongoose模块 mongodb ORM
DOC地址 http://mongoosejs.com/docs/guide.html
mongodb命令
show dbs
use [db name]
db.order.find();
关于curl
标签:
原文地址:http://www.cnblogs.com/WJ-yellow/p/4246033.html