Ruby 取出两数列中相同元素后,形成新的数列

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

array1 = [1, 3, 5, 6, 7, 9]
array2 = [1, 4, 5, 6, 8, 9, 10, 20]

p array1 & array2