我在图像周围有一个链接标签,它在 IE 和 Firefox 中工作,但在 Chrome 和 Opera 中不起作用?
<div class="gallery">
<a href="index.php?id=1331&no_cache=1&uid=1&mode=s"><img width="172" height="235" src="mi35.jpg"></a>
<div class="title">Mini</div>
</div>
我尝试了 urlencode 无济于事:
index.php%3Fid%3D1331%26no_cache%3D1%26uid%3D1%26mode%3Ds
我已经在我的 php 源代码中删除了 no_cache=1 和 urlencode ,但无济于事:
urlencode ( str_replace ( "no_cache=1", "", $this->pi_getPageLink ( $GLOBALS [ 'TSFE' ]->id, '', array ( "uid" => $row [ "UID" ], "mode " => "s" ) )) );