怎么将网页背景设计为一张图片
<style>
body{backdround-image:.......}
body {background-picture:url("图片路径");}
</style>
<div style="background:...."></div>