easyui 点滴记录
生活随笔
收集整理的這篇文章主要介紹了
easyui 点滴记录
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
為什么80%的碼農都做不了架構師?>>> ??
【1.安裝】:pip install easygui
【2.常用】
integerbox ?交互式輸入數字
textbox 交互式輸入文本
ccbox ?確認判斷
boolbox 是否判斷
multchoicebox 多選條目
choicebox 單選條目
buttonbox 單選按鈕
【3.體驗一遍】
import?easygui?as?g for?item?in?['ynbox',?'ccbox',?'boolbox',?'indexbox',?'msgbox',?'buttonbox',?'integerbox',?'multenterbox',?'enterbox',?'exceptionbox',?'choicebox',?'codebox',?'textbox',?'diropenbox',?'fileopenbox',?'filesavebox',?'passwordbox',?'multpasswordbox',?'multchoicebox',?'abouteasygui',?'egversion',?'egdemo',?'EgStore']:getattr(g,?item)(item)【4.效果】
轉載于:https://my.oschina.net/sanpeterguo/blog/343808
總結
以上是生活随笔為你收集整理的easyui 点滴记录的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 梦到孩子生病了什么预兆
- 下一篇: 实现自己的BeanFactory、AOP