From 7abf7e6be14271f8e1b0c5a4320c101b8c0311bf Mon Sep 17 00:00:00 2001 From: YuJian Date: Mon, 27 Jun 2022 11:25:51 +0800 Subject: [PATCH] vault backup: 2022-06-27 11:25:51 --- Antd 的深入尝试/Button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Antd 的深入尝试/Button.md b/Antd 的深入尝试/Button.md index 45a00d5..05aeaf3 100644 --- a/Antd 的深入尝试/Button.md +++ b/Antd 的深入尝试/Button.md @@ -6,4 +6,4 @@ const isTwoCNChar = rxTwoCNChar.test.bind(rxTwoCNChar); isTwoCNChar("提交") ``` -在这里 isTwoCNChar 是使用 bind 改变作用域后生成的新函数赋值的,它的作用域为 rxTwoCNChar,在这里 rxTwoCNChar.test.bind 实际上相当于 RegExp.prototype.test.bind,它们的效果实际上是一致的 \ No newline at end of file +在这里 isTwoCNChar 是使用 bind 改变作用域后生成的新函数赋值的,它的作用域为 rxTwoCNChar,在这里 rxTwoCNChar.test.bind 实际上相当于 RegExp.prototype.test.bind,它们效果实际上是一致的 \ No newline at end of file