--- title: URL.port slug: Web/API/URL/port translation_of: Web/API/URL/port ---
''
.{{AvailableInWorkers}}
string = object.port; object.port = string;
A {{domxref("USVString")}}.
var url = new URL('
');
var result = url.port; // Returns:'80'
规范 | 状态 | 备注 |
---|---|---|
{{SpecName('URL', '#dom-url-port', 'URL.port')}} | {{Spec2('URL')}} | Initial definition. |
{{Compat("api.URL.port")}}