$(".OperateDept").css("display", "block");
时间: 2023-10-03 18:02:55 浏览: 60
OC中以block形式页面传值
This code is written in jQuery and targets an element with a class of "OperateDept". It sets the CSS display property of that element to "block", which will make the element visible on the page.
阅读全文