2017-05-09 9 views

답변

0

This 설명서가 도움이 될 것입니다.

TL; DR :

example = StringIO(''' 
[test] 
opt1 = 1 
# this is a comment 
; and so is this 
opt2 = 2''') 
safeconfigparser.readfp(example) 
print safeconfigparser.items('test') 

는 희망이, Yahli 당신을 도움이 될 것입니다.