我想使用 Codemirror 的 selectLines 函数。但我不确定它可以用于哪些 js 文件。
selectLines(startHandle, startOffset, endHandle, endOffset);
我想使用 Codemirror 的 selectLines 函数。但我不确定它可以用于哪些 js 文件。
selectLines(startHandle, startOffset, endHandle, endOffset);
There is no such function. See the setSelection
method instead: http://codemirror.net/doc/manual.html#setSelection