我使用在工具栏中创建了一个按钮
GPS.Toolbar().append(button)
在On_Click
按钮的功能中,我希望它打印当前文件的名称。
我写了print GPS.Current_Context().file()
但它不起作用并给我错误:Current_Context has no attribute file
有谁知道为什么?
我使用在工具栏中创建了一个按钮
GPS.Toolbar().append(button)
在On_Click
按钮的功能中,我希望它打印当前文件的名称。
我写了print GPS.Current_Context().file()
但它不起作用并给我错误:Current_Context has no attribute file
有谁知道为什么?