问答详情
源自:4-3 使用jQuery实现网页定位导航(下)

请教下if(currenId&&currentlink.attr("href")!=currenId)为什么是$$而不是||?

请教下if(currenId&&currentlink.attr("href")!=currenId)为什么是$$而不是||?

提问者:逐梦凡 2015-06-20 10:32

个回答

  • xiao55555
    2015-11-22 08:32:00

    不为空的同时并且href!=currentId

  • uhelper_net
    2015-06-24 11:49:49

    && 和 || 的逻辑关系与上面功能逻辑先理清一下.