else里不可以空着,要么你写代码,要么把else删了而且前面的if已经有endif了,你后面的else没有跟任何if,语法是错误的要么你写 if...then...endif要么你写if...then...else...endif,不要在if和else中间加endif