常见问题本页总览常见问题常见问题 json报错 JSON parameter needs to be valid JSON 处理方式:使用JSON.stringify函数将json字符串转换为标准json格式。去掉变量的引号。 {{ JSON.stringify($.json.title) }}