def readfile(filename):. index= filename.find(".lua"). if index <= 0: return. print filename. fopen = open(filename, 'r') # r 代表read.
確定! 回上一頁