#函数

2024-02-18

eval()

eval() 将传入的字符串当做 [[JavaScript]] 代码进行执行。

2023-12-19

functools

[[Python]] 高阶函数,完整说明参考:functools