Without Book 質問する
質問. 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