<style>
body{
background:url("img/background.jpg") no-repeat center fixed;
<!-- 目的:兼容性 -->
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
这段代码是在head中的,别弄错到< body >中