而stdin也很直觀,就是標準輸入像python 的input() 就是個標準輸入 #等價程式(A == B) import sys A = input("textbox") B = sys.stdin.readline()[:-1] #不換行.
確定! 回上一頁