//直接把carType保存在defuser里面。 //如果为空。则默认是C1; //欢迎页面,确认一下也是可以的。 #import @interface ChooseExLibVC : UIViewController /**一般不用设置,如果是第一次打开软件。请把这个设置为YES */ @property(assign)BOOL isWelcome; @end