int
 temp 
=
 
0
;


try

{
temp 

=
 Int32.Parse(input);
}

catch

{
temp 

=
 
1
;  
//
 1是默认值


}