try {
    JSON.parse(str) // 如果不是json字符串就会抛异常
    console.log('是');
} catch(e) {
	console.log('否'); 
}

 

Logo

前往低代码交流专区

更多推荐