--- title: URL slug: Glossary/URL tags: - URL - 'l10n:priority' - 術語表 - 鏈接 translation_of: Glossary/URL ---

統一資源定位器 (URL) 是一個在互聯網上查找指定資源(例如網頁,圖片或視頻)位置的文本字符串。 

在{{Glossary("HTTP")}}的文本中, URLs 通常被稱作網頁地址或鏈接。瀏覽器把 URLs 顯示在地址欄,如: https://developer.mozilla.org Some browsers display only the part of a URL after the "//", that is, the {{Glossary("Domain name")}}.

URLs 同樣可以用於文件傳輸({{Glossary("FTP")}}) , 郵件 ({{Glossary("SMTP")}}), 以及其他應用程式.

了解更多

基礎知識

學習其他

Specification