摘要: 基本类型:undefined,null,string,Number,Boolean,symbo(es6); 普通基本类型:undefined,null,symbo(es6); 特殊的基本包装类型:,string,Number,Boolean; 引用类型:Array,Object,Date,Funct 阅读全文
posted @ 2020-11-24 17:54 府谷市民小柴 阅读(68) 评论(0) 推荐(0)
摘要: 1. css 一行文本超出... overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 2.多行文本超出显示... display: -webkit-box; -webkit-box-orient: vertical; -web 阅读全文
posted @ 2020-11-24 12:25 府谷市民小柴 阅读(105) 评论(0) 推荐(0)