首页 >

如何用python语言编写一个检查相同文件的程序? |python泰勒sin

python对象引用,python 迭代函数,python行情图,Python的定时调度,python csrfexempt,mir python,python加js,python拦截https,ubuntu无python,python class举例,python泰勒sin如何用python语言编写一个检查相同文件的程序? |python泰勒sin

好了,原理已经说清楚,下面直接上代码:

defis_file_same(file1,file2):
withopen(file1,’rb’)asf1:
content1=f1.read()
withopen(file2,’rb’)asf2:
content2=f2.read()
#iftwofileshavedifferentsize,theycann’tbesame
iflen(content1)!=len(content2):
returnFalse
else:
#iftwofileshavesamesize,comparethecontentbytebybyte
file_len=len(content1)
forposinrange(0,file_len):
#returnFalseifanybyteinsamepositionaredifferent
ifcontent1[pos]!=content2[pos]:
returnFalse
#hasnodifferent,thetwofilesaresame
returnTrue

代码竟然不给着色和缩进,还是看下图比较舒服,^_^


如何用python语言编写一个检查相同文件的程序? |python泰勒sin
  • java关于return语句? - 网络|
  • java关于return语句? - 网络| | java关于return语句? - 网络| ...

    如何用python语言编写一个检查相同文件的程序? |python泰勒sin
  • 网络上常说的后门是什么意思? - 网络|
  • 网络上常说的后门是什么意思? - 网络| | 网络上常说的后门是什么意思? - 网络| ...

    如何用python语言编写一个检查相同文件的程序? |python泰勒sin
  • css3自动切换图片的 |css中图片横向拉伸
  • css3自动切换图片的 |css中图片横向拉伸 | css3自动切换图片的 |css中图片横向拉伸 ...