01 2020 档案

摘要:一,在标签上注册点击事件 <div onclick="window.open('index.heml')">新窗口打开</div> <div onclick="window.open('index.html','_self')">在当前页面打开</div> 二,a标签跳转 <a href="inde 阅读全文
posted @ 2020-01-20 15:20 塞巴斯酱 阅读(184) 评论(0) 推荐(0)
摘要:多行文本溢出隐藏(有详细的解释):https://www.html.cn/archives/5206/ 单行文字溢出css: overflow: hidden; text-overflow: ellipsis; white-space: nowrap; 多行文字溢出省略号显示css: overflo 阅读全文
posted @ 2020-01-20 14:23 塞巴斯酱 阅读(143) 评论(0) 推荐(0)
摘要:一,Select选择器使用 html <Select v-model="model15" prefix="ios-home" style="width:200px"> <Option v-for="item in cityList" :value="item.id" :key="item.id">{ 阅读全文
posted @ 2020-01-03 15:28 塞巴斯酱 阅读(8567) 评论(0) 推荐(0)