摘要: module.exports和exports是属于 CommonJS 模块规范,export和export default是属于ES6语法。 module.exports和exports导出模块,用require引入模块。 export和export default导出模块,import导入模块。 阅读全文
posted @ 2018-12-10 22:40 WFaceBoss 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 使用git同时提交到多个远程库的操作方式为: 比如我需要你将同一份代码提交到如下的两个库中: https://gitee.com/FelixBinCloud/recruit.git https://git.coding.net/FelixBinCloud/recruit.git (1)先添加第一个仓 阅读全文
posted @ 2018-12-10 09:41 WFaceBoss 阅读(839) 评论(0) 推荐(0) 编辑