标签: javascript
嗨,我想使用window.open打开新标签,并希望在新打开的标签中自动填充密码字段的值,但是我的代码只是打开新标签而不填充密码字段的值。
var n = window.open('https://withsit.com/username=112')
n.document.getElementById(“ pass1”)。value =“ Username123”;