07 2023 档案

摘要:for (let idx = 40; idx >0; idx--) { if (idx % 12 0) { // break; // 终止 // return; // 终止 continue; // 跳过 } console.log(idx); } 阅读全文
posted @ 2023-07-17 13:25 冰凝^ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:html: <ng-template #popTpl> <div> <p>title</p> <p>content</p> </div> </ng-template> ts: @ViewChild("popTpl") popTpl; constructor(private viewRef: View 阅读全文
posted @ 2023-07-13 13:45 冰凝^ 阅读(39) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示