L1 = DataTables("表A").Compute("Count([第一列])", "第一列 = IsNull(第一列,0)")
改成
L1 = DataTables("表A").Compute("Count([_Identify])", "第一列 is null")