addClass()和css()
$("#content").css({"background-color":"red","color":"white"});可以实现
$("#content").addClass({"background-color":"red","color":"white"});为什么没有反应?
$("#content").css({"background-color":"red","color":"white"});可以实现
$("#content").addClass({"background-color":"red","color":"white"});为什么没有反应?
2016-03-23
举报