Javascript 这个字符是什么;德尔;?它';在google chrome上以ng重复循环方式显示

Javascript 这个字符是什么;德尔;?它';在google chrome上以ng重复循环方式显示,javascript,html,angularjs,google-chrome,ascii,Javascript,Html,Angularjs,Google Chrome,Ascii,这个字符在google chrome上看起来像这样。 在mozilla上是这样的 我不知道这个字符“DEL”是什么。甚至谷歌也没有显示任何粘贴字符的结果 这是我的html代码 <tr class="item-brand-col" ng-repeat="attributeCategoryToCompare in categoryAttributesToCompare"> <td

这个字符在google chrome上看起来像这样。

在mozilla上是这样的

我不知道这个字符“DEL”是什么。甚至谷歌也没有显示任何粘贴字符的结果

这是我的html代码

<tr class="item-brand-col" 
                        ng-repeat="attributeCategoryToCompare in categoryAttributesToCompare">
                        <td class="table-title">
                            {{attributeCategoryToCompare.title}}<br/>
                        </td>

                        <td ng-repeat="productCompare in productsToCompare"
                                class="product-{{productCompare.id}}">
                                    <label ng-if="attributeCategoryToCompare.group === attributeProductToCompare.name"
                                        ng-repeat="attributeProductToCompare in productCompare.attributesDetail" ng-bind="attributeProductToCompare.value | join">
                                                    <!--{{attributeProductToCompare.value | join }}-->
                                    </label>
                        </td>                       
                    </tr>

{{attributeCategoryToCompare.title}}

如果有人知道如何将其从DOM中删除,我真的很感激。

尝试使用退格功能或使用智能编辑器显示不可打印的字符。根据您的评论,我删除了换行符,它不再出现。不过,谢谢你