Python

トップ > チップス > Python
2012-02-14, os python

スクリプトが存在するディレクトリを得る

p = os.path.abspath(os.path.dirname(__file__))

この記事は役に立ちましたか?