Home > Article > Backend Development > 一小段PHP代码有关问题
一小段PHP代码问题
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <?php $txt =<<< TXT "<img src="../Documents/medies/Link_icon1.gif" alt="Image:link_icon1.gif" style="max-width:90%" style="max-width:90%" longdesc="/index.php/Image:Link_icon1.gif" /><a href="/index.php/%E7%A8%80%E7%A1%9D%E9%85%B8%E6%B0%A7%E5%8C%96%E6%B3%95" title="稀硝酸氧化法">稀硝酸氧化法</a> <img src="../Documents/medies/Link_icon.gif" alt="Image:link_icon.gif" style="max-width:90%" style="max-width:90%" longdesc="/index.php/Image:Link_icon.gif"><a href="/index.php/%E6%B0%A8-%E7%A2%B1%E6%BA%B6%E6%B6%B2%E4%B8%A4%E7%BA%A7%E5%90%B8%E6%94%B6%E6%B3%95" title="氨-碱溶液两级吸收法">氨-碱溶液两级吸收法</a> TXT; if(preg_match_all('/src="(.*?)"../Documents/medies/is',$txt,$m)){ $imgne = $m[0]; } print_r ($imgne); ?>
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <?php $txt =<<< TXT "<img src="../Documents/medies/Link_icon1.gif" alt="Image:link_icon1.gif" style="max-width:90%" style="max-width:90%" longdesc="/index.php/Image:Link_icon1.gif" /><a href="/index.php/%E7%A8%80%E7%A1%9D%E9%85%B8%E6%B0%A7%E5%8C%96%E6%B3%95" title="稀硝酸氧化法">稀硝酸氧化法</a> <img src="../Documents/medies/Link_icon.gif" alt="Image:link_icon.gif" style="max-width:90%" style="max-width:90%" longdesc="/index.php/Image:Link_icon.gif"><a href="/index.php/%E6%B0%A8-%E7%A2%B1%E6%BA%B6%E6%B6%B2%E4%B8%A4%E7%BA%A7%E5%90%B8%E6%94%B6%E6%B3%95" title="氨-碱溶液两级吸收法">氨-碱溶液两级吸收法</a> TXT; if(preg_match_all('/src="(.*?)"/is',$txt,$m)){ $imgne = $m[0]; $imgne = preg_replace('../Documents/medies/','',$imgne); } print_r ($imgne); ?>