x = "" for i in 1 .. $data_actors[1].instance_variables.size sym = $data_actors[1].instance_variables[i] if sym != nil then sValue = $data_actors[1].instance_variable_get(sym) x = x + sValue.to_s + " " end end p x
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |