摘要: 此代码是向一个frame添加一个按扭 -- 添加按扭 local MyButton = CreateFrame('Button') MyButton:SetScript('OnEvent', function(self, event, ...) self[event](self, event, .. 阅读全文
posted @ 2020-01-22 21:58 人五人六 阅读(434) 评论(0) 推荐(0)