摘要: 在编程领域中,模块是自包含的功能单元,可以跨项目共享和重用。它们使开发人员的生活更加轻松,因为我们可以使用它来增加应用程序的功能,而不必亲自编写这些功能,它还让我们可以组织和解耦代码,从而使应用程序更加容易理解、调试和维护。 那么如何使用Node.js中的模块呢,下面主要介绍如何导出和导入 不同的模 阅读全文
posted @ 2020-05-27 17:01 PrimerPlus 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 30 Days of Node Introduction Regular Expressions or regex or regexp or sometimes also referred to as rational expressions are : A sequence of characte 阅读全文
posted @ 2020-05-27 11:52 PrimerPlus 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 30 Days of Node Introduction Node.js gives the functionality of File I/O by providing wrappers around the standard POSIX functions. In Node.js, File I 阅读全文
posted @ 2020-05-27 01:14 PrimerPlus 阅读(70) 评论(0) 推荐(0) 编辑