今天查看API:
发现了一个问题
char str[] = new char[8];
与
char[] str = new char[8];
除了基本类型与引用类型的区别还有什么其他的区别吗,用法和内存存储