Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 第二章 URL与资源/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

>> host:主机描述了网站主机名或ip地址,如果前面有用户名和密码,用@分开;

>> post:服务器当前正在监听的端口,http默认为80,https默认为443;
>> port:服务器当前正在监听的端口,http默认为80,https默认为443;

>> path:路劲描述了资源在服务器上的位置,用‘/’跟前面部分隔开;

Expand Down