可以在css文件里写,需要插入背景图的标签名称{background:url('图片路径')}
background:url('/img.png') no-repeat;
<body background="img/1.jpg">
</body>
这样就可以加背景图片啦