Python3.x 中input() 函数接受一个标准输入数据,返回为string 类型。 ... 整型 >>> a = input("input:") input:"runoob" # 正确,字符串表达式 >>> type(a) <type ...
確定! 回上一頁