my $current_time = DateTime->now(); my $mdy = $current_time->mdy("/");
在Ruby中最简单的方法是什么?
Time.now.strftime("%m/%d/%Y")