这样为什么会出错
function a()
{document.body.style.background='url("img/bg1.jpg") ';
document.body.style.background-position="0% 100%";
document.body.style.background-repeat="no-repeat";
document.body.style.background-attachment="fixed";}