Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Node.js 内置模块


Node.js 有一套内置模块,您可以直接使用,无需额外安装。

以下是 Node.js 6.10.3 版本的内置模块列表

模块 描述
assert提供一组断言测试
buffer处理二进制数据
child_process运行子进程
cluster将单个 Node 进程拆分为多个进程
crypto处理 OpenSSL 加密函数
dgram提供 UDP 数据报套接字的实现
dns执行 DNS 查询和名称解析函数
domain已弃用。处理未捕获的错误
events处理事件
fs处理文件系统
http使 Node.js 充当 HTTP 服务器
https使 Node.js 充当 HTTPS 服务器。
net创建服务器和客户端
os提供有关操作系统的的信息
path处理文件路径
punycode已弃用。一种字符编码方案
querystring处理 URL 查询字符串
readline一次处理可读流的一行
stream处理流数据
string_decoder将缓冲区对象解码为字符串
timers在给定毫秒数后执行函数
tls实现 TLS 和 SSL 协议
tty提供文本终端使用的类
url解析 URL 字符串
util访问实用程序函数
v8访问有关 V8(JavaScript 引擎)的信息
vm在虚拟机中编译 JavaScript 代码
zlib压缩或解压缩文件

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.