我从 a 得到了一个文本BufferedReader
,我需要在一个特定的字符串中获取一个特定的值。
这是文本:
aimtolerance = 1024;
model = Araarrow;
name = Bow and Arrows;
range = 450;
reloadtime = 3;
soundhitclass = arrow;
type = Ballistic;
waterexplosionclass = small water explosion;
weaponvelocity = 750;
default = 213;
fort = 0.25;
factory = 0.25;
stalwart = 0.25;
mechanical = 0.5;
naval = 0.5;
我需要得到 default =和;之间的确切数字
这是“213”