• arc中什么方法不能用

    在ARC中,有几种方法不能使用,包括:1. retain:在ARC中,不再需要手动调用retain方法。ARC会自动管理内存的引用计数,因此retain方法是不必要且不可使用的。2.