現在我正在使用python。所以,關於字典.... 一個問題,假設我有一個字典是使用類屬性獲取字典
config = {'account_receivable': '4', 'account_payable': '5', 'account_cogs': '8', 'accoun
t_retained_earning': '9', 'account_income': '6', 'account_expense': '31', 'durat
ion': 2, 'financial_year_month': 9, 'financial_year_day': 15, 'account_cash': '3
', 'account_inventory': '2', 'account_accumulated_depriciation': '34', 'account_
depriciation_expense': '35', 'account_salary_expense': '30', 'account_payroll_pa
yable': '68', 'account_discount': '36', 'financial_year_close': '2008-08-08'}
如果打印 - >配置[「account_receivable」]會返回其對應的值4
,但我想通過這種方式訪問它 - > config.account_receivable然後它會返回相應的值
我該如何實現這個? 如果任何一個可以請幫我
BR // 納茲穆爾
非常感謝 – 2009-08-27 03:51:30