From 76602e5bb0b72069b914f2a5f1a9fd060546c862 Mon Sep 17 00:00:00 2001 From: YuJian Date: Mon, 27 Jun 2022 11:40:51 +0800 Subject: [PATCH] vault backup: 2022-06-27 11:40:51 --- Antd 的深入尝试/Button.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Antd 的深入尝试/Button.md b/Antd 的深入尝试/Button.md index 05aeaf3..3e19a14 100644 --- a/Antd 的深入尝试/Button.md +++ b/Antd 的深入尝试/Button.md @@ -6,4 +6,6 @@ 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,它们效果实际上是一致的 + +zhu'ya \ No newline at end of file