Python中有没有办法捕捉字符串和函数?
例如
def myFunction(): a=(str(local_time[0])) return a b="MyFunction"+myFunction
我得到一个错误,我无法连接'str'和'function'对象.
python string function
function ×1
python ×1
string ×1