url的分析和解释

url的分析和解释

url的作用:资源统一定位

protocol(协议): host(主机名): port(端口号,默认8080) /pathname(路径) ?查询字符串(search) #锚点(hash)

http: //www.baidu.com: 8080 /code/xxx.html ?username=xxx&age=18 #1;

相关文章:

  • 2021-12-31
  • 2021-12-02
  • 2021-07-31
  • 2021-07-20
  • 2021-10-15
  • 2021-05-20
  • 2021-12-04
猜你喜欢
  • 2021-04-07
  • 2021-07-19
  • 2021-12-26
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案