网络协议档案之ICMP、Ping、Traceroute

本文深入解析ICMP协议,包括差错报文和查询报文的功能,以及它们在网络中的实际应用,如ping程序和traceroute程序。详细解释了ICMP如何帮助网络诊断和故障排查。


ICMP协议


ICMP经常被认为是IP层的一个组成部分,它是网络层的一个协议,它传递差错报文以及其他需要注意的信息,ICMP报文通常被IP层或更高层(TCP、UDP等)使用,它是在IP数据报内传输的。


ICMP报文大致分为两类:查询报文和差错报文。


先来看差错报文。当传送IP数据报发生错误时(比如主机不可达、网络不可达等),ICMP协议将会发送一个ICMP差错报文给源主机,好让主机做出相应的处理,也因此IP层以上的一些协议有可能做到可靠传输。书中给出了ICMP差错报文中的一些组合(类型和代码的组合)描述:如网络不可达、网络不可达、协议不可达、端口不可达等。这里说下端口不可达的意思:UDP的规则之一是,如果收到一份UDP数据报而目的端口与某个正在使用的进程不相符,那么UDP返回一个ICMP不可达报文,将报文中的类型和代码的组合设定为端口不可达。Traceroute程序就是利用端口不可达来产生ICMP差错报文的。


另外,在大多数情况下,传送IP数据报发生错误,会产生一个ICMP错误报文,但下面各种情况都不会导致产生ICMP差错报文:


* ICMP差错报文不会产生差错报文(ICMP查询报文可能会产生ICMP差错报文);


* 目的地址是广播地址和多播地址的IP数据报;


* 作为链路层广播的数据报;


* 不是IP分片的第一片


* 源地址不是单个主机的数据报。


这些规则是为了防止过去允许ICMP差错报文对广播分组影响所带来的广播风暴。


再来看ICMP查询报文,查询报文主要用途有:


* 子网掩码查询;


* 时间戳查询;


* ping查询。


ping程序


ping是ICMP的一个很著名的应用。ping程序时对两个TCP/IP系统连通性进行测试的基本工具,它只利用ICMP回显请求和回显应答报文,而不用经过传输层,ping服务器一般在内核中试下ICMP的功能。当某一个网站访问不了时,我们就可以ping一下这个网站,看下连通情况。比如下图:




这里先ping到google的服务器,我们可以看到连通性不是很好,丢包率为50%,而我们又ping了下Github的服务器,连通性比较好,丢包率为0%。


Traceroute程序


Traceroute是ICMP协议的另一个重要应用,主要用来侦测源主机到目的主机之间所经过的路由的情况。Traceroute使用ICMP报文和IP首部中的TTL字段,其原理很简单,开始时发送一个TTL字段为1的UDP数据报,而后每次收到ICMP超时报文后,再发送一个TTL字段加1的UDP数据报,以确定路径中的每个路由器,而每个路由器在丢弃UDP数据报时都会返回一个ICMP超时报文,最终到达目的主机后,由于ICMP选择了一个不可能的值作为UDP端口(大于30000)。这样目的主机就会发送一个端口不可达的ICMP差错报文。


