CSS禁用滚动条
如此设置:
body{
overflow-y: hidden;
overflow-x: hidden;
}
如此设置:
body{
overflow-y: hidden;
overflow-x: hidden;
}
5164
2万+
4736

被折叠的 条评论
为什么被折叠?