border怎么設置外邊框不顯示?
要實現只有外邊框,不光要設置 table 的屬性,還要設置 td, th 的屬性,用 css 設置 table 內部所有 td, th 的 style 比較方便,每個標簽都寫 style 屬性很費事。 其實,光是外邊框,你可以用一種更簡單的方法,在外面套一個有 border 的 div...
border怎么設置外邊框不顯示?
要實現只有外邊框,不光要設置 table 的屬性,還要設置 td, th 的屬性,用 css 設置 table 內部所有 td, th 的 style 比較方便,每個標簽都寫 style 屬性很費事。 其實,光是外邊框,你可以用一種更簡單的方法,在外面套一個有 border 的 div...