a = 7 while a > 0: a = a-1 print(a,end=",")
输出:6,5,4,3,2,1,0,
【Python】 —— pyinstaller 打包多个 py 文件为一个 exe
localStorage创建、清除、读取