i="<wx._controls.Button; proxy of <Swig Object of type 'wxButton *' at 0x2887828> >]],[[[41,183],'Button',<wx._controls.Button; proxy of <Swig Object of type 'wxButton *' at 0x28879d0> >]]]" m = re.findall("<wx.(.*)> >",i)
会给我的
["<wx._controls.Button; proxy of <Swig Object of type 'wxButton *' at 0x2887828> >]],<wx._controls.Button; proxy of <Swig Object of type 'wxButton *' at 0x28879d0> >"]
不过我想要它给我,
["<wx._controls.Button; proxy of <Swig Object of type 'wxButton *' at 0x2887828> >","<wx._controls.Button; proxy of <Swig Object of type 'wxButton *' at 0x28879d0> >"]