Html程序  |  9行  |  138 B

<html>
<head><title>Access Session Storage</title></head>
<body>
<script>
var x = window.sessionStorage.length;
</script>
</body>
</html>