String a = "lalaala"; JSONArray b = JSONArray.fromObject("['"+a+"']" ); 注意:调用 fromObject方法要引包哦 :) 详见我的文章 ajax传list