This commit is contained in:
27942
2025-11-06 18:37:30 +08:00
parent ef8bcc7be3
commit e58865f148

View File

@@ -220,6 +220,8 @@ class WeexTransaction:
self.mn_tab.ele('x://*[contains(text(), "卖出开空")]').click()
self.start = -1
self.mn_tab.close()
def get_text(self, target_text):
# 去除目标文本中的空白字符
cleaned_target_text = re.sub(r'\s', '', target_text)