Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
ui.shuru1.addTextChangedListener(new android.text.TextWatcher({ afterTextChanged: function(s) {
}
}));
哪位大神告诉我监听剪贴板变化的代码?
@goozhi 这个没法监听,只有开个线程,过几秒取一次,内容,跟之前的内容进行比较,再进行回调,或发通知,或进行跨线程,或跨进程通信