app.component.html
<button (click)="getWithNoPara()"  >无参GET</button>
<button (click)="getWithpara()"