Uncaught SyntaxError: Invalid shorthand property initializer

Posted 路漫漫其修远兮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Uncaught SyntaxError: Invalid shorthand property initializer相关的知识,希望对你有一定的参考价值。

$.ajax({                   
                            url : ‘../../collateralQuery/getCollateralQueryDetail‘,
                            type : ‘POST‘,
                            data : {},
                            dataType : ‘json‘,
                            success : function(data) {
                                alert("success");
                            },
                            error : function() {
                                alert("error");
                        },
                    } 

以上是关于Uncaught SyntaxError: Invalid shorthand property initializer的主要内容,如果未能解决你的问题,请参考以下文章

Uncaught (in promise) SyntaxError: Unexpected end of JSON input error

面对“Uncaught SyntaxError: Unexpected token ''”

Uncaught SyntaxError: Invalid shorthand property initializer

Webpack Babel 加载错误 - Uncaught SyntaxError: Unexpected token import [重复]

Uncaught SyntaxError: Invalid shorthand property initializer

解决 Uncaught SyntaxError: Unexpected token ‘<‘ 问题的一个方法