一个脚本的多种实现方法
时间:2006-06-09 来源:CUDev
因为我想根据一个url来动态生成一组连续的url,例如:
http://www.myweb.com/files/file101.txt/
===》
http://www.myweb.com/files/file102.txt/
http://www.myweb.com/files/file103.txt/
... ... ...
http://www.myweb.com/files/file160.txt/
所以我想取出http://www.myweb.com/files/file101.txt
http://www.myweb.com/files/file101.txt/
===》
http://www.myweb.com/files/file102.txt/
http://www.myweb.com/files/file103.txt/
... ... ...
http://www.myweb.com/files/file160.txt/
所以我想取出http://www.myweb.com/files/file101.txt