摘要:
v-for输出表格结构 数据库结构如下: 表头: column_name 原理: 两个数组 a, b, 数组a的值,是数组b的键(索引), 变量拼接(红色区域); <table> <tr> <th v-for='(item,ind) in columnList' :key="ind">{{item} 阅读全文
posted @ 2017-10-18 17:22
梦幻飞雪
阅读(17067)
评论(3)
推荐(0)
摘要:
代码如下: <!DOCTYPE><html><head><meta charset="UTF-8"><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>向上下左右不间断无缝滚动效果(兼容火狐和IE) 阅读全文
posted @ 2017-10-18 10:25
梦幻飞雪
阅读(212)
评论(0)
推荐(0)