Shuxia Ning
2024-07-29 8f15f93b380fac12676487603297e3cc32f377f8
IStation.Test.One/Ëã·¨/Expand.cs
@@ -1,7 +1,8 @@
namespace IStation
{
    static class Expand
    {  /// <summary>
    {
        /// <summary>
       /// ç¬›å¡å°”乘积
       /// </summary>
        public static List<List<T>> CartesianProduct<T>(this List<List<T>> lstSplit)
@@ -27,5 +28,7 @@
            }
            return lstResult;
        }
    }
}