nicoleshune 发表于 2013-3-27 10:36:02

[已解決]將采集後的內容中所有的圖片加上采集的網址插件

本帖最后由 nicoleshune 于 2013-3-28 10:52 编辑

小妹不會寫插件,因此想請教各位大俠:

假設采集下來的[標籤:內容]中有多張圖片,想要把該標籤內容中所有圖片,都加上另一個也是采集下來的[標籤:網址],作為所有圖片的連結,是否必須透過插件才能夠實現?如果是,應該怎麼做?

(因為似乎火車還沒有在內容替換中引用標籤的功能,因此無法透過內容替換的處理來做)

________________________________________________________________________________________

範例:
采集下來的內容如下:

第一段文字
[標籤:內容]
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <img src="http://xxx.com/img1.jpg">
OOOOOOOOOOOOO <img src="http://xxx.com/img2.jpg"> ZZZZZZZZZZZZZZ
<img src="http://xxx.com/img3.jpg"> YYYYYYYYYYYYYYYYYYY

[標籤:網址]
http://www.xxx.com/1.php

第二段文字
[標籤:內容]
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <img src="http://xxx.com/img4.jpg">
OOOOOOOOOOOOO <img src="http://xxx.com/img5.jpg"> ZZZZZZZZZZZZZZ
<img src="http://xxx.com/img6.jpg"> YYYYYYYYYYYYYYYYYYY
<img src="http://xxx.com/img7.jpg"> ZZZZZZZZZZZZZZ
<img src="http://xxx.com/img8.jpg"> ZZZZZZZZZZZZZZ


[標籤:網址]
http://www.xxx.com/2.php



希望結果能夠變成
第一段
處理結果
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <a href="http://www.xxx.com/1.php"><img src="http://xxx.com/img1.jpg"></a>
OOOOOOOOOOOOO <a href="http://www.xxx.com/1.php"><img src="http://xxx.com/img2.jpg"></a> ZZZZZZZZZZZZZZ
<a href="http://www.xxx.com/1.php"><img src="http://xxx.com/img3.jpg"></a> YYYYYYYYYYYYYYYYYYY

第二段
處理結果
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <a href="http://www.xxx.com/2.php"><img src="http://xxx.com/img4.jpg"></a>
OOOOOOOOOOOOO <a href="http://www.xxx.com/2.php"><img src="http://xxx.com/img5.jpg"></a> ZZZZZZZZZZZZZZ
<a href="http://www.xxx.com/2.php"><img src="http://xxx.com/img6.jpg"> </a>YYYYYYYYYYYYYYYYYYY
<a href="http://www.xxx.com/2.php"><img src="http://xxx.com/img7.jpg"> </a>ZZZZZZZZZZZZZZ
<a href="http://www.xxx.com/2.php"><img src="http://xxx.com/img8.jpg"> </a>ZZZZZZZZZZZZZZ


還請高人指教,多謝!{:soso_e183:}

303718 发表于 2013-3-28 09:09:43

<img[参数]>替换成<a href="http://www.xxx.com/2.php"><img[参数1]></a>

nicoleshune 发表于 2013-3-28 10:51:24

303718 发表于 2013-3-28 09:09 static/image/common/back.gif


謝謝樓上大俠回覆

不過因為網址是變動值,大俠的解答沒有辦法完全滿足我的需要

感謝火車客服的熱心解決,我才發現原來在內容替換裡面已經可以引用標籤值了!(雖然不會變成綠色的字)
所以只要引用標籤就能夠解決

把網址設定為[標籤:網址],在內容替換中寫入:

<img[參數]>
寫為
<a href="[標籤:網址]"><img[參數1]></a>就能夠實現

感謝火車客服小王和小龍的熱心協助!!!!幫助我解決了許多問題和了解火車許多未列的好用功能^_^
页: [1]
查看完整版本: [已解決]將采集後的內容中所有的圖片加上采集的網址插件