<http://localhost/index.html http://localhost/index.php>
有什么办法能匹配到后面的http://localhsot/index.php?
我用的正则'/(http:\/\/localhost\/).*(.php)/';匹配
只能匹配出http://localhost/index.html http://localhost/index.php。。超尴尬.