将表达式转换为字符串。
tostring(expression)复制
tostring(expression)
def test(): ret=tostring(123) print(ret)复制
def test():
ret=tostring(123)
print(ret)