积累一些面试的内容 1、delegate中的property使用assign属性; 2、copy创建一个新对象,retain是创建一个指针,引用计数加一;也就是说retain拷贝指针,copy拷贝内容;