以下是一些来自django-basic-apps的示例:
# self.title is a unicode string already
def __unicode__(self):
return u'%s' % self.title
# 'q' is a string
search_term = '%s' % request.GET['q']
Run Code Online (Sandbox Code Playgroud)
这个字符串格式的重点是什么?
| 归档时间: |
|
| 查看次数: |
233 次 |
| 最近记录: |