handwritten input method input box cannot get the input value
handwritten input method input box cannot get the input value
//inputvalue
input.oninput = function(){
console.log(this.value);
} handwritten input method input box cannot get the input value ...