我喜欢String
string X="[[-122.36,47.656],[-122.343,47.656]]";
现在我想将它转换成双锯齿状的数组, double[][] y;
double[][] y;
应该是实现这一目标的更好方法.
c#
c# ×1