摘要:
单行文本不换行出现省略号 以下三个css属性要配合使用 <div> <p> I love three things in the world: the sun, the moon, and you. The sun for day, the moon for night, and you forev 阅读全文
摘要:
函数 函数类型 函数类型包含两部分:类型参数和返回值类型。完整函数类型这两部分都是需要的 let myAdd: (baseValue:number,increament:number) => number = function (x:number,y:number):number{ return x 阅读全文