gpt4 book ai didi

javascript - 序列化 json 字符串中未终止的字符串常量错误

转载 作者:行者123 更新时间:2023-11-28 01:26:08 25 4
gpt4 key购买 nike

我需要发送序列化数据作为 JavaScript 函数中的参数,如下所示。

<input type="button" id="btn1" onclick="fncname('{"data":"testval"}';)">

我收到错误未终止的字符串常量。

谁能帮我找到解决方案吗?

最佳答案

您必须对属性进行 html 编码以避免引号冲突。

<input type="button" id="btn1" onclick="fncname('{&quot;data&quot;:&quot;testval&quot;}')">

http://jsfiddle.net/3ZbYR/

关于javascript - 序列化 json 字符串中未终止的字符串常量错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22651437/

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