在Python 2.7中,下列哪种是Unicode编码的书写方式?()

在Python 2.7中,下列哪种是Unicode编码的书写方式?()

A.a='中文'

B.a=r'中文'

C.a=u'中文'

D.a=b'中文'

正确答案是C