> 2:check the mobile number in the database 4:verify otp 6:now i store the api token into storage.} from "@angular/common/http";
import {Observable} from &quo
我正在使用ionic4,我正在尝试找出一种方法来解析来自网站的特定html页面。我想将特定表格中的数据提取到页面中,并使用这些数据填充一个数组。我使用以下代码访问html页面。我发现了很多从json中提取数据的例子,但在html页面上并不多见。我使用ionic-native/http来访问该页面。这是我的ts代码。请帮帮忙 import { Component } from '@angular/core';
i