摘要:
list l = new ArrayList(); l.add("aa"); l.add("bb"); l.add("cc"); for (Iterator iter = l.iterator(); iter.hasNext();) { String str = (String)iter.next( 阅读全文
摘要:
select * bulk collect into r_115 from TZTJ_CL0115 where nf = v_nf and yf = v_yf and dwbm = '1' and lb = '项目'; for i in 1 .. r_115.count loop select * 阅读全文