1、删除元素原生:parentNode.removeChild(removeNode)Jquery: $removeNode.remove()2、去除双引号用正则 str.replace(/[“”]/g,’’);