我的问题是:(仅作为示例,总体上一定没有意义):
// make a function and pass part of the statement as argument
function ExampleFunction( argument ) {
document.getElementById('TestID')[0].style.argument = '#f00';
}
// then later onload
ExampleFunction( background );
我发现它不能以这种方式工作,但我不知道它是如何正确的。如果有人能纠正这个例子,让我在路上送我,我会非常高兴和感激。