Discuss / Java / 作业

作业

Topic source

Afu

#1 Created at ... [Delete] [Delete and Lock User]
int a = 72;
int b = 105;
int c = 65281;
String s = new String(new char[]{(char)a, (char)b, (char)c});
System.out.println(s);

  • 1

Reply