使用js使控件隐藏

来源:互联网 发布:2017淘宝卖家用什么app 编辑:程序博客网 时间:2024/05/21 17:20

使用js使控件隐藏

document.getElementById("table_head").style.display = 'none';


0 0