Java String toUpperCase() 方法有两种变体。第一个变量使用给定Locale的规则将此String中的所有字符转换为大写。 这相当于调用 toUpperCase(Locale.getDefault()) 。
確定! 回上一頁