url.parse()官网已经弃用了,建议使用new URL()的方式,但不怎么会用
换为new URL 这样获取 pathname:
let {pathname}=new URL(req.url,'http://locathost:3000')