1.首先我们看一下*ngIf的用法<div *ngIf="display"> hello world </div>在display为true 的时候,会显示hello world,如果想要在为false的时候展现另 ...
確定! 回上一頁