gpt4 book ai didi

jquery - html中的正则表达式不匹配

转载 作者:太空宇宙 更新时间:2023-11-04 01:37:27 24 4
gpt4 key购买 nike

我在 js 文件的变量卡中有一段 html 代码。我在卡变量错误中发现正则表达式不匹配。所有单引号和双引号都匹配。我在 html block 中做错了什么。是否有拼写错误。

(function ($) {
Drupal.behaviors.one_time_popup = {
attach: function (context, settings) {
var celeType=Drupal.settings.one_time_popup.celeType;
card="<div class=\'cardTemplate-aniv\'>
<p class=\'bir-anniv-wishes\'>Happy Birthday and Successful Anniversary</p>
<p id=\'aspirian-name\'>"+userName+"</p>
<img src=\'"+Drupal.settings.publicpath+"/Birthday_Images/birthdayTemplate1.jpg\' style=\'width:250px;height:230px;\'>
<img src=\'"+Drupal.settings.publicpath+"/Anniversary_Images/"+anniversaryCount+"Anniversary.jpg\' style=\'width:250px;height:250px;\'>
</div>";
}
};
}(jQuery));

我还有一个模板

 cardTemplate1 = "<div class=\'cardTemplate\'><span class=\'birthdayImage\'></span><p class=\'wishes\'>Happy Birthday <span id=\'aspirian-name\'>"+userName+"</span> !</p><img src=\'"+Drupal.settings.publicpath+"/Birthday_Images/birthdayTemplate1.jpg\'></div>";

显示没有转义单引号的正则表达式不匹配

最佳答案

双引号中不能包含多行字符串文字。如果你有 ES6,你可以使用反引号来获得多行模板字符串。参见 creating-multiline-strings-in-javascript

关于jquery - html中的正则表达式不匹配,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45952533/

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