char str[10]; cout<<str; 這樣是可以的但是為什么: int i[10]; cout<<i; 就不行?int數(shù)組輸出不得不用循環(huán)?同樣的疑問也存在于cin上 查看完整描述