【发布时间】:2015-12-23 12:13:25
【问题描述】:
我想要实现的是:
如果有一个以:结尾的url
_2.html
或任何其他数字,例如:
_3.html , _4.html
改成
?page_number_0=2
示例:
http://example.com/top-10-answers/top-10-answer_2.html
http://example.com/top-10-answers/top-10-answer_3.html
http://example.com/top-10-answers/top-10-answer_4.html
....
到:
http://example.com/top-10-answers/?page_number_0=2
http://example.com/top-10-answers/?page_number_0=3
http://example.com/top-10-answers/?page_number_0=4
.....
【问题讨论】: