selectText = driver.find_element_by_css_selector('#TerCde').text
Tselect = selectText.split('\\n')
这个分割怎么不好使呢?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
为什么加2个斜杠,换行不就是
\n
吗?