a = '1' print '%s' % `a`
如果a是str,打印结果是'1'
如果a是int,打印结果是1
posted on 2015-09-17 17:54 sudo987 阅读(340) 评论(0) 编辑 收藏 举报