re = /^#{$game_variables[1]}\s/ lines = File.readlines('文件名.txt') result = lines.find { |line| re =~ line } || '无法查找' p result
taroxd 发表于 2015-2-23 10:03
p File.read('文件名.txt').lines.find { |line| line.start_with? $game_variables[1].to_s } || '无法查 ...
taroxd 发表于 2015-2-23 10:03
re = /^#{$game_variables[1]}/
lines = File.readlines('文件名.txt')
result = lines.find { |line|
taroxd 发表于 2015-2-23 10:01
re = /^#{$game_variables[1]}\s/
lines = File.readlines('文件名.txt')
result = lines.find { |line| r ...
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |