This example sets cell spacing for a given table to 10 pixels. var t = document.getElementById('TableA'); t.cellSpacing = "10";. Specification. W3C ...
確定! 回上一頁