标签: ios swift
如何选择将函数传递给另一个函数?具体地说,假设functionA接受作为参数functionB。如果functionB不是nil,你怎么能在functionA里面执行functionB?