通过log(this)看出this是window全局对象。 vue将Vue全局对象,vm实例对象等一些属性加到了window对象当中。 而methods在vm实例中,见下图 图片描述.
確定! 回上一頁