嗨,我在这个 html 文档中遇到问题,请帮助我
我对此很陌生。
也许我是傻瓜错过了一些东西。
我在这里只放了有用的资源来解决。
<!DOCTYPE html>
<html>
<body id="owner_profile">
<a id="buy" owner="789" token="1000" wrapper="purchase" name="oname">Hurray!</a><br>
<script>
document.write("You Have: ");
document.write(document.getElementById('buy').token);
</script>
</body>
</html>
我希望它显示令牌,但它给出未定义
结果是:
欢呼!
你有:未定义