我想禁用法语中名为“Rechercher dans”的第一个列表或用英语“查看”
我试图这样做(不行)
import { Http, Headers, RequestOptions } from '@angular/http';
const headers = new Headers({'Content-Type': 'application/json'});
const options = new RequestOptions({headers: headers});
this.http.post(this.url, JSON.stringfy(data), options)...
:
使用后面的方法disableButton
disableButton(openFile, "FileChooser.lookInLabelText");
有人有想法吗?