当前位置:网站首页>URL 形式
URL 形式
2022-07-28 05:18:00 【编程器系统】
URL的定义:
'''
URL (Uniform Resource Locator,统一资源定位符)。每个网页都有一个Internet地址。当你在浏览器的地址框中输入一个URL或是单击一个超级链接时,URL就确定了要浏览的地址。浏览器通过超文本传输协议(HTTP),将Web服务器上站点的网页代码提取出来,并翻译成漂亮的网页。
'''
URL的组成部分:
URL由三部分组成:
资源类型,存放资源的主机域名,资源文件名。
and 可认为由四部分组成:
协议、主机、端口、路径
一般语法形式:
scheme://host[:port]/.../[?query-string][#anchor]
'''
scheme:协议(例如:http,https,ftp)
host:服务器的IP地址或域名
port:端口,可写可不写
path:访问资源的路径
query-string:参数,发送给http服务器的数据
anchor:锚(跳转到网页的指定锚点位置)
'''
https://blog.csdn.net/m0_62919535/article/details/124099491现在处于学习爬虫的阶段中,想了解更多关于URL的知识,其余资料可以通过百度查询,文章内容比较简洁,如果想简单了解http和https协议,可通过上方链接学习
边栏推荐
猜你喜欢

多系统架构设计思考

Tomato timing dimming table lamp touch chip-dlt8t10s-jericho

类和对象【中】

MySQL practice 45 lectures

ByteBuffer.position 抛出异常 IllegalArgumentException

Flask Development & get/post request

Database date types are all 0

How practical is the struct module? Learn a knowledge point immediately

科研论文写作方法:在方法部分添加分析和讨论说明自己的贡献和不同

ES6 new variable modifiers let and const, new basic data type symbol
随机推荐
Making RPM packages with nfpm
docker 部署 mysql5.7.35
Digital twin solutions inject new momentum into the construction of chemical parks
2022 summer practice (first week)
Localdatetime removes T, and jsonfield is invalid
List<Long>,List<Integer>互相转换
repackag failed: Unable to find main class
C language characters and strings
【MySQL】MySQL时区问题、数据库时间相差8小时问题解决
Using RAC to realize the sending logic of verification code
Google browser cannot open localhost:3000. If you open localhost, you will jump to the test address
New modularity in ES6
Confused, I'm going to start running in the direction of [test]
I've been in an outsourcing company for two years, and I feel like I'm going to die
C language: some self realization of string functions
IO流的使用
多模块打包:程序包:xxx不存在
7. < tag string and API trade-offs> supplement: Sword finger offer 05. replace spaces
蒸馏模型图
正则表达式