LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 6218|回复: 15

发现变态下载工具——aria2,比迅雷强10倍

[复制链接]
发表于 2008-6-19 17:55:15 | 显示全部楼层 |阅读模式
首先他的描述:
DESCRIPTION
       aria2 is a utility for downloading files. The supported protocols are http(s)/ftp/BitTorrent/Metalink. aria2
       has powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols,
       utilizing your download bandwidth to the max. It even supports downloading a file from http(s)/ftp and
       BitTorrent at the same time, while the data downloaded form http(s)/ftp is uploaded to BitTorrent swarm.

       aria2 also provides most reliable http(s)/ftp downloading experience ever. Using Metalink´s chunk checksums,
       aria2 automatically validates chunk of data while downloading a file like BitTorrent.

蹩脚英语翻译:
    aira2是一款下载工具,它支持http(s)/ftp/BitTorrent/Metalink五种协议,aira2有强大的分块下载能力,它可以通过多个来源和多种协议下载同一个文件,让你的带宽爆满。aria2甚至可以同一时间使用http(s)/ftp/BitTorrent四种协议下载同一个文件(变态),此时他会把http(s)/ftp下载部分使用bt上传。
    当然,aria2仍然为你提供了前所未有的强大的常规http(s)/ftp下载性能,它提供了metalink协议的验证纠错功能。
    aria2还自动验证通过BT协议下载的数据的正确性。


还有亮点:
*支持cookie,有些地址需要cookie才能下载,例如linuxsir的附件你单把地址复制到命令行用mytget下载是不行的。aria2能功过参数制定cookie文件,而且能自动载入firefox的cookie
*支持断电续传,之所以强,是他支持除了aria2自身产生的断点续传文件外,还支持浏览器的和wget产生的断点文件
*http代理,以及通过http代理的ftp代理?
*支持多线程,但默认为1,需要参数'-s'设定线程数,但用BT/metalink协议自动多线程。

其他限速之类的常规功能当然有咯。

配置文件 aria2.conf
在~/.aria2

