nodejs-url模块

  1. 用途
    处理url
  2. 使用方法
    1. let url = require(‘url’);
    2. url.parse(req.url)
      req.url获取的是string,parse将其转成对象
文章目录
|