摘要: calendar.js --------------------------------------------------------------------------------<!--document.write("<div id=meizzCalendarLayer style='position: absolute; z-index: 9999; width: 144; height: 193; display: none'>");document.write("<iframe name=meizzCalenda 阅读全文
posted @ 2008-05-31 17:56 shine_panda 阅读(278) 评论(0) 推荐(0) 编辑
摘要: public class Test { public static void main(String[] args) { String str = new String( "1,2,3,4,5,6,7,8,9,11,13,14,1000,1001,1002,1003"); String[] s = str.split(","); int[] num = new int[s.length]; String result = ""; for (int i = 0; i < s.length; i++) { num[i] = Inte 阅读全文
posted @ 2008-05-31 14:11 shine_panda 阅读(534) 评论(0) 推荐(0) 编辑