Timer1->Interval= 时间:2026-02-20 11:55:00 浏览:879次 你把a定义成了字符串,Timer1的Interval属性是数值型的,所以不可以.建议这样写试试看:a=700Timer1.interval=a 标签:Timer1,Interval