m 在下面的代码行中出现错误:
var input2 = document.createElement('<input name=\'password\' type=\'password\' id=\'password\' onblur=\'checkCopy(this)\' onkeyup=\'return handleEnterSubmission(this.form,event)\' maxlength=\'16\' autocomplete=\'off\' onfocusin=\'checkValue(this.value, this.id);setMarginInIE();\' />');
它在 IE8 中运行良好,但在 IE9 中出现问题。请告诉我这段代码有什么问题?