File.readlines('文件名').find { |line| line.start_with? $game_variables[1].to_s }
taroxd 发表于 2015-2-23 08:34
未测试
File.read('文件名').lines.find { |line| line.start_with? $game_variables[1].to_s }
[/pre] ...
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |