URL port 屬性
port 屬性可以返回或設定當前 url 的埠號。
關於URL 物件知識參閱 URL 物件 一章節。
語法結構:
[JavaScript] 純文字檢視 複製程式碼string = url.port; url.port = string;
程式碼例項:
[JavaScript] 純文字檢視 複製程式碼執行程式碼let url = new URL("https://www.softwhy.com:88/article-9301-1.html"); console.log(url.port);
程式碼執行效果截圖如下:
port 屬性返回當前 url 的埠號88。
[JavaScript] 純文字檢視 複製程式碼執行程式碼let url = new URL("https://www.softwhy.com:88/article-9301-1.html"); url.port = 50; console.log(url.port); console.log(url.href);
程式碼執行效果截圖如下:
可讀寫屬性,能夠為其賦值,也就是重新設定埠號。
相關文章
- URL href 屬性
- URL protocol 屬性Protocol
- URL host 屬性
- URL search 屬性
- URL username 屬性
- URL hash 屬性
- URL hostname 屬性
- URL pathname 屬性
- URL password 屬性
- URL searchParams 屬性
- URL origin 屬性
- CMake 屬性之全域性屬性
- defer 屬性和 async 屬性
- CSS 屬性篇(七):Display屬性CSS
- CMake 屬性之目錄屬性
- CMake 屬性之目標屬性
- Python - 物件導向程式設計 - 公共屬性、保護屬性、私有屬性Python物件程式設計
- CSS字型屬性和文字屬性詳解CSS
- Python 類的屬性與例項屬性Python
- python物件屬性管理(2):property管理屬性Python物件
- 根據屬性字串獲取屬性值字串
- CAD屬性編輯操作——物件屬性教程物件
- cssRules 屬性CSS
- previousElementSibling 屬性
- translucent屬性
- parentRule 屬性
- parentStyleSheet屬性
- cssText 屬性CSS
- Property屬性
- 私有屬性
- background屬性
- allowfullscreen 屬性
- ref屬性
- HTML 屬性HTML
- onreadystatechange 屬性
- DOM屬性
- jQuery 屬性jQuery
- background 屬性