const txt = " Roble Ave S1400 " if (window.DOMParser){ parser = new DOMParser(); xmlDoc = parser.parseFromString(txt, "text/xml") } else ...
確定! 回上一頁