提交 491b06ab 编写于 作者: H hjdhnx

一些细节

上级 3ae936e2
const url = require('url');
let a = url.resolve('http://example.com/one', '/two');
let b = url.resolve('http://example.com/one', 'http://www.baidu.com');
console.log(a);
console.log(b);
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册