I was wondering if there is a similar hex (x) escape in Java like there is in C++.
For example:
char helloworld[] = "x48x45x4Cx4Cx4Fx20x57x47x52x4Cx44";
printf("%s", helloworld);
There is no hex (x) escape in Java from what it appears so far. Is there an alternative that is just as easy to use without having to concat a bunch of hex numbers together?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…