http://en.wikipedia.org/wiki/Metalink
  1. ARIA2C(1)                                                            ARIA2C(1)
  2. NAME
  3.        aria2c - The ultra fast download utility
  4. SYNOPSIS
  5.        aria2c [OPTIONS] URL ...
  6.        aria2c [OPTIONS] -T TORRENT_FILE [URL ...]
  7.        aria2c [OPTIONS] -M METALINK_FILE
  8. DESCRIPTION
  9.        aria2 is a utility for downloading files. The supported protocols are
  10.        http(s)/ftp/BitTorrent/Metalink. aria2 has powerful segmented
  11.        downloading ability, downloading a file from multiple sources and
  12.        multiple protocols, utilizing your download bandwidth to the max. It
  13.        even supports downloading a file from http(s)/ftp and BitTorrent at the
  14.        same time, while the data downloaded form http(s)/ftp is uploaded to
  15.        BitTorrent swarm.
  16.        aria2 also provides most reliable http(s)/ftp downloading experience
  17.        ever. Using Metalink´s chunk checksums, aria2 automatically validates
  18.        chunk of data while downloading a file like BitTorrent.
  19. OPTIONS
  20.        -d, --dir=DIR
  21.            The directory to store the downloaded file.
  22.        -o, --out=FILE
  23.            The file name of the downloaded file.
  24.            Note
  25.                In Metalink, BitTorrent download you cannot specify file name.
  26.                The file name specified here is only used when the URLs fed to
  27.                aria2 is done by command line without -i option, like this:
  28.                aria2c -o myfile.zip http://mirror1/file.zip
  29.                http://mirror2/file.zip
  30.        -l, --log=LOG
  31.            The file name of the log file. If - is specified, log is written to
  32.            stdout.
  33.        -D, --daemon
  34.            Run as daemon.
  35.        -s, --split=N
  36.            Download a file using N connections. N must be between 1 and 5.
  37.            This option affects all URLs. Thus, aria2 connects to each URL with
  38.            N connections. Default: 1
  39.        --retry-wait=SEC
  40.            Set the seconds to wait to retry after an error has occured.
  41.            Specify a value between 0 and 60. Default: 5
  42.        -t, --timeout=SEC
  43.            Set timeout in seconds. Default: 60
  44.        -m, --max-tries=N
  45.            Set number of tries.  0 means unlimited. Default: 5
  46.        --http-proxy=HOST:PORT
  47.            Use HTTP proxy server. This affects all URLs.
  48.        --http-user=USER
  49.            Set HTTP user. This affects all URLs.
  50.        --http-passwd=PASSWD
  51.            Set HTTP password. This affects all URLs.
  52.        --http-proxy-user=USER
  53.            Set HTTP proxy user. This affects all URLs.
  54.        --http-proxy-passwd=PASSWD
  55.            Set HTTP proxy password. This affects all URLs.
  56.        --http-proxy-method=METHOD
  57.            Set the method to use in proxy request.  METHOD is either get or
  58.            tunnel. Default: tunnel
  59.        --http-auth-scheme=SCHEME
  60.            Set HTTP authentication scheme. Currently, basic is the only
  61.            supported scheme. Default: basic
  62.        --referer=REFERER
  63.            Set Referer. This affects all URLs.
  64.        --ftp-user=USER
  65.            Set FTP user. This affects all URLs. Default: anonymous
  66.        --ftp-passwd=PASSWD
  67.            Set FTP password. This affects all URLs. Default: ARIA2USER@
  68.        --ftp-type=TYPE
  69.            Set FTP transfer type. TYPE is either binary or ascii. Default:
  70.            binary
  71.        -p, --ftp-pasv
  72.            Use passive mode in FTP.
  73.        --ftp-via-http-proxy=METHOD
  74.            Use HTTP proxy in FTP.  METHOD is either get or tunnel. Default:
  75.            tunnel
  76.        --lowest-speed-limit=SPEED
  77.            Close connection if download speed is lower than or equal to this
  78.            value(bytes per sec).  0 means aria2 does not have a lowest speed
  79.            limit. You can append K or M(1K = 1024, 1M = 1024K). This option
  80.            does not affect BitTorrent downloads. Default: 0
  81.        --max-download-limit=SPEED
  82.            Set max download speed in bytes per sec.  0 means unrestricted. You
  83.            can append K or M(1K = 1024, 1M = 1024K). Default: 0
  84.        --file-allocation=METHOD
  85.            Specify file allocation method. METHOD is either none or prealloc.
  86.            none doesn´t pre-allocate file space.  prealloc pre-allocates file
  87.            space before download begins. This may take some time depending on
  88.            the size of the file. Default: prealloc
  89.            Note
  90.                In multi file torrent, the files adjacent forward to the
  91.                specified files are also allocated if they share a same piece.
  92.        --no-file-allocation-limit=SIZE
  93.            No file allocation is made for files whose size is smaller than
  94.            SIZE. You can append K or M(1K = 1024, 1M = 1024K). Default: 5M
  95.        --enable-direct-io[=true|false]
  96.            Enable directI/O, which lowers cpu usage while allocating/checking
  97.            files. Turn off if you encounter any error. Default: false
  98.        --allow-overwrite=true|false
  99.            If false is given, aria2 doesn´t download a file which already
  100.            exists but the corresponding .aria2 file doesn´t exist. In
  101.            http(s)/ftp download, if --auto-file-renaming=true then, file name
  102.            will be renamed. See --auto-file-renaming for details. Default:
  103.            false
  104.        --allow-piece-length-change=true|false
  105.            If false is given, aria2 aborts download when a piece length is
  106.            different from one in a control file. If true is given, you can
  107.            proceed but some download progress will be lost. Default: false
  108.        -Z, --force-sequential[=true|false]
  109.            Fetch URIs in the command-line sequentially and download each URI
  110.            in a separate session, like the usual command-line download
  111.            utilities. Default: false
  112.        --auto-file-renaming[=true|false]
  113.            Rename file name if the same file already exists. This option works
  114.            only in http(s)/ftp download. The new file name has a dot and a
  115.            number(1..9999) appended. Default: true
  116.        -P, --parameterized-uri[=true|false]
  117.            Enable parameterized URI support. You can specify set of parts:
  118.            http://{sv1,sv2,sv3}/foo.iso. Also you can specify numeric
  119.            sequences with step counter: http://host/image[000-100:2].img. A
  120.            step counter can be omitted. If all URIs do not point to the same
  121.            file, such as the second example above, -Z option is required.
  122.            Default: false
  123.        --enable-http-keep-alive[=true|false]
  124.            Enable HTTP/1.1 persistent connection. Default: false
  125.        --enable-http-pipelining[=true|false]
  126.            Enable HTTP/1.1 pipelining. Default: false
  127.        --check-integrity=true|false
  128.            Check file integrity by validating piece hash. This option only
  129.            affects in BitTorrent downloads and Metalink downloads with chunk
  130.            checksums. Use this option to re-download a damaged portion of a
  131.            file. Default: false
  132.        --realtime-chunk-checksum=true|false
  133.            Validate chunk of data by calculating checkusm while download a
  134.            file if chunk checksums are provided. Currently Metalink is the
  135.            only way to to provide chunk checksums. Default: true
  136.        -c, --continue
  137.            Continue downloading a partially downloaded file. Use this option
  138.            to resume a download started by a web browser or another program
  139.            which downloads files sequentially from the beginning. Currently
  140.            this option is only applicable to http(s)/ftp downloads.
  141.        -U, --user-agent=USER_AGENT
  142.            Set user agent for http(s) downloads.
  143.        -n, --no-netrc
  144.            Disables netrc support. netrc support is enabled by default.
  145.        -i, --input-file=FILE
  146.            Downloads URIs found in FILE. You can specify multiple URIs for a
  147.            single entity: separate URIs on a single line using the TAB
  148.            character. Reads input from stdin when - is specified.
  149.        -j, --max-concurrent-downloads=N
  150.            Set maximum number of concurrent downloads. It should be used with
  151.            the -i option. Default: 5
  152.        --load-cookies=FILE
  153.            Load cookies from FILE. The format of FILE is the same used by
  154.            Netscape and Mozilla.
  155.        -S, --show-files
  156.            Print file listing of .torrent or .metalink file and exit. In case
  157.            of .torrent file, additional information (infohash, piece length,
  158.            etc) is also printed.
  159.        --select-file=INDEX...
  160.            Set file to download by specifing its index. You can find the file
  161.            index using the --show-files option. Multiple indexes can be
  162.            specified by using ",", for example: 3,6. You can also use "-" to
  163.            specify a range: 1-5. "," and "-" can be used together: 1-5,8,9.
  164.            When used with the -M option, index may vary depending on the query
  165.            (see --metalink-* options).
  166.            Note
  167.                In multi file torrent, the adjacent files specified by this
  168.                option may also be downloaded. This is by design, not a bug. A
  169.                single piece may include several files or part of files, and
  170.                aria2 writes the piece to the appropriate files.
  171.        -T, --torrent-file=TORRENT_FILE
  172.            The path to the .torrent file.
  173.        --follow-torrent=true|false|mem
  174.            If true or mem is specified, when a file whose suffix is .torrent
  175.            or content type is application/x-bittorrent is downloaded, aria2
  176.            parses it as a torrent file and downloads files mentioned in it. If
  177.            mem is specified, a torrent file is not written to the disk, but is
  178.            just kept in memory. If false is specified, the action mentioned
  179.            above is not taken. Default: true
  180.        --direct-file-mapping=true|false
  181.            Directly read from and write to each file mentioned in .torrent
  182.            file. Use this option if lots of files are listed in .torrent file
  183.            and aria2 complains it cannot open files anymore. Default: true
  184.        --listen-port=PORT...
  185.            Set TCP port number for BitTorrent downloads. Multiple ports can be
  186.            specified by using ",", for example: 6881,6885. You can also use
  187.            "-" to specify a range: 6881-6999. "," and "-" can be used
  188.            together: 6881-6889,6999. Default: 6881-6999
  189.            Note
  190.                Make sure that the specified ports are open for incoming TCP
  191.                traffic.
  192.        --max-upload-limit=SPEED
  193.            Set max upload speed in bytes per sec.  0 means unrestricted. You
  194.            can append K or M(1K = 1024, 1M = 1024K). Default: 0
  195.        --seed-time=MINUTES
  196.            Specify seeding time in minutes. Also see the --seed-ratio option.
  197.        --seed-ratio=RATIO
  198.            Specify share ratio. Seed completed torrents until share ratio
  199.            reaches] RATIO. I strongly encourages you to specify equals or more
  200.            than 1.0 here. Specify 0.0 if you intend to do seeding regardless
  201.            of share ratio. If --seed-time option is specified along with this
  202.            option, seeding ends when at least one of the conditions is
  203.            satisfied. Default: 1.0
  204.        --peer-id-prefix=PEERI_ID_PREFIX
  205.            Specify the prefix of peer ID. The peer ID in BitTorrent is 20 byte
  206.            length. If more than 20 bytes are specified, only first 20 bytes
  207.            are used. If less than 20 bytes are specified, the random alphabet
  208.            characters are added to make it´s length 20 bytes. Default: -aria2-
  209.        -M, --metalink-file=METALINK_FILE
  210.            The file path to .metalink file.
  211.        -C, --metalink-servers=NUM_SERVERS
  212.            The number of servers to connect to simultaneously. Some metalinks
  213.            regulates the number of servers to connect. aria2 respects them.
  214.            Default: 5
  215.        --metalink-version=VERSION
  216.            The version of the file to download.
  217.        --metalink-language=LANGUAGE
  218.            The language of the file to download.
  219.        --metalink-os=OS
  220.            The operating system of the file to download.
  221.        --metalink-location=LOCATION[,...]
  222.            The location of the preferred server. A comma-deliminated list of
  223.            locations is acceptable, for example, JP,US.
  224.        --follow-metalink=true|false|mem
  225.            If true or mem is specified, when a file whose suffix is .metaink
  226.            or content type is application/metalink+xml is downloaded, aria2
  227.            parses it as a metalink file and downloads files mentioned in it.
  228.            If mem is specified, a metalink file is not written to the disk,
  229.            but is just kept in memory. If false is specified, the action
  230.            mentioned above is not taken. Default: true
  231.        -v, --version
  232.            Print the version number, copyright and the configuration
  233.            information and exit.
  234.        -h, --help
  235.            Print this message and exit.
  236.        URL
  237.            You can specify multiple URLs. Unless you specify -Z option, all
  238.            URLs must point to the same file or downloading will fail. You can
  239.            specify both torrent file with -T option and URLs. By doing this,
  240.            download a file from both torrent swarm and http(s)/ftp server at
  241.            the same time, while the data from http(s)/ftp are uploaded to the
  242.            torrent swarm. Note that only single file torrent can be integrated
  243.            with http(s)/ftp.
  244.            Note
  245.                Make sure that URL is quoted with single(´) or double(")
  246.                quotation if it contains "&" or any characters that have
  247.                special meaning in shell.
  248. EXAMPLES
  249.    HTTP/FTP Segmented Download
  250.        Download a file using 1 connection
  251.                   aria2c http://host/file.zip
  252.               Note
  253.               To pause a download, press Ctrl-C. You can resume the transfer
  254.               by run aria2c with the same argument at the same directory. You
  255.               can change URLs as long as they are pointing to the same file.
  256.        Download a file using 2 connections
  257.                   aria2c -s 2 http://host/file.zip
  258.        Download a file from 2 difference http servers
  259.                   aria2c http://host1/file.zip ftp://host2/file.zip
  260.        Download a file from http and ftp servers
  261.                   aria2c http://host1/file.zip ftp://host2/file.zip
  262.        Download files listed in a file concurrently
  263.                   aria2c -i files.txt -j 5
  264.               Note
  265.               -j option specifies the number of concurrent downloads.
  266.    Metalink Download
  267.        Download files with remote Metalink
  268.                   aria2c --follow-metalink=mem http://host/file.metalink
  269.        Download using a local metalink file
  270.                   aria2c -p -t 10 --lowest-speed-limit 4000 -M test.metalink
  271.               Note
  272.               To pause a download, press Ctrl-C. You can resume the transfer
  273.               by run aria2c with the same argument at the same directory.
  274.        Download only selected files using index
  275.                   aria2c -M test.metalink --select-file 1-4,8
  276.               Note
  277.               The index is printed to the console using -S option.
  278.        Download a file using a local .metalink file with user preference
  279.                   aria2c -M test.metalink --metalink-location=JP,US --metalink-version=1.1 --metalink-language=en-US
  280.    BitTorrent Download
  281.        Download files from remote BitTorrent file
  282.                   aria2c --follow-bittorrent=mem http://host/file.torrent
  283.        Download using a local torrent file
  284.                   aria2c --max-upload-limit 40K -T file.torrent
  285.               Note
  286.               --max-upload-limit specifies the max of upload rate.
  287.               Note
  288.               To pause a download, press Ctrl-C. You can resume the transfer
  289.               by run aria2c with the same argument at the same directory.
  290.        Download a file using torrent and http/ftp server
  291.                   aria2c -T test.torrent http://host1/file ftp://host2/file
  292.               Note
  293.               Downloading multi file torrent with http/ftp is not supported.
  294.        Download only selected files using index(usually called "selectable
  295.        download")
  296.                   aria2c -T test.torrent --select-file 1-4,8
  297.               Note
  298.               The index is printed to the console using -S option.
  299.        Change the listening port for incoming peer
  300.                   aria2c -T test.torrent --listen-port 7000-7001,8000
  301.        Specify the condition to stop program after torrent download finished
  302.                   aria2c -T test.torrent --seed-time 120 --seed-ratio 1.0
  303.               Note
  304.               In the above example, the program exists when the 120 minutes
  305.               has elapsed since download completed or seed ratio reaches 1.0.
  306.        Throttle upload speed
  307.                   aria2c -T test.torrent --max-upload-limit 100K
  308.    More advanced HTTP features
  309.        Load cookies
  310.                   aria2c --load-cookies cookies.txt http://host/file.zip
  311.               Note
  312.               You can use Firefox/Mozilla´s cookie file without modification.
  313.        Resume download started by web browsers or another programs
  314.                   aria2c -c -s 2 http://host/partiallydownloadedfile.zip
  315.    And more advanced features
  316.        Throttle download speed
  317.                   aria2c -M test.metalink --max-download-limit 100K
  318.        Repair a damaged download using --check-integrity option
  319.                   aria2c -M test.metalink --check-integrity=true
  320.               Note
  321.               This option is only available used with BitTorrent or metalink
  322.               with chunk checksums.
  323.        Drop connection if download speed is lower than specified value
  324.                   aria2c -M test.metalink --lowest-speed-limit 10K
  325.        Parameterized URI support
  326.               You can specify set of parts:
  327.                   aria2c -P http://{host1,host2,host3}/file.iso
  328.               You can specify numeric sequence:
  329.                   aria2c -Z -P http://host/image[000-100].png
  330.               Note
  331.               -Z option is required if the all URIs don´t point to the same
  332.               file, such as the above example.
  333.               You can specify step counter:
  334.                   aria2c -Z -P http://host/image[A-Z:2].png
  335. RESUME DOWNLOAD
  336.        Usually, you can resume transfer by just issuing same command(aria2c
  337.        URL) if the previous transfer is made by aria2.
  338.        If the previous transfer is made by a browser or wget like sequencial
  339.        download manager, then use -c option to continue the transfer(aria2c -c
  340.        URL).
  341. CONTROL FILE
  342.        aria2 uses a control file to keep track the progress of download. A
  343.        control file is placed at the same directory of the dowloading file and
  344.        its filename is the filename of downloading file with ".aria2"
  345.        appended. For example, if you are downloading file.zip, then the
  346.        control file should be file.zip.aria2. (There is a exception for this
  347.        naming convention. If you are downloading a multi torrent, its control
  348.        file is the "top directory" name of the torrent with ".aria2" appended.
  349.        The "top directory" name is a value of "name" key in "info" directory
  350.        in a torrent file.)
  351.        Usually a control file is deleted once download completed. If aria2
  352.        decides that download cannot be resumed(for example, when downloading a
  353.        file from a http server which doesn´t support resume), a control file
  354.        is not created.
  355.        Normally if you lose a control file, you cannot resume download. But if
  356.        you have a torrent or metalink with chunk checksums for the file, you
  357.        can resume the download without a control file by giving
  358.        --check-integrity=true option to aria2c in command-line.
  359. SEEDING DOWNLOADED FILE IN BITTORRENT
  360.        You can seed downloaded file using --check-integrity=true option.
  361.            aria2c --check-integrity=true -T file.torrent
  362. FILES
  363.    aria2.conf
  364.        User configuration file. It must be placed under ~/.aria2 and must be
  365.        named as aria2.conf. In each line, there is 1 parameter whose syntax is
  366.        name=value pair, where name is the long command-line option name
  367.        without -- prefix. The lines beginning # are treated as comments.
  368.            # sample configuration file for aria2c
  369.            file-allocation=prealloc
  370.            listen-port=60000
  371.            seed-ratio=1.0
  372.            max-upload-limit=100K
  373.            ftp-pasv=true
  374. RESOURCES
  375.        Project web site: http://aria2.sourceforge.net/
  376.        metalink: http://www.metalinker.org/
  377. REPORTING BUGS
  378.        Report bugs to Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
  379. AUTHOR
  380.        Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
  381. COPYRIGHT
  382.        Copyright © 2006, 2007 Tatsuhiro Tsujikawa
  383.        This program is free software; you can redistribute it and/or modify it
  384.        under the terms of the GNU General Public License as published by the
  385.        Free Software Foundation; either version 2 of the License, or (at your
  386.        option) any later version.
  387.        This program is distributed in the hope that it will be useful, but
  388.        WITHOUT ANY WARRANTY; without even the implied warranty of
  389.        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  390.        General Public License for more details.
  391.        You should have received a copy of the GNU General Public License along
  392.        with this program; if not, write to the Free Software Foundation, Inc.,
  393.        51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  394.        In addition, as a special exception, the copyright holders give
  395.        permission to link the code of portions of this program with the
  396.        OpenSSL library under certain conditions as described in each
  397.        individual source file, and distribute linked combinations including
  398.        the two. You must obey the GNU General Public License in all respects
  399.        for all of the code used other than OpenSSL. If you modify file(s) with
  400.        this exception, you may extend this exception to your version of the
  401.        file(s), but you are not obligated to do so. If you do not wish to do
  402.        so, delete this exception statement from your version. If you delete
  403.        this exception statement from all source files in the program, then
  404.        also delete it here.
  405.                                   12/08/2007                         ARIA2C(1)
复制代码
发表于 2008-6-19 18:12:39 | 显示全部楼层
回去试一下,先帮顶一下
回复 支持 反对

使用道具 举报

发表于 2008-6-19 18:30:28 | 显示全部楼层
标题写错了 aria2 不是aira2
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-6-19 18:39:20 | 显示全部楼层
谢谢提醒,一用就被征服,我都还没开启多种协议同时下载,只用了metalink协议就爆了。

aria2,很好很强大!

我的命令:
  1. aria2c --metalink-location=US -M openSUSE-11.0-DVD-x86_64.iso.metalink
复制代码

有兴趣的试一下:
i386
  1. aria2c --metalink-location=US -M http://download.opensuse.org/distribution/11.0/iso/dvd/openSUSE-11.0-DVD-i386.iso.metalink
复制代码
x86_64
  1. aria2c --metalink-location=US -M http://download.opensuse.org/distribution/11.0/iso/dvd/openSUSE-11.0-DVD-x86_64.iso.metalink
复制代码

这个--metalink-location的设定地址只要把.metalink文件下载回来用gedit查看下就知道了。

有图为证:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-6-19 18:45:42 | 显示全部楼层
现在又波动了。

把--metalink-location=kr指为韩国,又快了。
回复 支持 反对

使用道具 举报

发表于 2008-6-19 20:37:33 | 显示全部楼层
下一个windows版的试试
回复 支持 反对

使用道具 举报

发表于 2008-6-19 20:51:39 | 显示全部楼层
呵呵,这个果然变态。
回复 支持 反对

使用道具 举报

发表于 2008-6-19 20:54:54 | 显示全部楼层
粉好粉强大——————
回复 支持 反对

使用道具 举报

发表于 2008-6-19 21:54:23 | 显示全部楼层
以前用过,确实很强大
回复 支持 反对

使用道具 举报

发表于 2008-6-19 22:39:07 | 显示全部楼层
去找个来看看  @@  希望不是**
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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