學會查詢API

package se1.day01; public class IndexOfDemo05 { public static void main(String[] args) { /** * indexOf(字符, 位置) * 從指定位置開始查找字符 */ //跳過 "http://"  查找 / 的位置 String url="http://tedu.cn/index.html"; //     
相關文章
相關標籤/搜索