0

我想使用 Codemirror 的 selectLines 函数。但我不确定它可以用于哪些 js 文件。

    selectLines(startHandle, startOffset, endHandle, endOffset);
4

1 回答 1

0

There is no such function. See the setSelection method instead: http://codemirror.net/doc/manual.html#setSelection

于 2013-08-02T20:23:37.897 回答