|
他的分页是用Javascript ,不知道要怎么采集- //去到第几页
- function goto_page(pageno){
- pageno = parseInt(pageno);
-
- if((pageno < 1) || (pageno > 2)){
- //加入 forward_link;
- if('http://post.she.tom.com/s/7B000A5D1574.html'.blank()){
- return false;
- }else{
- window.location.href = 'http://post.she.tom.com/s/7B000A5D1574.html';
- return false;
- }
- }
- window.location.href = '/s/A000090A1291_'+pageno+'.html';
- return false;
- }
复制代码 |
|