Posted in 面试题 onDecember 09, 2013
char c = ‘A’;
int i = c;
//反过来只要作强制类型转换就行了
c = (char) I;
int i = c;
//反过来只要作强制类型转换就行了
c = (char) I;
怎样让char类型的东西转换成int类型
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Tags in this post...
Reply on: @reply_date@
@reply_contents@