发布于11月 18, 2021 由guoPython小记 今天在学wxpython的菜单界面时,按照代码执行后,期中有下级菜单的项有Deprecated提示,经搜索后得知,wxpython官网对此有提示,“Deprecated: This function is deprecated, use AppendSubMenu instead.” 需要使用AppendSubMenu。 改写后,不再提示,并且完美执行。 (代码详见Notion)