我正在嘗試使用Olingo OData Client for JavaScript(odatajs)來讀取簡單的OData v4端點。 Olingo odatajs網頁說: You may also use the documentation and the samples from the datajs library because the features and API are simil
我已經創建了一個帶有oData的Web API,並且由datajs調用,所以它對IE運行良好,但在其他瀏覽器中運行良好。 該代碼是如下 我的控制器類是 public class CompanyController: EntitySetController < CompanyDto, string > {
List <CompanyDto> companyDto = new List <C