ajax 后台程序的实现

来源:2-6 后台程序的实现

qq_向日葵_15

2016-11-26 10:19

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

写回答 关注

2回答

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

    List  list = new ArrayList();  

    1,格式 有没有问题;

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

    qq_向日葵...

    非常感谢!

    2016-12-22 22:47:24

    共 1 条回复 >

  • 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");

    }


Servlet+Ajax实现搜索框智能提示

Java实现搜索框智能提示,熟练掌握使用Servlet和Ajax

37805 学习 · 146 问题

查看课程

相似问题