过时
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
password
特性为
定位
接口是
USVString
containing the password specified before the domain name.
If it is set without first setting the
username
property, it silently fails.
string = object.password; object.password = string;
// Let's <a id="myAnchor" href="https://anonymous:flabada@developer.mozilla.org/en-US/docs/location.username"> be in the document
var anchor = document.getElementByID("myAnchor");
var result = anchor.password; // Returns:'flabada'
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
password
弃用
非标
|
Chrome No | Edge No | Firefox 26 — 45 | IE No | Opera No | Safari No | WebView Android No | Chrome Android No | Firefox Android 26 — 45 | Opera Android No | Safari iOS No | Samsung Internet Android No |
不支持
非标。预期跨浏览器支持较差。
弃用。不要用于新网站。