如何去掉html标签,而保留表格<table><tr><td>标签呢如何去掉html标签,而保留表格 <table> <tr> <td> 标签呢[解决办法]只去html标签直接replace即可,如果去掉除 <table> <tr> <td> 之外的标签,用正则。