运行代码 在使用MNE读取gdf文件时 import mne %matplotlib inline # Mention the file path to the dataset path = "E:\\BCICIV_2b\\gdf_format\\" filename = "B0302T" raw = mne.io.read_raw_gdf(path+filename+".gdf") 出现问题 出现下面问题 TypeError Traceback (most recent call last) in 7 filename = "B0302T" 8 ---->