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