python 字符串复制

通过变量来进行赋值

fstr = 'strcpy'
sstr = fstr
fstr = 'strcpy2'
print sstr
原文地址:https://www.cnblogs.com/wanpython/p/3250697.html