I have written following code
我写了以下代码。
class JavaApplication1{
public static void main(String...strarr) throws Exception{
char c = '';
c = 'c';
System.out.println(c);
}}
clasI have written following code
我写了以下代码。
class JavaApplication1{
public static void main(String...strarr) throws Exception{
char c = '';
c = 'c';
System.out.println(c);
}}
clas