<script> //replace All HTML tags to get content in HTML tags var s= "<p><font face= color= #000000 > Beijing Aerospace Technology Co., Ltd. is a commitment to the Chinese defense industry to serve the High-tech Enterprises. <BR> <BR> Division is mainly based on the connector, the constant-shaped heat shrinkable casing and cable assembly of the external processing mainly. With the advantages of this unique connector production base, The company produces round J599, J598, XC, Y2, Y3, Y4, y11x, Y17, Y50, YX, BNC, SMA and other more than 20 series of more than 2,800 specifications and models, as well as rectangular j, D, PCB Board Connection series more than 300 specifications Model. "; var dd=s.replace (/<\/?). +?>/g, ""); var dds=dd.replace (//g, "");//dds to get after the content alert (dds); </script>
Use JS to remove all HTML tags and get all the content in the HTML tag