use adb to open url

This commit is contained in:
2023-10-28 17:02:09 +02:00
parent 0f56670774
commit 8160ca02f3
4 changed files with 79 additions and 72 deletions
-4
View File
@@ -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];