mark 下: 在项目碰到一个问题,衍生出要求都要用dealloc将程序中的delegate,datasource置nil。 于是顺手查了一下,发现: arc下的dealloc不用使用super dealloc。嗯,就这样。