bkjxxxw/WebContent/static/baidu/js/script/message/switch_div.js

4 lines
149 B
JavaScript
Raw Normal View History

2024-03-18 10:04:33 +08:00
function switch_div(close_id,open_id){
document.getElementById(close_id).style.display="none";
document.getElementById(open_id).style.display="";
}