我通过正则表达式得到这个值
<a href="http://www.site.com/path/index.php" class="visio_large" target=""><span>Click here</span></a>
如何获取 URL“ http://site.com/path/index.php ”(不带引号)并保留所有其余值
我通过正则表达式得到这个值
<a href="http://www.site.com/path/index.php" class="visio_large" target=""><span>Click here</span></a>
如何获取 URL“ http://site.com/path/index.php ”(不带引号)并保留所有其余值