Create a literal empty string var emptyString = "" // Create an optional string var emptyVariable: String? // This allows this variable to have a null value ...
確定! 回上一頁