1、用string[]和string[200]创建的两个空数组在内存中有什么区别? // C语言语法. string[]就没有空间了,string[200]有200个数据的预留空间 2、block为什么用copy修饰? //