python 字符串复制

通过变量来进行赋值

fstr = 'strcpy'
sstr = fstr
fstr = 'strcpy2'
print sstr
posted @ 2013-08-10 21:08  老王python  阅读(6215)  评论(0编辑  收藏  举报