파이썬 getenv()

(Python getenv()에서 넘어옴)

1 개요[ | ]

Python getenv()
파이썬 os.getenv()
import os
print(os.getenv('LC_ALL'))
# C.UTF-8

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}