find函数
local function find(id) local s_data = start_people_config.s_data if s_data[id] == nil then print("Without this number") return false end
return trueend