Node.JS 笔记

                     

贡献者: addis

  • 本文处于草稿阶段。
预备知识 JavaScript 入门笔记

1. 安装

# Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
sudo apt-get install -y nodejs

# Using Debian, as root
curl -fsSL https://deb.nodesource.com/setup_21.x | bash - &&\
apt-get install -y nodejs

2. hello world

                     

© 小时科技 保留一切权利