先取得字體大小,進行處理。
再儲存修改的值。
slice() 方法可從現有的陣列中傳回選定的元素。
arrayObject.slice(start,end)。
start 必需。 規定從何處開始選取。如果是負數,那麼它規定從數組尾部開始算起的位置。也就是說,-1 指最後一個元素,-2 指倒數第二個元素,以此類推。
end 可選。 規定從何處結束選取。此參數是數組片斷結束處的數組下標。如果沒有指定該參數,那麼切分的陣列包含從 start 到陣列結束的所有元素。如果這個參數是負數,那麼它規定的是從陣列尾部開始算起的元素。
jQuery程式碼如下:
. This
is some text. This is some text. This is some text. This is some text. This is some
text.
This is some text. This is some text This is some text. This is some text This is some text. This is some text. This is some text. This is some text. This
🎜> div>