这是我的简单代码
<!DOCTYPE html>
<html>
<head>
<style>
div{height:100%;width:100%;background:red;position:relative;}
</style>
</head>
<body>
<div></div>
</body>
</html>
CSS 高度 100% 不适用于 DIV。
我知道一些其他的CSS代码来获得这个。但是为什么这段代码不起作用。如何在没有任何脚本的情况下处理高度 100% 和宽度 100%。