![]() |
#2
qunxingw2013-03-11 08:01
|
char a[26]="ddd";
char b[26]="ddd";
if(a==b)
{
MessageBox("sss");
}
}
哪错了??为什么不弹窗呢?该怎么比较才行?