2009年10月5日月曜日

ファイルから任意の行を取得する

import linecache

line = linecache.getline("filename", 1)

詳細はドキュメントで

0 件のコメント:

コメントを投稿