1.对于字符变量来说不需要深度复制,字符变量是不能改变的
2.文件读取结尾的判断是通过判读
line=self.fd.readline()
if not line: //结束了
不用通过判断字符长度。
3.