开发者

java how to write 0x13 unicode character?

how 开发者_运维知识库to print 0x13 Unicode character in java ???


Use a Unicode escape:

System.out.print("\u0013");

Remember that Unicode escapes are replaced by the compiler by the corresponding Unicode character which can introduce compiler errors.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