parseString("[your xml here]") elements_by_tag = parsedXML.getElementsByTagName('[tagname here]') # get list of elms with tagname ...
確定! 回上一頁