摘要: test.perl:use strict;print "[weights]", "\n";while () { chomp; my @a = split /\|/; s/\s+$//g foreach @a; $a[2] =~ s/\..+$//g; print $a[2], "=", $a[7]... 阅读全文
posted @ 2014-07-17 10:17 〃拥有小太阳的向日葵ヾ 阅读(266) 评论(0) 推荐(0)