学会查询API

package se1.day01; public class IndexOfDemo05 { public static void main(String[] args) { /** * indexOf(字符, 位置) * 从指定位置开始查找字符 */ //跳过 "http://"  查找 / 的位置 String url="http://tedu.cn/index.html"; //     
相关文章
相关标签/搜索