#!/usr/bin/env python import ConfigParser import io # Load the configuration file with open("config.ini") as f: sample_config = f.read() ...
確定! 回上一頁