前端学习笔记——node.js
初识 Node.js什么是 Node.jsNode.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境。 Node.js 中的 JavaScript 运行环境注意: 浏览器是 JavaScript 的前端运行环境。 Node.js 是 JavaScript 的后端运行环境。 Node.js 中无法调用 DOM 和 BOM 等浏览器内置 API。 Node....
前端知识笔记(四十一)———nodejs发起http或https请求
http请求const express = require('express') const http = require('http') const app = express() const loginConfig = (token) => { return { hostname: 'api.test.com', port: 80, path: `/test...
前端知识笔记(六)———nodejs发起http或https请求
http请求const express = require('express') const http = require('http') const app = express() const loginConfig = (token) => { return { hostname: 'api.test.com', port: 80, path: `/test...




本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。
前端更多笔记相关
阿里巴巴终端技术
阿里巴巴终端技术最新内容汇聚在此,由阿里巴巴终端委员会官方运营。阿里巴巴终端委员会是阿里集团面向前端、客户端的虚拟技术组织。我们的愿景是着眼用户体验前沿、技术创新引领业界,将面向未来,制定技术策略和目标并落地执行,推动终端技术发展,帮助工程师成长,打造顶级的终端体验。同时我们运营着阿里巴巴终端域的官方公众号:阿里巴巴终端技术,欢迎关注。
+关注