Html程序  |  9行  |  186 B

<html><head><script>

function handleStorageEvent(e) {
    window.parent.storageEventList.push(e);
}

</script></head><body onstorage="handleStorageEvent(window.event);">
</body></html>