【发布时间】:2012-02-10 09:44:10
【问题描述】:
我有一个页面位于http://www.example.com/product/。它在列表中有数百种产品。每个产品都有一个 URL,并相应地链接到详细页面。我想批量更新这些链接的域名。
例如,在产品列表中,我有:
http://www.example.com/htc/desirehttp://www.example.com/htc/widlfirehttp://www.example.com/motorola/atrix- ...
我想把它们改成:
http://www.another-server.com/htc/desirehttp://www.another-server.com/htc/widlfirehttp://www.another-server.com/motorola/atrix- ...
注意:链接是 PHP 动态生成的,不是硬编码的。
如何批量更新这些链接的域名?
【问题讨论】: