|
en , you have done a good job~
最初由 frenchletter 发布
[B]I find an easy way to do this job: Numerical conversation.
[php]
int unicodeValue = c; //an implicit widening conversation happend here.
System.out.println("The unicode of c is: " + unicodeValue);
[/php] [/B] |
|