输入"hello world" var input = Rx.Observable.fromEvent(document.querySelector('input'), 'input'); // 过滤掉小于3个字符长度的目标值 input.filter(event ...
確定! 回上一頁