本文介绍了在 www 后使用点 ( . ).在网址中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我经常访问一个链接!但我不知道点 (.) 在 URL 中代表什么.
网址中的点 (.) 有何用途?

I often visit a link!But i have no idea what dot (.) represents in the URL.
What is use of dot (.) in the URL?

推荐答案

点 (.) 是定义为域名中的分隔符的字符(请参阅 DNS).

The dot (.) is the character that was defined to be the delimiter in domain names (see DNS).

它分隔域名中的标签.

域名 www.google.com 由三个标签组成:

The domain name www.google.com consists of three labels:

  • com(又名顶级域)
  • google(也就是二级域名)
  • www(也称为三级域或子域)
  • com (aka. the top-level domain)
  • google (aka. the second-level domain)
  • www (aka. the third-level domain, or subdomain)

这篇关于在 www 后使用点 ( . ).在网址中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-24 11:03