【发布时间】:2014-04-28 09:31:36
【问题描述】:
是否可以在 JSON 中编写 HTML 字符串?
我想在我的 JSON 文件中写如下:
[
{
"id": "services.html",
"img": "img/SolutionInnerbananer.jpg",
"html": "<h2class="fg-white">AboutUs</h2><pclass="fg-white">developing and supporting complex IT solutions.Touchingmillions of lives world wide by bringing in innovative technology </p>"
}
]
【问题讨论】:
-
我对 JSON 不太了解,但我认为你应该在课后使用转义序列作为引号,
"像\"。
标签: javascript jquery html json