火车采集器软件交流官方论坛

 找回密码
 加入会员
搜索
火车采集器V9版免费下载火车浏览器 - 可视采集,万能群发,全自动脚本工具
查看: 2411|回复: 0

阿里妈妈里面的分页,如何采集,集思广益下

[复制链接]
发表于 2013-8-8 07:49:44 | 显示全部楼层 |阅读模式
源码页面是这样
  1. <div bx-name="pagination" class="pagination" id="J_pagination" bx-config="{count:937,size:40,index:2,goTo:false,pageCount:false}"></div>
复制代码
下面是同页面的 代码,不知道这样的怎么采集
  1.     <script src="http://a.tbcdn.cn/apps/e/brix/1.0/brix-min.js?t=20130724.js" bx-config="{autoPagelet:true,autoConfig:true,componentsPath:'http://a.tbcdn.cn/apps/med/www/pub/app/',componentsTag:'20130724',autoPagelet:true}"></script>
  2.     <script>
  3.         //KISSY组件路径配置
  4.         var cdnURL = 'http://a.tbcdn.cn/apps/med/';
  5.         KISSY.add({
  6.             "med-pagination": {
  7.                 fullpath: cdnURL + "med/pagination/1.0/pagination.js",
  8.                 cssfullpath: cdnURL + "med/pagination/1.0/pagination.css",
  9.                 charset: "utf-8",
  10.                 requires: ["core"]
  11.             },
  12.             "med-tip": {
  13.                 fullpath: cdnURL + "med/tip/1.0/tip.js",
  14.                 cssfullpath: cdnURL + "med/tip/1.0/tip.css",
  15.                 charset: "utf-8",
  16.                 requires: ["core"]
  17.             },
  18.             "med-tooltip": {
  19.                 fullpath: cdnURL + "med/tooltip/1.0/tooltip.js",
  20.                 cssfullpath: cdnURL + "med/tooltip/1.0/tooltip.css",
  21.                 charset: "utf-8",
  22.                 requires: ["core"]
  23.             },
  24.             "med-dialog": {
  25.                 fullpath: cdnURL + "med/dialog/1.0/dialog.js",
  26.                 cssfullpath: cdnURL + "med/dialog/1.0/dialog.css",
  27.                 charset: "utf-8",
  28.                 requires: ["core"]
  29.             },
  30.             "med-lavalamp": {
  31.                 fullpath: cdnURL + "med/lavalamp/1.0/lavalamp.js",
  32.                 charset: "utf-8",
  33.                 requires: ["core"]
  34.             },
  35.             "calendar": {
  36.                 fullpath: cdnURL + "kissy/1.2.0/calendar-min.js",
  37.                 cssfullpath: cdnURL + "kissy/1.2.0/calendar/assets/base-min.css",
  38.                 charset: "utf-8",
  39.                 requires: ["core"]
  40.             },
  41.             "med-colorpicker": {
  42.                 fullpath: cdnURL + "med/colorpicker/1.0/colorpicker.js",
  43.                 charset: "utf-8",
  44.                 requires: ["core"]
  45.             },
  46.             "med-multiselect": {
  47.                 fullpath: cdnURL + "www/js/pub/multiselect.js",
  48.                 charset: "utf-8",
  49.                 requires: ["core"]
  50.             }
  51.         });

  52.         KISSY.config({
  53.             map:[
  54.                 [/(.+pub\/.+)-min.js(\?[^?]+)?$/, "$1.js$2"],
  55.                 [/(.+charts\/.+)-min.js(\?[^?]+)?$/, "$1.js$2"],
  56.                 [/(.+app\/.+)-min.js(\?[^?]+)?$/, "$1.js$2"]
  57.             ],
  58.             packages:[
  59.                 {
  60.                     name:"pub",
  61.                     tag:"20130724",
  62.                     path:"http://a.tbcdn.cn/apps/med/www/js/",
  63.                     charset:"utf-8"
  64.                 },
  65.                 {
  66.                     name:"app",
  67.                     tag:"20130724",
  68.                     path:"http://a.tbcdn.cn/apps/med/www/pub/",
  69.                     charset:"utf-8"
  70.                 },
  71.                 {
  72.                     name:"charts",
  73.                     tag:"20130724",
  74.                     path:"http://a.tbcdn.cn/apps/med/",
  75.                     charset:"utf-8"
  76.                 }
  77.             ]
  78.         });

  79.         // 页面根路径
  80.         var ROOT = 'http://u.alimama.com/union';
  81.     </script>
复制代码
您需要登录后才可以回帖 登录 | 加入会员

本版积分规则

QQ|手机版|Archiver|火车采集器官方站 ( 皖ICP备06000549 )

GMT+8, 2024-11-25 16:55

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表