Swift offers two printing options

public func print(_ items: Any... , separator: String = default, terminator: String = default) public func debugPrint(_ items: Any... , separator: String = default, terminator: String = default)Copy the code

Wrap the parameters to be printed with (parameter)

var name="jack"
print("name is \(name)")
debugPrint("name is \(name)")
Copy the code

Like can add Q group number :874826112, learn together, grow, exchange work experience, remember the points like, comment oh 😯;

For more information, please click the home page…

Jane: www.jianshu.com/u/88db5f157…

csdn:me.csdn.net/beyondforme

The Denver nuggets: juejin. Cn/user / 782508…