这种网址加密方式是? href="1041161161125847471021001021154,想采集,但是不知道这种网址怎么弄?
1
crab Oct 25, 2017
这个应该是 ASCII 码的 10 进制。你对应查询下。
104 h 116 t |
2
CoX Oct 25, 2017 >>> ''.join([chr(int(s)) for s in '104*116*116*112*58*47*47*102*100*102*115'.split('*')])
'http://fdfs' |
3
greenthumbers OP 多谢多谢。
|