版權(quán)說(shuō)明:本文檔由用戶(hù)提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、1234567891011121314asp替換、保存遠(yuǎn)程圖片實(shí)現(xiàn)代碼asp通過(guò)函數(shù)來(lái)實(shí)現(xiàn)替換、保存遠(yuǎn)程圖片,完成自動(dòng)采集圖片、提取圖片的功能,函數(shù)中自動(dòng)判斷重 復(fù)圖片,智能分析鏈接路徑,并轉(zhuǎn)成成相對(duì)的圖片地址保存在你指定的網(wǎng)站目錄中,我們可將此函數(shù) 用在后臺(tái)的編輯器中,當(dāng)你復(fù)制了含有圖片的內(nèi)容后,本代碼會(huì)自動(dòng)幫你上傳圖片。同時(shí)本代碼也是 采集程序中的重要處理函數(shù),函數(shù)代碼如下:function replacesaveremotefile(constr,strinstalldir,strchanneldir,savetf,tisturl)if constr=$false$ or constr=
2、 or strinstalldir= or strchanneldir= thenreplacesaveremotefile=constrexit functionend ifdim tempstr,tempstr2,tempstr3,re,matches,match,tempi,temparray,temparray2set re = new regexpre.ignorecase = truere.global = truere.pattern =set matches =re.execute(constr)for each match in matchesif tempstr thent
3、empstr=tempstr & $array$ & match.valueelsetempstr=match.valueend if15161718192021222324252627282930313233nextif tempstr thentemparray=split(tempstr,$array$)tempstr=for tempi=0 to ubound(temparray)re.pattern =srcs*=s*.+?.(gif|jpg|bmp|jpeg|psd|png|svg|dxf|wmf|tiff)set matches =re.execute(temparray(tem
4、pi)for each match in matchesif tempstr thentempstr=tempstr & $array$ & match.valueelsetempstr=match.valueend ifnextnextend ifif tempstr thenre.pattern =srcs*=s*tempstr=re.replace(tempstr,)end ifset matches=nothingset re=nothingif tempstr= or isnull(tempstr)=true thenreplacesaveremotefile=constr#3536
5、3738394041424344454647484950515253exit functionend iftempstr=replace(tempstr,)tempstr=replace(tempstr,)tempstr=replace(tempstr, ,)dimremotefileurl,savepath,pathtemp,dtnow,strfilename,strfiletype,arrsavefilename,rannum,arr_pathdtnow=now()if savetf=true thensavepath= strchanneldir & / & year(dtnow) &
6、right(0 & month(dtnow),2) & / 鏈接路徑:& savepath & arr_path=split(savepath,/)pathtemp=for tempi=0 to ubound(arr path)if tempi=0 thenpathtemp=arr_path(0) & /elself tempi=ubound(arr path) thenexit for ielsepathtemp=pathtemp & arr_path(tempi) & /end ifif checkdir(pathtemp尸false thenif makenewsdir(pathtemp
7、)=false then#55565758596061626364656667686970717273savetf=falseexit for |end ifend ifnextend if去掉重復(fù)圖片temparray=split(tempstr,$array$)tempstr=for tempi=0 to ubound(temparray)if instr(lcase(tempstr),lcase(temparray(tempi)1 then tempstr=tempstr & $array$ & temparray(tempi)end ifnexttempstr=right(tempst
8、r,len(tempstr)-7)temparray=split(tempstr,$array$)轉(zhuǎn)換相對(duì)圖片地址tempstr=for tempi=0 to ubound(temparray)tempstr=tempstr & $array$ & definiteurl(temparray(tempi),tisturl)nexttempstr=right(tempstr,len(tempstr)-7)tempstr=replace(tempstr,chr(0),)temparray2=split(tempstr,$array$)#7677787980818283848586878889909
9、192939475tempstr=圖片替換/保存set re = new regexpre.ignorecase = truere.global = truefor tempi=0 to ubound(temparray2)remotefileurl=temparray2(tempi)if remotefileurl$false$ and savetf=true then保存圖片arrsavefilename = split(remotefileurl,.)strfiletype=lcase(arrsavefilename(ubound(arrsavefilename)文件類(lèi)型if strfi
10、letype=asp or strfiletype=asa or strfiletype=aspx or strfiletype=ceror strfiletype=cdx or strfiletype=exe or strfiletype=rar or strfiletype=zipthenuploadfiles=re=constrexit functionend ifrandomizerannum=int(900*rnd)+100strfilename = year(dtnow) & right(0 & month(dtnow),2) & right(0& day(dtnow),2)_|&
11、 right(0 & hour(dtnow),2) & right(0 & minute(dtnow),2) & right(0 &second(dtnow),2) & rannum & . & strfiletypere.pattern =temparray(tempi)959697989910010110210310410510610if saveremotefile(savepath & strfilename,remotefileurl)=true then,*pathtemp=savepath & strfilenameconstr=re.replace(constr,pathtem
12、p)re.pattern=strinstalldir & strchanneldir & /uploadfiles=uploadfiles & | & re.replace(savepath &strfilename,)elsepathtemp=remotefileurlconstr=re.replace(constr,pathtemp)uploadfiles=uploadfiles & | & remotefileurlend ifelself remotefileurl$false$ and savetf=false then不保存圖片re.pattern =temparray(tempi)constr=re.replace(constr,remote
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024高考化學(xué)一輪復(fù)習(xí)第一部分考點(diǎn)42生命中的基礎(chǔ)有機(jī)化學(xué)物質(zhì)強(qiáng)化訓(xùn)練含解析
- 2024高考地理一輪復(fù)習(xí)一等值線專(zhuān)練含解析
- 小學(xué)2025年教育教學(xué)工作計(jì)劃
- 工程竣工財(cái)務(wù)決算資料清單
- 工程項(xiàng)目安全生產(chǎn)操作規(guī)程
- 二零二五年股份制企業(yè)股東墊資及利潤(rùn)分成協(xié)議3篇
- 小動(dòng)物三年級(jí)作文300字
- 2024年深圳信息職業(yè)技術(shù)學(xué)院高職單招職業(yè)適應(yīng)性測(cè)試歷年參考題庫(kù)含答案解析
- 芯軸粗車(chē)一序作業(yè)指導(dǎo)書(shū).文檔
- 第3章電阻式傳感器講解學(xué)習(xí)
- 2025年月度工作日歷含農(nóng)歷節(jié)假日電子表格版
- 山西省呂梁市2023-2024學(xué)年高二上學(xué)期期末考試數(shù)學(xué)試題(解析版)
- 2024年市場(chǎng)運(yùn)營(yíng)部職責(zé)樣本(3篇)
- 2024體育活動(dòng)區(qū)鋪沙子(合同)協(xié)議
- 《中華人民共和國(guó)機(jī)動(dòng)車(chē)駕駛?cè)丝颇恳豢荚囶}庫(kù)》
- 2024年VB程序設(shè)計(jì):從入門(mén)到精通
- 2024年故宮文化展覽計(jì)劃:課件創(chuàng)意與呈現(xiàn)
- 公共交通乘客投訴管理制度
- 不銹鋼伸縮縫安裝施工合同
- 水土保持監(jiān)理總結(jié)報(bào)告
- Android移動(dòng)開(kāi)發(fā)基礎(chǔ)案例教程(第2版)完整全套教學(xué)課件
評(píng)論
0/150
提交評(píng)論