This program does not work from terminal but works in zerobrane

前端 未结 0 1271
忘掉有多难
忘掉有多难 2020-11-30 01:36
x = 10
io.write("Enter the name of the variable you want to be printed: ")
index = io.read()
f = loadstring("return " ..  index)
print(f())


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题