摘要:
转自:https://blog.csdn.net/weixin_42193908/article/details/80405014 两种方式显示: 1.title方式显示: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" c 阅读全文
posted @ 2018-03-27 14:00
Sharpest
阅读(686)
评论(0)
推荐(0)
摘要:
场景: 最左边这栏我不行让他换行,怎么办呢? 下面是解决办法: [plain] view plain copy table{ width:100px; table-layout:fixed;/* 只有定义了表格的布局算法为fixed,下面td的定义才能起作用。 */ } td{ width:100% 阅读全文
posted @ 2018-03-27 11:03
Sharpest
阅读(407)
评论(0)
推荐(0)