https://download.csdn.net/download/K86338236/90038176 const { ccclass, property } cc._decorator;type DropDownOptionData {optionString?: string,optionSf?: cc.SpriteFrame
}
type DropDownItemData {label: cc.Label,sprite: cc.Sprite,toggle: cc.Toggle
}cccl…