摘要:
public List randomSelect(String ajxhs, int n) { String[] ajxhStrings = StringUtil.split(ajxhs, ','); int total = ajxhStrings.length; List chooseAjxhs = new ArrayList(); String randomajxhs = ""; Random rd = new Random(); int choseNum = 0; if (total >... 阅读全文
posted @ 2014-01-09 10:02
org_zyx
阅读(222)
评论(0)
推荐(0)
浙公网安备 33010602011771号