if ($#row_ter ne $#row_ori or $#row_ter ne $#column_name)中的 $#row_ter?if($#row_terne$#row_orior$#
if ($#row_ter ne $#row_ori or $#row_ter ne $#column_name)中的 $#row_ter?
if ($#row_ter ne $#row_ori or $#row_ter ne $#column_name)
[解决办法]
$#arr 可以用来获得数组@arr的长度(长度-1),
所以可以翻译位
如果@row_ter的长度不等于@row_ori的长度或者不等于@column_name的长度,那么xxx
