use adb to open url
This commit is contained in:
@@ -9,10 +9,6 @@ class ExcelUtil {
|
||||
workSheetsFromFile[0].data.forEach(
|
||||
(info, index, list) => {
|
||||
if (index > 0 && info.length > 0) {
|
||||
// console.log(info)
|
||||
if (info[0].includes("Aijing")) {
|
||||
console.log("found");
|
||||
}
|
||||
let name = info[0].trim().split(" ")
|
||||
let firstName = name[1];
|
||||
let lastName = name[0];
|
||||
|
||||
Reference in New Issue
Block a user