local s = io.read()
y,m,d = string.match(s,"(%d%d%d%d)(%d%d)(%d%d)")
t = os.time({
["year"] = y,
["month"] = m,
["day"] = d
})
print(os.date("*t",t).wday)
以后要是有类似问题可以把百度知道的问题地址发我邮箱 yaoyue1019@gmail.com
local s = io.read()
y,m,d = string.match(s,"(%d%d%d%d)(%d%d)(%d%d)")
t = os.time({
["year"] = y,
["month"] = m,
["day"] = d
})
print(os.date("*t",t).wday)
以后要是有类似问题可以把百度知道的问题地址发我邮箱 yaoyue1019@gmail.com