摘要: <!DOCTYPE html> <html> <head> <title>带有额外列的表格示例</title> <style> /* 可选的CSS,用于美化表格 */ table { width: 100%; border-collapse: collapse; } th, td { border: 阅读全文
posted @ 2024-08-28 19:19 凯宾斯基 阅读(22) 评论(0) 推荐(0) 编辑