diff --git a/num_key/README.md b/num_key/README.md new file mode 100644 index 0000000..73e26ee --- /dev/null +++ b/num_key/README.md @@ -0,0 +1,45 @@ +模拟数字键盘 +---- +###一、起由 + (1)目前虚拟键盘需要输入小数点,需要切换键盘; + (2)不同设备上存在兼容性。 + + +###二、用法 + (1)new KeyBoard(inputElement); + (2)Demo如下 + + +
+ +