/**
href: '包含完整的url',
origin: '包含协议到pathname之前的内容',
protocol: 'url使用的协议,包含末尾的:',
username: '用户名', // 暂时不支持
password: '密码', // 暂时不支持
host: '完整主机名,包含:和端口',
hostname: '主机名,不包含端口'
port: '端口号',
pathname: '服务器上访问资源的路径/开头',
search: 'query string,?开头',
hash: '#开头的fragment identifier'