问答详情
源自:9-2 实践(探测器)

发现一个奇怪的事

在export to global object那里,在执行过一次代码后,再次重复执行一遍代码

chrome会在DetectorBase那行提示

Uncaught TypeError: Cannot redefine property: DetectorBase(…)

firefox则会在LinkDetector那里提示

TypeError: can't redefine non-configurable property "LinkDetector"

代码是一样的,三个property的顺序是LinkDetector,ContainerDetector,DetectorBase

提问者:zcqno1 2015-10-23 11:09

个回答

  • spybdai
    2015-10-23 11:31:40

    def just_for_test(a, b):

        print        

        return a & b