int i = sizeof(p)/sizeof(char*);// 计算zhi数组长度,
for (int j = 0; j<i ; ++j)
{
cout << p[j] << endl; //打印数组内容dao
}
int i = sizeof(p)/sizeof(char*);// 计算zhi数组长度,
for (int j = 0; j<i ; ++j)
{
cout << p[j] << endl; //打印数组内容dao
}
2390

被折叠的 条评论
为什么被折叠?