private static native void printString(String text); ... void examplePrintString() { String str = "A" + "\u00ea" + "\u00f1" + "\u00fc" + "C"; System.out.println("String = " + str); p... Read More
posted @ 2014-01-20 18:10 英超 Views(256) Comments(0) Diggs(0) Edit