輸入字符串,返回字符串中第一個字符出現的所有下標,用indexOf()練習。

代碼: package cn.tedu.string; public class StringText { public static void main(String[] args) { String str=「sdgcusdvsoiwvgfs」; //得到第一個字符 轉成字符串 //字符拼接字符串—得到含有字符值的字符串 String s=str.charAt(0)+"";//s+""—「s」
相關文章
相關標籤/搜索