int index2 = email.indexOf("@");
// 获取邮箱中"."号的位置
int index3 = email.indexOf('.');
老师 @应该在.的前面,应该是 index2>index3呀
宝,在前面的下标小,在后面的下标大