use strict;
use warnings;
my($note,$med,@line,%hash);
open IN,"<","G:\\tomato\\OUT\\yaofang.txt";
@line=<IN>;
print @line; 

 

 

 

 

相关文章:

  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-11-22
  • 2022-12-23
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2021-10-01
  • 2022-03-08
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
相关资源
相似解决方案