小编教你编写一个Perl程序来计算集合的交集和差集。 perl写交集差集的程序一个 use strict; use utf8; open fa, "a.txt" or die "can't open a"; op... 其他教程 访客 372 2025-11-09