摘要: String [] advIds= advId.split(","); Long[] ids = new Long[advIds.length]; int i=0; for(String id : advIds){ ids[i++] = Long.valueOf(id); } req.setTrad 阅读全文
posted @ 2016-05-20 15:57 迹地猿 阅读(226) 评论(0) 推荐(0) 编辑
摘要: $("button[name='delete_product']").click(function(){ var ids = getSelectId(); if(ids == '' || ids == null || ids == undefined){ $.messager.alert('请选择产 阅读全文
posted @ 2016-05-20 15:18 迹地猿 阅读(88) 评论(0) 推荐(0) 编辑