题解 | #二次封装函数#
二次封装函数
http://www.nowcoder.com/practice/fb2d46b99947455a897f2e9fe2268355
{"css":"","js":"function partial(fn, str1, str2) {\n return result=function(str3){\n return fn(str1,str2,str3)\n }\n}","html":"","libs":[]}
二次封装函数
http://www.nowcoder.com/practice/fb2d46b99947455a897f2e9fe2268355
{"css":"","js":"function partial(fn, str1, str2) {\n return result=function(str3){\n return fn(str1,str2,str3)\n }\n}","html":"","libs":[]}
相关推荐