摘要:
>>> x=1.235 >>> int(x) 1 >>> str="fsgavfdbafdbntsbgbt" >>> len(str) 19 >>> >>> x=987456123 >>> str(x) 会报错'str' object is not callable。 str()是系统自带的,你不能 阅读全文
posted @ 2018-04-25 21:45
lnlvinso
阅读(11249)
评论(0)
推荐(1)
摘要:
原文链接: https://blog.csdn.net/zhangyuan12805/article/details/71425385 ftp模式分为主动模式(active mode)和被动模式(passive mode),ftp是tcp连接,所以要进行三次握手 1. active和passive模 阅读全文
posted @ 2018-04-25 21:28
lnlvinso
阅读(38608)
评论(2)
推荐(7)
浙公网安备 33010602011771号