gpt4 book ai didi

Angular 2表达式单引号转义

转载 作者:太空狗 更新时间:2023-10-29 17:18:21 24 4
gpt4 key购买 nike

我正在使用 Angular 2,我想写这样的东西

*ngIf="game.Championship == 'Coupe d'Alsace'"

但是由于 d 和 A 之间的单引号,我得到了一个错误。是否有可能以某种方式转义这个字符?

最佳答案

通常是一个\\

*ngIf="game.Championship == 'Coupe d\'Alsace'"

*ngIf="game.Championship == 'Coupe d\\'Alsace'"

取决于你把它放在哪里。

关于Angular 2表达式单引号转义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39912555/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com