摘要: { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp:2; // 显示2行 } 阅读全文
posted @ 2021-01-20 21:50 13522679763-任国强 阅读(64) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-20 14:33 13522679763-任国强 阅读(46) 评论(0) 推荐(0)
摘要: names[names.length] = '哈哈哈' names[names.length] = '烤山芋' console.log(names) let nums:number[] = [100,200,300] // for(let i:number = 0; i <= nums.length 阅读全文
posted @ 2021-01-20 14:11 13522679763-任国强 阅读(59) 评论(0) 推荐(0)
摘要: console.log('1 准备开始执行') for(let i: number = 1;i<=3;i++){ console.log('...一锅装不下') } console.log('2 for循环执行结束') 添加配置 { // 使用 IntelliSense 了解相关属性。 // 悬停以 阅读全文
posted @ 2021-01-20 09:47 13522679763-任国强 阅读(93) 评论(0) 推荐(0)