using System; using System.Collections.Generic; namespace SensorHub.Well { class AccelerationDatas { public static Dictionary<string, double[]> acclerationValueMap = new Dictionary<string, double[]>(); // double数组 } }