js怎么调用方法1:方法调用模式。请注意this此时指向myobject。*方法调用模式*var myobject={value:0,inc:function(){alert(this.value)}}myobject.inc()2:函数调用模式请注意2023-04-13JavaScript240