get_attribute ('textContent') 和 get_attribute ('value') 有什麼區別

ranling908發表於2020-07-29

各位前輩,請問下想獲取上圖示記元素中的值下面這二種有什麼區別:

1)元素.get_attribute('value') 返回none
2) 元素.get_attribute('textContent') 成功獲取

相關文章