#!/usr/bin/env swift import Foundation print("Please enter your password:") guard let password = readLine(strippingNewline: true) else ...
確定! 回上一頁