In HTML, any element can be editable. By using some JavaScript ... <div contenteditable="true"> This text can be edited by the user. </div>
確定! 回上一頁