data-structure icon indicating copy to clipboard operation
data-structure copied to clipboard

MyString的substring有误

Open qx-1024 opened this issue 1 year ago • 0 comments

计算子串长度是 end-begin,而不是 begin-end char[] buffer = new char[end - begin];

qx-1024 avatar Apr 28 '24 01:04 qx-1024