gpt4 book ai didi

HTML/XML 中的 JavaScript : not well formed error

转载 作者:行者123 更新时间:2023-11-30 21:06:10 24 4
gpt4 key购买 nike

我正在尝试从 JSON 中获取信息,但收到一个错误消息,指出我的 XML 格式不正确。它指向

if((jsonResponse[0].error) && (jsonResponse[0].error.type == 101)) { 
----------------------------^

这里是上下文:

<?xml version="1.0" encoding="UTF-8" ?>
<!--As DOCTYPE either the strict XHTML declaration or
"-//HbbTV//1.1.1//EN" "http://www.hbbtv.org/dtd/HbbTV-1.1.1.dtd"
shall be used as described in the HbbTV-standard: A.2.6.2.-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--Required XML-namespace as described in the HbbTV-standard: A.2.6.2.-->
<html xmlns="http://www.w3.org/1999/xhtml">

最佳答案

将您的 JavaScript 包装在 CDATA 部分,这样 && 就不会被解释为标记:

<script>
<![CDATA[
JaveScript code here
]]>
</script>

关于HTML/XML 中的 JavaScript : not well formed error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46566954/

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