- Carré
- python Tables d'état affichent des exemples de boutons
python Tables d'état affichent des exemples de boutons
Auteur:
L'inventeur de la quantification - un petit rêve, Date: le 10 mai 2019 à 11h35
Les étiquettes:
GraphiquePython
import json
def main():
tab = {
"type" : "table",
"title" : "demo",
"cols" : ["a", "b", "c"],
"rows" : [["1", "2", {"type" : "button", "cmd" : "coverAll", "name" : "平仓"}]] # 在状态栏表格 第一行,第三列上配置一个按钮 名字是平仓
}
LogStatus("`" + json.dumps(tab) + "`")
Relationnée
Plus de