Parse a HTML String with JS. parser=new DOMParser(); htmlDoc=parser.parseFromString(txt, "text/xml"); //Do whatever you want with htmlDoc.
確定! 回上一頁