python的几个问题 def test(**d):...print d...d[z] z?2. python2.5不支持返回unicode的dict?
python的几个问题
>>> def test(**d):... print d... d['z'] = 'z'
?2. python2.5不支持返回unicode的dict
?
python的几个问题
>>> def test(**d):... print d... d['z'] = 'z'
?2. python2.5不支持返回unicode的dict
?