刚才弄了一下,是可以的,你是不是没有获取到img这个标签
window.onload=function(){ var img=document.getElementById("img"); img.style.filter="blur(10px)";}