搜索内容

最新文章
  • Python-字符串格式化2

    之前我们说到,可以用%来构造一个字符串,比如 print '%s is easy to learn' % 'Python' 有时候,仅仅代入一个值不能满足我们构造字符串的需要。假设你现在有……
    yfeer Python 2017年10月11日