摘要: string ls_log_path,ls_txt string ls_rtn ls_log_path=idt_card.is_imgfile long ll_file ll_file=fileopen(ls_log_path,linemode!,Read!,LockWrite!,Append! ) ll_rtn=fileread(ll_file,ls_txt) do while ll_rtn>=0 ls_rtn+=ls_txt ll_rtn=fileread(ll_file,ls_txt) loop fileclose(ll_file) 阅读全文
posted @ 2012-12-18 18:00 kuailewangzi1212 阅读(234) 评论(0) 推荐(0) 编辑