在下面的代码行中,反斜杠告诉 Swift 做什么?
print("The total cost of my meal is \(dictionary["pizza"]! + dictionary["ice cream"]!)")
string string-interpolation swift
string ×1
string-interpolation ×1
swift ×1