如题,ios9上, [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(test) name:@"aaaa" object:nil];这种写法不会影响对象的释放,好比写在 controller 里, 即便不调用 remove notification,也不会影响controller的释放! ios7上是不行的,ios8忘记了。。。可是仍是应该移除的ios