html以utf-8的格式输出
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
html插入图片并且作为背景全屏化显示
<head><style>
body{background:url(timg1.jpg) top left;
background-size:100%;}
</style></head>
xiaoan·2021-04-07·422 次阅读
发布于 2021-04-07 422 次阅读
html以utf-8的格式输出
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
html插入图片并且作为背景全屏化显示
<head><style>
body{background:url(timg1.jpg) top left;
background-size:100%;}
</style></head>
叨叨几句... NOTHING