Python:Python2系でstrをunicode型として扱う 2019/12/28プログラミングpythonfrom __future__ import unicode_literals をimportに追加するこれで、「u’文字列’」を使用しなくてもunicode型としてstrが扱われる 戻るPlease enable JavaScript to view the comments powered by Disqus.comments powered by Disqus