dtSelectClass=课件Sum
This code is incomplete and does not specify which column to sum. It should be followed by the name of the column to sum, like this:
dt.Select("Class='课件'").Sum("ColumnToSum")
Replace "ColumnToSum" with the actual name of the column you want to sum.
原文地址: https://www.cveoy.top/t/topic/b6bX 著作权归作者所有。请勿转载和采集!