去除ie下面的滚动条

来源:互联网 发布:用java编写计算器思路 编辑:程序博客网 时间:2024/05/05 00:09
 <style type=text/css>     html,body{overflow-x:hidden;}   </style>