问答详情
源自:6-2 页面逻辑连通(二)

出错啦。。。

if(that.find("FirstStation").text() == "数据没有被发现"){

  alert("数据没有被发现");

  return false;

}


浏览器出现这个提示:Uncaught SyntaxError: Unexpected token ILLEGAL 


提问者:09949 2014-11-24 02:14

个回答

  • car
    2019-11-21 11:44:53

    that.find("FirstStation").text()这个方法正确吗