chrome查看js报错Uncaught SyntaxError: Unexpected string

Posted 夜漫

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了chrome查看js报错Uncaught SyntaxError: Unexpected string相关的知识,希望对你有一定的参考价值。

---恢复内容开始---

js报错,最后发现是$(function(){})这部分()不完整

$(function({
        $("#directionSelect").change(function(){
         
            $.ajax({
                url:"",
                success:function(data){
                    if(data.state=="fail"){
                        alert("系统繁忙,请稍后再试!");
                    }else{
                     
                    }
                }
            });
        });
    });

经过对以往错误总结发现,该错误大部分出现情况为符号不完整,例如少了一个括号或者一个引号

---恢复内容结束---

以上是关于chrome查看js报错Uncaught SyntaxError: Unexpected string的主要内容,如果未能解决你的问题,请参考以下文章

关于Uncaught SyntaxError: Unexpected token o in JSON at position 1,chrome持续报错的相关解析

bootstrap4popper.js报错Uncaught ReferenceError

JS报错:Uncaught TypeError: Illegal constructor

控制台报错 Uncaught TypeError: $(...).tap is not a function

js为啥会报错Uncaught TypeError: Cannot read property 'style' of undefined?

后台返回json字符串 页面js报错 Uncaught SyntaxError: Unexpected identifier