提交 45645e08 编写于 作者: J Johannes Rieken

ddd

上级 81de8be5
......@@ -298,7 +298,7 @@ export function lastNonWhitespaceIndex(str: string, startIndex: number = str.len
return -1;
}
export function compare(a: string, b: string): number {
export function compare(a: string, b: string): number {
if (a < b) {
return -1;
} else if(a > b) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册