当前位置:网站首页>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协议,可通过上方链接学习
边栏推荐
- Redis 之布隆过滤器
- Interpretation of afnetworking4.0 request principle
- Framework step by step easy-to-use process
- 解决Oracle使用in语句不能超过1000问题
- 低照度图像数据集
- 2021csdn blog star selection, mutual investment
- 21 day SQL punch in summary
- sql 查询list时两次的数据不一致,自动加上了limit
- 【MySQL】MySQL时区问题、数据库时间相差8小时问题解决
- [slam] lvi-sam analysis - Overview
猜你喜欢

Database date types are all 0

JUC笔记

Redis' bloom filter

Scanf function of input and output function in C language

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

Why is MD5 irreversible, but it may also be decrypted by MD5 free decryption website

集合框架的操作使用

ByteBuffer.position 抛出异常 IllegalArgumentException

BigDecimal 进行四舍五入 四舍六入和保留两位小数

Redis 之布隆过滤器
随机推荐
How to compare long and integer and why to report errors
【idea插件神器】教你如何使用IDEA一键set实体类中所有属性
ByteBuffer. Position throws exception illegalargumentexception
集合框架的操作使用
关于swagger中的localDateTime
How practical is the struct module? Learn a knowledge point immediately
7.<tag-字符串和API的取舍>补充: 剑指 Offer 05. 替换空格
Test Development - UI testing in automated testing
多模块打包:程序包:xxx不存在
IDEA配置 service(Run Dashboard) 服务,多模块同时启动
Scanf function of input and output function in C language
11. < tag dynamic programming and subsequence, subarray> lt.115. Different subsequences + Lt. 583. Deletion of two strings DBC
Bean的作用域、执行流程、生命周期
Using RAC to realize the sending logic of verification code
BigDecimal rounds and retains two decimal places
PC side bug record
ByteBuffer.position 抛出异常 IllegalArgumentException
导出excel,生成多个sheet页,并命名
Mysql数据库索引(innodb引擎)
Response < t > class