//js获取背景颜色
var Airport=$("#Airport").css('background-color');
js设置背景颜色
$("#intercity").css("background-color","#e8ebee");
document.getElementsByTagName('div')[0].style.pointerEvents='none';
标签:颜色,color,js,获取,Airport,background,css
来源: https://blog.51cto.com/u_15242378/2852380