📅  最后修改于: 2022-03-11 15:01:01.491000             🧑  作者: Mango
// Create a literal empty string
var emptyString = ""
// Create an optional string
var emptyVariable: String? // This allows this variable to have a null value, or nil in swift