小编Han*_*ans的帖子

JavaScript中奇怪的意外标记ILLEGAL

我有一个语法错误,我无法解决.基于W3 jQuery学校,这应该没问题.有人可以帮忙吗?

<script type="text/javascript">
    jQuery(document).ready(function($) {
        $(“a”).click(function(){
            **Uncaught SyntaxError: Unexpected token ILLEGAL**
                $(#content).toggle(400);
            });
        });
</script>
Run Code Online (Sandbox Code Playgroud)

javascript error-handling encoding

0
推荐指数
1
解决办法
726
查看次数

标签 统计

encoding ×1

error-handling ×1

javascript ×1