大家好,又见面了,我是全栈君。
if( document.getElementById("div").css("display")==='none')
if( document.getElementById("div").css("display")==='block')
$("#div").is(":hidden"); // 推断是否隐藏
$("#div").is(":visible")
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/115730.html原文链接:https://javaforall.net
