<tfoot id='OFwQZ'></tfoot>
      <legend id='OFwQZ'><style id='OFwQZ'><dir id='OFwQZ'><q id='OFwQZ'></q></dir></style></legend>
    1. <i id='OFwQZ'><tr id='OFwQZ'><dt id='OFwQZ'><q id='OFwQZ'><span id='OFwQZ'><b id='OFwQZ'><form id='OFwQZ'><ins id='OFwQZ'></ins><ul id='OFwQZ'></ul><sub id='OFwQZ'></sub></form><legend id='OFwQZ'></legend><bdo id='OFwQZ'><pre id='OFwQZ'><center id='OFwQZ'></center></pre></bdo></b><th id='OFwQZ'></th></span></q></dt></tr></i><div id='OFwQZ'><tfoot id='OFwQZ'></tfoot><dl id='OFwQZ'><fieldset id='OFwQZ'></fieldset></dl></div>
        • <bdo id='OFwQZ'></bdo><ul id='OFwQZ'></ul>

        <small id='OFwQZ'></small><noframes id='OFwQZ'>

        早于 2.6 的 Python 版本中的字符串格式

        String formatting in Python version earlier than 2.6(早于 2.6 的 Python 版本中的字符串格式)
          <bdo id='T0XFG'></bdo><ul id='T0XFG'></ul>

              <tbody id='T0XFG'></tbody>
            1. <i id='T0XFG'><tr id='T0XFG'><dt id='T0XFG'><q id='T0XFG'><span id='T0XFG'><b id='T0XFG'><form id='T0XFG'><ins id='T0XFG'></ins><ul id='T0XFG'></ul><sub id='T0XFG'></sub></form><legend id='T0XFG'></legend><bdo id='T0XFG'><pre id='T0XFG'><center id='T0XFG'></center></pre></bdo></b><th id='T0XFG'></th></span></q></dt></tr></i><div id='T0XFG'><tfoot id='T0XFG'></tfoot><dl id='T0XFG'><fieldset id='T0XFG'></fieldset></dl></div>

              • <small id='T0XFG'></small><noframes id='T0XFG'>

              • <legend id='T0XFG'><style id='T0XFG'><dir id='T0XFG'><q id='T0XFG'></q></dir></style></legend>
              • <tfoot id='T0XFG'></tfoot>

                  本文介绍了早于 2.6 的 Python 版本中的字符串格式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  当我在 Python 2.5.2 中运行以下代码时:

                  When I run the following code in Python 2.5.2:

                  for x in range(1, 11):
                      print '{0:2d} {1:3d} {2:4d}'.format(x, x*x, x*x*x)
                  

                  我明白了:

                  Traceback (most recent call last):
                    File "<pyshell#9>", line 2, in <module>
                      print '{0:2d} {1:3d} {2:4d}'.format(x, x*x, x*x*x)
                  AttributeError: 'str' object has no attribute 'format'
                  

                  我不明白这个问题.

                  dir('hello') 没有 format 属性.

                  我该如何解决这个问题?

                  How can I solve this?

                  推荐答案

                  str.format 方法是 在 Python 3.0 中引入,并向后移植到 Python 2.6 及更高版本.

                  The str.format method was introduced in Python 3.0, and backported to Python 2.6 and later.

                  这篇关于早于 2.6 的 Python 版本中的字符串格式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Kivy 1.9.0 Windows package KeyError: #39;rthooks#39;(Kivy 1.9.0 Windows 包 KeyError: rthooks)
                  Python Kivy: how to call a function on button click?(Python Kivy:如何在按钮单击时调用函数?)
                  How to disable a widget in Kivy?(如何禁用 Kivy 中的小部件?)
                  Centering an object in Kivy(在 Kivy 中将对象居中)
                  How to downgrade to Python 3.4 from 3.5(如何从 Python 3.5 降级到 Python 3.4)
                  Change button or label text color in kivy(在kivy中更改按钮或标签文本颜色)
                1. <tfoot id='YFwCE'></tfoot>
                    <tbody id='YFwCE'></tbody>
                    <bdo id='YFwCE'></bdo><ul id='YFwCE'></ul>

                      <i id='YFwCE'><tr id='YFwCE'><dt id='YFwCE'><q id='YFwCE'><span id='YFwCE'><b id='YFwCE'><form id='YFwCE'><ins id='YFwCE'></ins><ul id='YFwCE'></ul><sub id='YFwCE'></sub></form><legend id='YFwCE'></legend><bdo id='YFwCE'><pre id='YFwCE'><center id='YFwCE'></center></pre></bdo></b><th id='YFwCE'></th></span></q></dt></tr></i><div id='YFwCE'><tfoot id='YFwCE'></tfoot><dl id='YFwCE'><fieldset id='YFwCE'></fieldset></dl></div>

                        <small id='YFwCE'></small><noframes id='YFwCE'>

                        <legend id='YFwCE'><style id='YFwCE'><dir id='YFwCE'><q id='YFwCE'></q></dir></style></legend>