import java.util.ResourceBundle;
public class test1 {
public static void main(String[] args) {
ResourceBundle bundle = ResourceBundle.getBundle("aa");
for (String s : bundle.keySet()) {
System.out.println(s+":"+bundle.getString(s));
}
}
}
软件二班——尹帮烟19
最新推荐文章于 2024-11-08 14:58:24 发布