perl如何将Unix换行符替换成Windows回车换行符
$line = "hello \n world";
$line =~ s/52/2/g;
print $line;

日期:2020-04-11 23:04:32 来源:oir作者:oir