<tfoot id='QIJNb'></tfoot>

        <bdo id='QIJNb'></bdo><ul id='QIJNb'></ul>

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

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

      1. 如何将我自己的自定义属性添加到现有的内置

        时间:2023-09-13

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

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

                  <tbody id='bdL95'></tbody>

                <legend id='bdL95'><style id='bdL95'><dir id='bdL95'><q id='bdL95'></q></dir></style></legend>
                  本文介绍了如何将我自己的自定义属性添加到现有的内置 Python 类型?像一个字符串?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我想做这样的事情......

                  I want to do something like this...

                  def helloWorld():
                    print "Hello world!"
                  str.helloWorld = helloWorld
                  "foo".helloWorld()
                  

                  这会打印出Hello world!"

                  Which would print out "Hello world!"

                  参考 我可以添加内置 Python 类型的自定义方法/属性?

                  推荐答案

                  简而言之,你不能.Python 方式是继承 String 并从那里开始工作.

                  In short, you can't. The Python Way would be to subclass String and work from there.

                  这篇关于如何将我自己的自定义属性添加到现有的内置 Python 类型?像一个字符串?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:python属性获取和设置顺序是什么? 下一篇:__getattribute__ 方法和描述符

                  相关文章

                  最新文章

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

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

                      <tfoot id='acnRU'></tfoot>
                      <legend id='acnRU'><style id='acnRU'><dir id='acnRU'><q id='acnRU'></q></dir></style></legend>
                        <bdo id='acnRU'></bdo><ul id='acnRU'></ul>