getchildren() and getiterator() is deprecated since python 2.7 and 3.2 and has been removed in python 3.9. getchildren() should be replaced by list(elem) or ...
確定! 回上一頁