HTML:
使用Javascript:
window.foo = function(event) {
console.log(JSON.stringify(event));
}
控制台结果:
{"isTrusted":true}
它发生在Chrome上.我还没有测试过其他浏览器.
最佳答案
原文链接:https://www.f2er.com/js/429109.htmlHTML:
使用Javascript:
window.foo = function(event) {
console.log(JSON.stringify(event));
}
控制台结果:
{"isTrusted":true}
它发生在Chrome上.我还没有测试过其他浏览器.