如何将attr转换为可执行代码? (JavaScript)的

时间:2017-11-24 13:05:19

标签: javascript

<input type="text" name="borderColor" id="myInput">

var myInput = document.getElementById("myInput");

document.getElementById('selector').style.myInput.name= "(style value)";
// want to use the .name attr after style here

检查了eval()的内容,但似乎不是正确的。请帮忙。非常感谢!

0 个答案:

没有答案