array: [1,2,3, [4,5,6] ] myClass.doSomething();
after Compress output array:[[1,2,3],[4,5,6]] myClass.doSomething();
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
此bug 02 問題已經處理好了!
My code is like
array:
[1,2,3,
[4,5,6]
]
myClass.doSomething();
after Compress output
array:[[1,2,3],[4,5,6]] myClass.doSomething();
此bug 02 問題已經處理好了!