http://www.sxycrb.com/yy/bybs/2868194.html
http://www.sxycrb.com/yy/bybs/2868289.html
http://www.sxycrb.com/yy/bybs/2868282.html
http://www.sxycrb.com/yy/bybs/2868271.html
http://www.sxycrb.com/yy/bybs/2868264.html
http://www.sxycrb.com/yy/bybs/2868251.html
http://www.sxycrb.com/yy/bybs/2868248.html
http://www.sxycrb.com/yy/bybs/2868232.html
http://www.sxycrb.com/yy/bybs/2868228.html
http://www.sxycrb.com/yy/bybs/2868303.html
http://www.sxycrb.com/yy/bybs/2868274.html
http://www.sxycrb.com/yy/bybs/2868262.html
http://www.sxycrb.com/yy/bybs/2868245.html
http://www.sxycrb.com/yy/bybs/2868237.html
http://www.sxycrb.com/yy/bybs/2868278.html
http://www.sxycrb.com/yy/bybs/2868268.html
http://www.sxycrb.com/yy/bybs/2868261.html
http://www.sxycrb.com/yy/bybs/2868250.html
http://www.sxycrb.com/yy/bybs/2868206.html
http://www.sxycrb.com/yy/bybs/2868203.html
http://www.sxycrb.com/yy/bybs/2868200.html
http://www.sxycrb.com/yy/bybs/2868199.html
http://www.sxycrb.com/yy/bybs/2868181.html
http://www.sxycrb.com/yy/bybs/2868175.html
http://www.sxycrb.com/yy/bybs/2868202.html
http://www.sxycrb.com/yy/bybs/2868186.html
http://www.sxycrb.com/yy/bybs/2868179.html
http://www.sxycrb.com/yy/bybs/2868283.html
http://www.sxycrb.com/yy/bybs/2868269.html
http://www.sxycrb.com/yy/bybs/2868253.html
http://www.sxycrb.com/yy/bybs/2868285.html
http://www.sxycrb.com/yy/bybs/2868281.html
http://www.sxycrb.com/yy/bybs/2868233.html
http://www.sxycrb.com/yy/bybs/2868267.html
http://www.sxycrb.com/yy/bybs/2868240.html
http://www.sxycrb.com/yy/bybs/2868226.html
http://www.sxycrb.com/yy/bybs/2868236.html
http://www.sxycrb.com/yy/bybs/2868302.html
http://www.sxycrb.com/yy/bybs/2868301.html
http://www.sxycrb.com/yy/bybs/2868299.html
http://www.sxycrb.com/yy/bybs/2868298.html
http://www.sxycrb.com/yy/bybs/2868297.html
http://www.sxycrb.com/yy/bybs/2868276.html
http://www.sxycrb.com/yy/bybs/2868265.html
http://www.sxycrb.com/yy/bybs/2868259.html
http://www.sxycrb.com/yy/bybs/2868255.html
http://www.sxycrb.com/yy/bybs/2868246.html
http://www.sxycrb.com/yy/bybs/2868238.html
http://www.sxycrb.com/yy/bybs/2868229.html
http://www.sxycrb.com/yy/bybs/2868252.html
http://www.sxycrb.com/yy/bybs/2868247.html
http://www.sxycrb.com/yy/bybs/2868239.html
http://www.sxycrb.com/yy/bybs/2868359.html
http://www.sxycrb.com/yy/bybs/2868346.html
http://www.sxycrb.com/yy/bybs/2868402.html
http://www.sxycrb.com/yy/bybs/2868400.html
http://www.sxycrb.com/yy/bybs/2868398.html
http://www.sxycrb.com/yy/bybs/2868192.html
http://www.sxycrb.com/yy/bybs/2868190.html
http://www.sxycrb.com/yy/bybs/2868187.html
http://www.sxycrb.com/yy/bybs/2868184.html
http://www.sxycrb.com/yy/bybs/2868182.html
http://www.sxycrb.com/yy/bybs/2868335.html
http://www.sxycrb.com/yy/bybs/2868334.html
http://www.sxycrb.com/yy/bybs/2868329.html
http://www.sxycrb.com/yy/bybs/2868310.html
http://www.sxycrb.com/yy/bybs/2868305.html
http://www.sxycrb.com/yy/bybs/2868284.html
http://www.sxycrb.com/yy/bybs/2868208.html
http://www.sxycrb.com/yy/bybs/2868205.html
http://www.sxycrb.com/yy/bybs/2868201.html
http://www.sxycrb.com/yy/bybs/2868273.html
http://www.sxycrb.com/yy/bybs/2868260.html
http://www.sxycrb.com/yy/bybs/2868241.html
http://www.sxycrb.com/yy/bybs/2868227.html
http://www.sxycrb.com/yy/bybs/2868314.html
http://www.sxycrb.com/yy/bybs/2868388.html
http://www.sxycrb.com/yy/bybs/2868337.html
http://www.sxycrb.com/yy/bybs/2868328.html
http://www.sxycrb.com/yy/bybs/2868327.html
http://www.sxycrb.com/yy/bybs/2868309.html
http://www.sxycrb.com/yy/bybs/2868279.html
http://www.sxycrb.com/yy/bybs/2868257.html
http://www.sxycrb.com/yy/bybs/2868235.html
http://www.sxycrb.com/yy/bybs/2868209.html
http://www.sxycrb.com/yy/bybs/2868171.html
http://www.sxycrb.com/yy/bybs/2868183.html
http://www.sxycrb.com/yy/bybs/2868176.html
http://www.sxycrb.com/yy/bybs/2868219.html
http://www.sxycrb.com/yy/bybs/2868207.html
http://www.sxycrb.com/yy/bybs/2868294.html
http://www.sxycrb.com/yy/bybs/2868223.html
http://www.sxycrb.com/yy/bybs/2868172.html
http://www.sxycrb.com/yy/bybs/2868216.html
http://www.sxycrb.com/yy/bybs/2868204.html
http://www.sxycrb.com/yy/bybs/2868292.html
http://www.sxycrb.com/yy/bybs/2868242.html
http://www.sxycrb.com/yy/bybs/2868234.html
http://www.sxycrb.com/yy/bybs/2868363.html
http://www.sxycrb.com/yy/bybs/2868218.html
http://www.sxycrb.com/yy/ys/2868100.html
http://www.sxycrb.com/yy/ys/2868145.html
http://www.sxycrb.com/yy/ys/2868142.html
http://www.sxycrb.com/yy/ys/2868104.html
http://www.sxycrb.com/yy/ys/2868214.html
http://www.sxycrb.com/yy/ys/2868212.html
http://www.sxycrb.com/yy/ys/2868211.html
http://www.sxycrb.com/yy/ys/2868198.html
http://www.sxycrb.com/yy/ys/2868197.html
http://www.sxycrb.com/yy/ys/2868135.html
http://www.sxycrb.com/yy/ys/2868155.html
http://www.sxycrb.com/yy/ys/2868154.html
http://www.sxycrb.com/yy/ys/2868152.html
http://www.sxycrb.com/yy/ys/2868122.html
http://www.sxycrb.com/yy/ys/2868117.html
http://www.sxycrb.com/yy/ys/2868102.html
http://www.sxycrb.com/yy/ys/2868134.html
http://www.sxycrb.com/yy/ys/2868119.html
http://www.sxycrb.com/yy/ys/2868101.html
http://www.sxycrb.com/yy/ys/2868191.html
http://www.sxycrb.com/yy/ys/2868189.html
http://www.sxycrb.com/yy/ys/2868180.html
http://www.sxycrb.com/yy/ys/2868136.html
http://www.sxycrb.com/yy/ys/2868110.html
http://www.sxycrb.com/yy/ys/2868099.html
http://www.sxycrb.com/yy/ys/2868177.html
http://www.sxycrb.com/yy/ys/2868131.html
http://www.sxycrb.com/yy/ys/2868127.html
http://www.sxycrb.com/yy/ys/2868124.html
http://www.sxycrb.com/yy/ys/2868118.html
http://www.sxycrb.com/yy/ys/2868112.html
http://www.sxycrb.com/yy/ys/2868399.html
http://www.sxycrb.com/yy/ys/2868107.html
http://www.sxycrb.com/yy/ys/2868103.html
http://www.sxycrb.com/yy/ys/2868275.html
http://www.sxycrb.com/yy/ys/2868150.html
http://www.sxycrb.com/yy/ys/2868148.html
http://www.sxycrb.com/yy/ys/2868147.html
http://www.sxycrb.com/yy/ys/2868146.html
http://www.sxycrb.com/yy/ys/2868144.html
http://www.sxycrb.com/yy/ys/2868141.html
http://www.sxycrb.com/yy/ys/2868111.html
http://www.sxycrb.com/yy/ys/2868106.html
http://www.sxycrb.com/yy/ys/2868270.html
http://www.sxycrb.com/yy/ys/2868263.html
http://www.sxycrb.com/yy/ys/2868258.html
http://www.sxycrb.com/yy/ys/2868254.html
http://www.sxycrb.com/yy/ys/2868231.html
http://www.sxycrb.com/yy/ys/2868213.html
http://www.sxycrb.com/yy/ys/2868133.html
http://www.sxycrb.com/yy/ys/2868130.html
http://www.sxycrb.com/yy/ys/2868128.html
http://www.sxycrb.com/yy/ys/2868126.html
http://www.sxycrb.com/yy/ys/2868121.html
http://www.sxycrb.com/yy/ys/2868116.html
http://www.sxycrb.com/yy/ys/2868109.html
http://www.sxycrb.com/yy/ys/2868167.html
http://www.sxycrb.com/yy/ys/2868166.html
http://www.sxycrb.com/yy/ys/2868165.html
http://www.sxycrb.com/yy/ys/2868164.html
http://www.sxycrb.com/yy/ys/2868163.html
http://www.sxycrb.com/yy/ys/2868162.html
http://www.sxycrb.com/yy/ys/2868108.html
http://www.sxycrb.com/yy/ys/2868105.html
http://www.sxycrb.com/yy/ys/2868178.html
http://www.sxycrb.com/yy/ys/2868173.html
http://www.sxycrb.com/yy/ys/2868318.html
http://www.sxycrb.com/yy/ys/2868315.html
http://www.sxycrb.com/yy/ys/2868311.html
http://www.sxycrb.com/yy/ys/2868307.html
http://www.sxycrb.com/yy/ys/2868287.html
http://www.sxycrb.com/yy/ys/2868272.html
http://www.sxycrb.com/yy/ys/2868221.html
http://www.sxycrb.com/yy/ys/2868195.html
http://www.sxycrb.com/yy/ys/2868333.html
http://www.sxycrb.com/yy/ys/2868332.html
http://www.sxycrb.com/yy/ys/2868331.html
http://www.sxycrb.com/yy/ys/2868160.html
http://www.sxycrb.com/yy/ys/2868149.html
http://www.sxycrb.com/yy/ys/2868132.html
http://www.sxycrb.com/yy/ys/2868115.html
http://www.sxycrb.com/yy/ys/2868157.html
http://www.sxycrb.com/yy/ys/2868139.html
http://www.zhiyin.cn/yx/hdtp/5225167.html
http://www.zhiyin.cn/yx/hdtp/5225165.html
http://www.zhiyin.cn/yx/hdtp/5225061.html
http://www.zhiyin.cn/yx/hdtp/5225059.html
http://www.zhiyin.cn/yx/hdtp/5225052.html
http://www.zhiyin.cn/yx/hdtp/5225049.html
http://www.zhiyin.cn/yx/hdtp/5225038.html
http://www.zhiyin.cn/yx/hdtp/5225163.html
http://www.zhiyin.cn/yx/hdtp/5224996.html
http://www.zhiyin.cn/yx/hdtp/5224967.html
http://www.zhiyin.cn/yx/hdtp/5224963.html
http://www.zhiyin.cn/yx/hdtp/5224960.html
http://www.zhiyin.cn/yx/hdtp/5225005.html
http://www.zhiyin.cn/yx/hdtp/5224994.html
http://www.zhiyin.cn/yx/hdtp/5224990.html
http://www.zhiyin.cn/yx/hdtp/5224981.html
http://www.zhiyin.cn/yx/hdtp/5224944.html
http://www.zhiyin.cn/yx/hdtp/5225166.html
http://www.zhiyin.cn/yx/hdtp/5225234.html
http://www.zhiyin.cn/yx/hdtp/5225396.html
http://www.zhiyin.cn/yx/hdtp/5225394.html
http://www.zhiyin.cn/yx/hdtp/5225388.html
http://www.zhiyin.cn/yx/hdtp/5225198.html
http://www.zhiyin.cn/yx/hdtp/5225174.html
http://www.zhiyin.cn/yx/hdtp/5225145.html
http://www.zhiyin.cn/yx/hdtp/5225122.html
http://www.zhiyin.cn/yx/hdtp/5225116.html
http://www.zhiyin.cn/yx/hdtp/5225119.html
http://www.zhiyin.cn/yx/hdtp/5225115.html
http://www.zhiyin.cn/yx/hdtp/5225074.html
http://www.zhiyin.cn/yx/hdtp/5225071.html
http://www.zhiyin.cn/yx/hdtp/5225123.html
http://www.zhiyin.cn/yx/hdtp/5225117.html
http://www.zhiyin.cn/yx/hdtp/5225095.html
http://www.zhiyin.cn/yx/hdtp/5225096.html
http://www.zhiyin.cn/yx/hdtp/5225064.html
http://www.zhiyin.cn/yx/hdtp/5225015.html
http://www.zhiyin.cn/yx/hdtp/5225012.html
http://www.zhiyin.cn/yx/hdtp/5225009.html
http://www.zhiyin.cn/yx/hdtp/5225006.html
http://www.zhiyin.cn/yx/hdtp/5224992.html
http://www.zhiyin.cn/yx/hdtp/5224973.html
http://www.zhiyin.cn/yx/hdtp/5225097.html
http://www.zhiyin.cn/yx/hdtp/5225072.html
http://www.zhiyin.cn/yx/hdtp/5225028.html
http://www.zhiyin.cn/yx/hdtp/5225111.html
http://www.zhiyin.cn/yx/hdtp/5225092.html
http://www.zhiyin.cn/yx/hdtp/5225054.html
http://www.zhiyin.cn/yx/hdtp/5225254.html
http://www.zhiyin.cn/yx/hdtp/5225237.html
http://www.zhiyin.cn/yx/hdtp/5225094.html
http://www.zhiyin.cn/yx/hdtp/5225046.html
http://www.zhiyin.cn/yx/hdtp/5225042.html
http://www.zhiyin.cn/yx/hdtp/5225227.html
http://www.zhiyin.cn/yx/hdtp/5224997.html
http://www.zhiyin.cn/yx/hdtp/5224974.html
http://www.zhiyin.cn/yx/hdtp/5224964.html
http://www.zhiyin.cn/yx/hdtp/5224961.html
http://www.zhiyin.cn/yx/hdtp/5224949.html
http://www.zhiyin.cn/yx/hdtp/5224941.html
http://www.zhiyin.cn/yx/hdtp/5225355.html
http://www.zhiyin.cn/yx/hdtp/5225349.html
http://www.zhiyin.cn/yx/hdtp/5225331.html
http://www.zhiyin.cn/yx/hdtp/5225323.html
http://www.zhiyin.cn/yx/hdtp/5224971.html
http://www.zhiyin.cn/yx/hdtp/5224968.html
http://www.zhiyin.cn/yx/hdtp/5224959.html
http://www.zhiyin.cn/yx/hdtp/5224954.html
http://www.zhiyin.cn/yx/hdtp/5224937.html
http://www.zhiyin.cn/yx/hdtp/5225309.html
http://www.zhiyin.cn/yx/hdtp/5225280.html
http://www.zhiyin.cn/yx/hdtp/5225275.html
http://www.zhiyin.cn/yx/hdtp/5225259.html
http://www.zhiyin.cn/yx/hdtp/5225105.html
http://www.zhiyin.cn/yx/hdtp/5225104.html
http://www.zhiyin.cn/yx/hdtp/5225100.html
http://www.zhiyin.cn/yx/hdtp/5225093.html
http://www.zhiyin.cn/yx/hdtp/5225029.html
http://www.js0573.com/yx/sjbm/6485098.html
http://www.js0573.com/yx/sjbm/6485052.html
http://www.js0573.com/yx/sjbm/6485010.html
http://www.js0573.com/yx/sjbm/6485244.html
http://www.js0573.com/yx/sjbm/6485206.html
http://www.js0573.com/yx/sjbm/6484954.html
http://www.js0573.com/yx/sjbm/6484901.html
http://www.js0573.com/yx/sjbm/6485193.html
http://www.js0573.com/yx/sjbm/6485176.html
http://www.js0573.com/yx/sjbm/6485133.html
http://www.js0573.com/yx/sjbm/6484963.html
http://www.js0573.com/yx/sjbm/6484914.html
http://www.js0573.com/yx/sjbm/6485163.html
http://www.js0573.com/yx/sjbm/6485108.html
http://www.js0573.com/yx/sjbm/6484975.html
http://www.js0573.com/yx/sjbm/6484955.html
http://www.js0573.com/yx/sjbm/6485103.html
http://www.js0573.com/yx/sjbm/6485094.html
http://www.js0573.com/yx/sjbm/6485072.html
http://www.js0573.com/yx/sjbm/6485018.html
http://www.js0573.com/yx/sjbm/6485078.html
http://www.js0573.com/yx/jsfs/6484848.html
http://www.js0573.com/yx/jsfs/6484764.html
http://www.js0573.com/yx/jsfs/6484699.html
http://www.js0573.com/yx/jsfs/6484978.html
http://www.js0573.com/yx/jsfs/6484967.html
http://www.js0573.com/yx/jsfs/6484932.html
http://www.js0573.com/yx/jsfs/6484903.html
http://www.js0573.com/yx/jsfs/6485760.html
http://www.js0573.com/yx/jsfs/6484880.html
http://www.js0573.com/yx/jsfs/6485017.html
http://www.js0573.com/yx/jsfs/6484979.html
http://www.js0573.com/yx/jsfs/6484947.html
http://www.js0573.com/yx/jsfs/6484924.html
http://www.js0573.com/yx/jsfs/6484834.html
http://www.js0573.com/yx/jsfs/6484821.html
http://www.js0573.com/yx/jsfs/6484745.html
http://www.js0573.com/yx/jsfs/6484832.html
http://www.js0573.com/yx/jsfs/6484784.html
http://www.js0573.com/yx/jsfs/6484752.html
http://www.js0573.com/yx/jsfs/6484810.html
http://www.js0573.com/yx/jsfs/6484842.html
http://www.js0573.com/yx/jsfs/6484827.html
http://www.js0573.com/yx/jsfs/6484777.html
http://www.js0573.com/yx/jsfs/6484707.html
http://www.js0573.com/yx/jsfs/6484709.html
http://www.js0573.com/yx/jsfs/6484898.html
http://www.js0573.com/yx/jsfs/6485079.html
http://www.js0573.com/yx/jsfs/6485061.html
http://www.js0573.com/yx/jsfs/6484791.html
http://www.js0573.com/yx/jsfs/6484757.html
http://www.js0573.com/yx/jsfs/6484703.html
http://www.js0573.com/yx/jsfs/6484732.html
http://www.js0573.com/yx/jsfs/6484959.html
http://www.js0573.com/yx/jsfs/6484916.html
http://www.js0573.com/yx/jsfs/6484875.html
http://www.js0573.com/yx/jsfs/6484646.html
http://www.js0573.com/yx/jsfs/6484595.html
http://www.js0573.com/yx/jsfs/6484853.html
http://www.js0573.com/yx/jsfs/6484846.html
http://www.js0573.com/yx/jsfs/6484836.html
http://www.js0573.com/yx/jsfs/6484826.html
http://www.js0573.com/yx/jsfs/6484807.html
http://www.js0573.com/yx/jsfs/6484778.html
http://www.js0573.com/yx/jsfs/6484743.html
http://www.js0573.com/yx/jsfs/6484704.html
http://www.js0573.com/yx/jsfs/6484796.html
http://www.js0573.com/yx/jsfs/6484760.html
http://www.js0573.com/yx/jsfs/6484734.html
http://www.js0573.com/yx/jsfs/6484845.html
http://www.js0573.com/yx/jsfs/6484840.html
http://www.js0573.com/yx/jsfs/6484825.html
http://www.js0573.com/yx/jsfs/6484808.html
http://www.js0573.com/yx/jsfs/6484773.html
http://www.js0573.com/yx/jsfs/6484741.html
http://www.js0573.com/yx/jsfs/6484697.html
http://www.js0573.com/yx/jsfs/6484715.html
http://www.js0573.com/yx/jsfs/6484952.html
http://www.js0573.com/yx/jsfs/6484933.html
http://www.js0573.com/yx/jsfs/6484891.html
http://www.js0573.com/yx/jsfs/6484654.html
http://www.js0573.com/yx/jsfs/6484641.html
http://www.js0573.com/yx/jsfs/6484625.html
http://www.js0573.com/yx/jsfs/6484603.html
http://www.js0573.com/yx/jsfs/6484582.html
http://www.js0573.com/yx/jsfs/6484557.html
http://www.js0573.com/yx/jsfs/6484669.html
http://www.js0573.com/yx/jsfs/6484659.html
http://www.js0573.com/yx/jsfs/6484613.html
http://www.js0573.com/yx/jsfs/6484647.html
http://www.js0573.com/yx/jsfs/6484633.html
http://www.js0573.com/yx/jsfs/6484621.html
http://www.js0573.com/yx/jsfs/6484558.html
http://www.js0573.com/yx/jsfs/6484652.html
http://www.js0573.com/yx/jsfs/6484636.html
http://www.js0573.com/yx/jsfs/6484623.html
http://www.js0573.com/yx/jsfs/6484612.html
http://www.js0573.com/yx/jsfs/6484601.html
http://www.js0573.com/yx/jsfs/6484585.html
http://www.js0573.com/yx/jsfs/6484575.html
http://www.js0573.com/yx/jsfs/6484545.html
http://www.js0573.com/yx/jsfs/6484640.html
http://www.js0573.com/yx/jsfs/6484628.html
http://www.js0573.com/yx/jsfs/6484614.html
http://www.js0573.com/yx/jsfs/6484600.html
http://www.js0573.com/yx/jsfs/6484583.html
http://www.js0573.com/yx/jsfs/6484574.html
http://www.js0573.com/yx/jsfs/6484566.html
http://www.js0573.com/yx/jsfs/6484555.html
http://www.js0573.com/yx/jsfs/6484599.html
http://www.js0573.com/yx/jsfs/6484584.html
http://www.js0573.com/yx/jsfs/6484573.html
http://www.js0573.com/yx/jsfs/6484562.html
http://www.js0573.com/yx/jsfs/6484559.html
http://www.js0573.com/yx/jsfs/6484664.html
http://www.js0573.com/yx/jsfs/6484607.html
http://www.js0573.com/yx/jsfs/6484589.html
http://www.js0573.com/yx/jsfs/6484550.html
http://www.js0573.com/yx/jsfs/6484682.html
http://www.js0573.com/yx/jsfs/6484667.html
http://www.js0573.com/yx/jsfs/6484660.html
http://www.js0573.com/yx/jsfs/6484649.html
http://www.js0573.com/yx/jsfs/6484637.html
http://www.js0573.com/yx/jsfs/6484616.html
http://www.js0573.com/yx/jsfs/6484591.html
http://www.js0573.com/yx/jsfs/6484578.html
http://www.js0573.com/yx/jsfs/6484567.html
http://www.js0573.com/yx/jsfs/6484542.html
http://www.js0573.com/yx/jsfs/6484670.html
http://www.js0573.com/yx/jsfs/6484656.html
http://www.js0573.com/yx/jsfs/6484629.html
http://www.js0573.com/yx/jsfs/6484606.html
http://www.js0573.com/yx/jsfs/6484543.html
http://www.js0573.com/yx/jsfs/6484609.html
http://www.js0573.com/yx/jsfs/6484579.html
http://www.js0573.com/yx/jsfs/6484546.html
http://www.js0573.com/yx/jsfs/6484678.html
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值