{
pName: 'MapType',
defaultType: 0,
events: {
init(o) {
console.log(this.pName)
}
}
}
如上所示,我要怎么样才能正确得到this.pName
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号