package main import ( "fmt" "github.com/yuin/gopher-lua" ) func hello(L *lua.LState) int { inputparam := L.ToInt(1) fmt.
確定! 回上一頁