html背景图片全屏设置,但是却有白边,而且图片有些模糊1、出现白边是因为浏览器的内或者外边距默认值不为0:你需要在head标签里加上:<style type="textcss">*{margin: 0padding: 0}<style2023-03-02html-css170