为什么这样可以工作:
String[] array = {"a", "b", "c"}; List list = Arrays.asList(array);
但是这样不行:
List list = Arrays.asList({"a","b","c"});
用户名或邮箱地址
密码