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

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

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

        如何访问与该属性名称对应的给定字符串的对象

        时间:2023-09-13
        <legend id='5Q1Vt'><style id='5Q1Vt'><dir id='5Q1Vt'><q id='5Q1Vt'></q></dir></style></legend>

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

            <small id='5Q1Vt'></small><noframes id='5Q1Vt'>

          • <tfoot id='5Q1Vt'></tfoot>

              • <bdo id='5Q1Vt'></bdo><ul id='5Q1Vt'></ul>

                  本文介绍了如何访问与该属性名称对应的给定字符串的对象属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  How do you set/get the values of attributes of t given by x?

                  class Test:
                     def __init__(self):
                         self.attr1 = 1
                         self.attr2 = 2
                  
                  t = Test()
                  x = "attr1"
                  

                  解决方案

                  There are built-in functions called getattr and setattr

                  getattr(object, attrname)
                  setattr(object, attrname, value)
                  

                  In this case

                  x = getattr(t, 'attr1')
                  setattr(t, 'attr1', 21)
                  

                  这篇关于如何访问与该属性名称对应的给定字符串的对象属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:类属性和实例属性有什么区别? 下一篇:用 beautifulsoup 提取属性值

                  相关文章

                  最新文章

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

                2. <legend id='SRRx6'><style id='SRRx6'><dir id='SRRx6'><q id='SRRx6'></q></dir></style></legend>
                      <bdo id='SRRx6'></bdo><ul id='SRRx6'></ul>