python get file path ; 1. import os ; 2. ; 3. def read_file(file_name): ; 4. file_handle = open(file_name) ; 5. print file_handle.read().
確定! 回上一頁