We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6282deb commit 6740205Copy full SHA for 6740205
page_src/03/test.js
@@ -34,7 +34,7 @@ function initDom() {
34
div = document.createElement('div');
35
label = document.createElement('label');
36
input = document.createElement('input');
37
- input.setAttribute('type', 'text');
+ input.setAttribute('type', 'password');
38
input.id = 'password';
39
label.setAttribute('for', 'password');
40
label.innerText = '密码:';
@@ -66,4 +66,3 @@ function initDom() {
66
});
67
68
}
69
-
0 commit comments