SCRIPT5009: 'JSON' is undefined

前端 未结 7 825
刺人心
刺人心 2020-12-14 14:39

I get the following error in IE 9 SCRIPT5009: \'JSON\' is undefined only when in compatability mode. the line causing this error is

JSON.string         


        
7条回答
  •  别那么骄傲
    2020-12-14 15:30

    See here for a blog post explaining the situation: Resolve JSON is Undefined Error in Internet Explorer

    Include the JSON library in your page and you should be good to go.

提交回复
热议问题