string cc; 
int dd=1;
 if (dd == 1)
 cc = "000";
 Response.Write(cc); 

为什么结果是:使用了未赋值的局部变量?