python 透明色
window=sg.Window('PDBN',layout,icon='ico.ico',finalize=True,resizable=True,transparent_color=sg.theme_background_color())
透明色:sg.theme_background_color('#ffffff')
window=sg.Window('PDBN',layout,icon='ico.ico',finalize=True,resizable=True,transparent_color=sg.theme_background_color())
透明色:sg.theme_background_color('#ffffff')