如何将一张图片自适应铺满HTML网页中 如何将一张图片自适应铺满HTML网页中<style>body{background:url(这里是你要使用的图片的路径);background-repeat:no-repeat ;background-size:100% 100%;background-attachment: fixed;"}</style>