formatText(6, 4, "bold", true); let [leaf, offset] = quill.getLeaf(7); // leaf should be a Text Blot with value "Good" // offset should be 1, since the ...
確定! 回上一頁