标签: php string http templates str-replace
我如何删除 html页面输出中的http:// http://example.org
我只想在没有http://和www的情况下看到它,如果可能的话,我只需要看一下。在输出html页面 example.org 我从.tpl文件中获取了这段代码
<a href="{$listing.view_list_url}" >{$listing.record.url}</a>
帮帮我