运行结果尺寸: 300 x 150
x
 
<!DOCTYPE html>
<html>
<body>
<p id="demo">单击该按钮可显示与该文档关联的 cookie。</p>
<button onclick="myFunction()">试一试</button>
<script>
function myFunction() {
  document.getElementById("demo").innerHTML =
  "与本文档相关的 Cookie:" + document.cookie;
}
</script>
</body>
</html>
×

报个问题: