这是我第一次尝试将php和html编码在一起。我已经检查了每一行,仍然无法弄清楚为什么它会抛出错误。
[
{
"type": "Condo",
"price": 220000,
"address": "214 Grove Street",
"description": "Excellent place, really nice view!"
},
{
"type": "House",
"price": 410500,
"address": "7823 Winding Way",
"description": "Beautiful home with lots of space for a large family."
},
{
"type": "Duplex",
"price": 395000,
"address": "834 River Lane",
"description": "Great neighborhood and lot's of nice green space."
}
];
当我运行这个文件时,我的最后一行出错了,但我无法弄清楚为什么它会导致错误。希望有人可以帮我弄清楚它有什么问题。