SCRIPT5009: 'JSON' is undefined

前端 未结 7 804
刺人心
刺人心 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:15

    If you are using jQuery library at your page, than you could use $.parseJSON.

提交回复
热议问题