I'm confused by a java code in the CPU.getClock() method [closed]
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 24 mins ago.
Improve this questionI came across some code in Java earlier. I'm not a Java developer, so I got a little lost. The result of this is passed in a URL. I need this result, but how would I do it in another language like JavaScript?
This is the piece of code:
String clock = CPU.getClock(this, TextUtils.join("", arrayList2).getBytes(Charset.forName("UTF-8")), 0);
精彩评论