属性 问答列表

什么是 & 如何在 Python 中使用 getattr()?

作者:Terence Ponce 提问时间:11/2/2010

我读了一篇关于该函数的文章,但我仍然不明白它的用途。getattr 我唯一了解的是,这与呼叫相同。getattr()getattr(li, "pop")li.pop 我何时以及如何使用它?这本书说...

C# 可为 null:使 nullchecking 依赖于另一个属性/变量

作者:mabeto5p 提问时间:5/28/2020

我刚刚在我的 .net core 3.1 项目中启用了 null 检查。 问题是我有一个响应类 public class DecryptResponse { public DecryptStat...

是什么导致 BeautifulSoup 函数出现“无”结果?如何避免“AttributeError: 'NoneType' object has no attribute...”用 BeautifulSoup?

作者:Karl Knechtel 提问时间:3/26/2023

通常,当我尝试使用 BeautifulSoup 解析网页时,我会从 BeautifulSoup 函数中得到结果,否则会引发一个。NoneAttributeError 以下是一些独立的(即,由于数据是...

为什么我会收到 AttributeError: 'NoneType' object has no attribute 'something'?

作者:Jacob Griffin 提问时间:1/21/2012

我收到一条错误消息,内容如下: AttributeError: 'NoneType' object has no attribute 'something' 我该如何理解此消息? 哪些一般情况...

为什么我会收到 AttributeError: 'NoneType' object has no attribute 'something'?

作者:Jacob Griffin 提问时间:1/21/2012

我收到一条错误消息,内容如下: AttributeError: 'NoneType' object has no attribute 'something' 我该如何理解此消息? 哪些一般情况...

如何从 JavaScript 对象中删除属性?

作者:johnstok 提问时间:10/16/2008

给定一个对象: let myObject = { "ircEvent": "PRIVMSG", "method": "newURI", "regex": "^http://.*" }; 如...

使用动态计算的名称访问对象属性

作者:RichW 提问时间:11/22/2010

我正在尝试使用动态名称访问对象的属性。这可能吗? const something = { bar: "Foobar!" }; const foo = 'bar'; something.foo; //...

依赖项属性收到 xaml 更改时的回调

作者:Noel Widmer 提问时间:2/3/2015

当我在运行时设置值时,称为fine。 但是,设计器设置属性的值,但不调用 .IsClosedOnIsClosedChanged()OnIsClosedChanged() public static...

Dynamic Class 属性 PHP 中的 $$value

作者:Cameron A. Ellis 提问时间:5/13/2009

我怎样才能引用一个只知道字符串的类属性? class Foo { public $bar; public function TestFoobar() { $this->foobar('ba...

使用动态计算的名称访问对象属性

作者:RichW 提问时间:11/22/2010

我正在尝试使用动态名称访问对象的属性。这可能吗? const something = { bar: "Foobar!" }; const foo = 'bar'; something.foo; //...


共200条 当前第1页