我有 2 个列表,其中一个采用以下格式:
http://www.example.com/archives/573
http://www.example.com/1812.html
http://example.com/hello-world/
但我想要这种格式
www.example.com
www.example.com
example.com
另一个列表的格式如下:
4|345|example.com|themes/vip|Automattic|Nginx
5|425|example.com|themes/informer|Softlayer|Nginx
6|502|example.com|themes/ljq|Media Temple|Apache
...
但我需要相同的格式
example.com
example.com
example.com
...
我该怎么做呢?
答案1
情况1
前:
http://www.example.com/archives/573 http://www.example.com/1812.html http://example.com/hello-world/
后:
www.example.com
www.example.com
example.com
案例 2
前:
4|345|example.com|themes/vip|Automattic|Nginx
5|425|example.com|themes/informer|Softlayer|Nginx
6|502|example.com|themes/ljq|Media Temple|Apache
后:
example.com
example.com
example.com