Python 如何定义一个input输入框? #-*- coding:utf-8 -*- #Python 输入框写法hieght = input('请输入你的身高:') print("你的身高是%s"%hieght) 对以上代码讲解:input ...
確定! 回上一頁