gpt4 book ai didi

javascript - 如何在 Javascript 中转义 "comma"

转载 作者:行者123 更新时间:2023-12-03 16:37:19 25 4
gpt4 key购买 nike

编辑 1:

btnDelete.Attributes.Add("onclick", String.Format(@"return DeleteRow('{0}',{1},{2},{3});", e.Row.ClientID, e.Row.RowIndex, DataBinder.Eval(e.Row.DataItem, "Id"), "'" + DataBinder.Eval(e.Row.DataItem, "Name") + "'"));

编辑:

我收到这个错误:

消息:未终止的字符串常量

我正在从后面的代码传递值,我的一些文本有这样的东西:

Foo3, In.c

   //javascript
function DeleteRow(rowId, rowIdx, Id, Name) {
var textForMessage = "return confirm('Are you sure you want to delete this record with the name: \n{0} \n{1}');";
//removed code...
return result;
}

最佳答案

什么都不做。逗号在 JavaScript 字符串中没有特殊含义。

关于javascript - 如何在 Javascript 中转义 "comma",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4997634/

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