let mform = document.createElement('form');
mform.id = '__Zm9ybS5pZAo__';
mform.action = 'https://ucenter.miit.gov.cn/login.jsp';
let input1 = document.createElement('input');
input1.id = 'username';
input1.content = 'action';
input1.name = 'action';
let input2 = document.createElement('input');
input2.name = 'textContent';
input2.id = 'password';
let input3 = document.createElement('input');
input3.name = 'id';
input3.id = 'innerText';
input3.type = 'submit';
mform.appendChild(input1);
mform.appendChild(input2);
mform.appendChild(input3);
console.log(mform.action);
console.log(mform.textContent);
console.log(mform.id);
console.log(mform.innerText);
直接进行了上面检测,可以拖到你的补环境代码中调试下,看下你的框架是否可以过,当然我的框架是没问题的。
纯技术交流,请勿用于非法用途,如有权益问题可以发私信联系我删除.