typedef int arr[10]為什么 [10] 要放后邊??不這樣寫 typedef int[10] arr1) int *pi = new int[10] 仍然可以這樣寫呀2) typedef int arr[10]int *pi = new arr.2者是等價的。 查看完整描述