原生js显示消失

function showModel() {
document.getElementById('container_head').style.display = 'block';
}
function closeModel() {
document.getElementById('container_head').style.display = 'none';
}

猜你喜欢

转载自www.cnblogs.com/tuziling/p/10771976.html