摘要:
一,在标签上注册点击事件 <div onclick="window.open('index.heml')">新窗口打开</div> <div onclick="window.open('index.html','_self')">在当前页面打开</div> 二,a标签跳转 <a href="inde 阅读全文
摘要:
多行文本溢出隐藏(有详细的解释):https://www.html.cn/archives/5206/ 单行文字溢出css: overflow: hidden; text-overflow: ellipsis; white-space: nowrap; 多行文字溢出省略号显示css: overflo 阅读全文