ICode9

精准搜索请尝试: 精确搜索
  • java131-hashtable2022-06-25 15:36:57

    import java.util.Hashtable;   //hashtable public class test70 {     public  static void main(String[] args){         Hashtable ht=new Hashtable();         ht.put("k0","歌谣");         ht.put("k1","小白");         ht.pu

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有