我正在使用Ace编辑器。在Javascript(不是jQuery)中,如何返回当前光标的行和列位置?
最佳答案
editor.getCursorPosition()返回具有行和列属性的对象
editor.getCursorPosition()