我正在使用jQuery。如何在div编程盟友上执行或模拟ctrl + v(粘贴事件)。
我正在构建一个简单的自动化工具。
答案 0 :(得分:0)
this.fooService.singleValue$.subscribe(value => {
this.barService.allResults$.pipe(pluck(value)).subscribe(pluckedResult => {
// do something with the plucked result
});
});
div {border: 1px solid black}