比如local file = io.open(path, "w+");local value=file:read("*all");--value=“一个函数或者一个赋值语句”现在想把value加到程序里面,该怎么做呢?
你是说 直接运行程序?