2017-06-19 11 views

回答

1

我建议你哟使用CSS,而不是JS

@media screen and (min-width: 600px) { 
    div.className { 
     display: none; 
    } 
}