//调用的方法名为array[1]
SEL sel = NSSelectorFromString(array[1]);
[self performSelector:sel];// 警告为自动内存管理产生