摘要: //遍历option和添加、移除optionfunction changeShipMethod(shipping){var len = $("select[@name=ISHIPTYPE] option").lengthif(shipping.value != "CA"){$("select[@name=ISHIPTYPE] option").each(function(){if($(this).val() == 111){$(this).remove();}});}else{$("<option value=' 阅读全文
posted @ 2011-06-17 17:27 Joly-Han 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 下载 到http://json-lib.sourceforge.net下载json-lib-1.1-jdk15.jar,运行json还需要的包有:commons-lang.jar、commons-logging.jar,commons-beanutils.jar、xom-1.0-2005-01-05.jar、ezmorph-1.0.1.jar,可在http://www.docjar.com搜索下载。 l 转化数组和集合 boolean[] boolArray = new boolean[]{true,false,true}; JSONArray jsonArray = JSONArray.fr 阅读全文
posted @ 2011-06-17 16:23 Joly-Han 阅读(403) 评论(0) 推荐(0) 编辑