07 2018 档案

摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2018-07-10 11:28 少年以不年少 阅读(160) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2018-07-10 11:27 少年以不年少 阅读(113) 评论(0) 推荐(0)
摘要:对module.exports和exports的一些理解 可能是有史以来最简单通俗易懂的有关Module.exports和exports区别的文章了。 exports = module.exports = {}; 所以module.exports和exports的区别就是var a={}; var 阅读全文
posted @ 2018-07-04 11:28 少年以不年少 阅读(181) 评论(0) 推荐(0)