示例 获取元素中的display属性 (解决:获取dom后直接使用style获取样式获取不到的问题,除非你的是行内样式)
window.getComputedStyle(wxBx).getPropertyValue('display') == 'none'