1.练习 简单的模拟登陆
2.字符串的替换
3.切割字符串的方法
public String[] split(String reggex)
4.集合
首先导包
import java.util.ArrayList
ArrayList<String> list = new ArrayList<>()