示例#1
0
def ini_write(filename, section, key, value):
    return ct.ini_write(filename, section, key, value)
示例#2
0
def ini_write(filename, section, key, value):
    return ct.ini_write(filename, section, key, value)