You can do this with built in string methods, but since the parsing is a little bit complicated ... file = '/path/to/test.lua' def parse(): with open(file, ...
確定! 回上一頁