//单选一项污染物 public decimal? getPoll(string index, AirPoll item) { decimal? monitorValue = null; //要展示的项 switch (index) {……