摘要:
function cut(str,begin,over)if instr(str,begin)>0 and instr(str,over)>0 theninstr1=instr(str,begin)instr2=instr(instr1+len(begin),str,over)if instr2>0 thennewstr=left(str,instr2-1)cut=right(newstr,len(newstr)-instr1-len(begin)+1)end ifend ifend function%> 阅读全文
posted @ 2013-10-16 09:54
博客随想
阅读(321)
评论(0)
推荐(0)
浙公网安备 33010602011771号