lua Code: function IsNumeric( data ). if type(data) == "number" then. return true. elseif type(data) ~= "string" then. return false.
確定! 回上一頁