A.NSURLRequest方法里 B.NSURLRequest代理方法里 C.NSURLConnection方法里 D.NSURLConnection代理方法里
A.1、2、3、4 B.1、2、4、3 C.4、1、2、3 D.4、3、2、1
A.[super dealloc];有没有没有关系 B.[super dealloc];应该放在dealloc方法内的第一行 C.[super dealloc];应该放在dealloc方法内的最后一行 D.[super dealloc];位置无所谓,只要在dealloc方法里有就可以