问答详情
源自:2-6 后台程序的实现

ajax 后台程序的实现

为什么我的程序的List 全部报错?求解

提问者:qq_向日葵_15 2016-11-26 10:19

个回答

  • 晨习
    2016-11-26 19:19:39
    已采纳

    List  list = new ArrayList();  

    1,格式 有没有问题;

    2, List  有效的 值域范围  是否有问题 ,  

  • nishizhenabcd
    2016-11-26 20:49:52

    static List<String> datas = new ArrayList<String>();

    static{

         datas.add("ajax");

         datas.add("ajax post");

         datas.add("becky");

         datas.add("bill");

         datas.add("james");

         datas.add("jerry");

         datas.add("hebe");

         datas.add("ella");

    }