Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
现在有一个二维数组,我现在想把他每一行或者每一列中的最小值取出来组成一个新的数组,然后在新的数组中随机抽取一个值同时获取到这个值在初始数组中的位置,应该如何实现呢?