摘要: 假设在服务器端计算得到了一个数组s需要传递到JavaScript中的名为my_array的数组继续进行处理: protected int[] s;//protected or public is required 为了测试给s赋几个值: s = new int[100]; for (int i=0; i RealTime ... 阅读全文
posted @ 2006-11-17 17:46 随风而逝 阅读(658) 评论(0) 推荐(0)