在我的代码中,我做了:element.onerror = my_function;

我想知道如何强制触发此事件,以便对其进行测试?

有人可以告诉我如何使用dispatchEvent流执行此操作吗?

最佳答案

您可以使用element.dispatchEvent

09-27 10:14