Without Book 提问
Review the question and existing answers carefully before replying. The best answers explain the reasoning, steps, and tradeoffs so other learners can benefit too.
问题. Get middle element from a String by index
- From a String I need to get element. Suppose
String s = \"abcdefghijklmnopqrstuvwxyz\";
I need to get String from-index 10 to to-index 20 at runtime. What should I do for this case? Is there any other way to get other than substring?
发布时间 Jul 16, 2014 发布者 Lary Bon