📅  最后修改于: 2022-03-11 15:01:15.003000             🧑  作者: Mango
window.addEventListener("orientationchange", function(event) {
console.log("the orientation of the device is now " + event.target.screen.orientation.angle);
});