先來講講 contenteditable ,它可以任意讓網頁的某元素區塊變成可編輯的狀態,用法如下。 <div contenteditable="true"></div>. 當然也可以使用js 來控制 ...
確定! 回上一頁