This could be used to, for example, replace a textarea with a real editor: var myCodeMirror = CodeMirror(function(elt) { myTextArea.parentNode.replaceChild(elt, ...
確定! 回上一頁