gpt4 book ai didi

javascript - parseInt 不适用于 window.document

转载 作者:行者123 更新时间:2023-11-28 12:03:37 25 4
gpt4 key购买 nike

有什么原因导致这行不通吗?

 var xcurrent = parseInt(window.document.getElementById('firstdiv').style.left);
var ycurrent = parseInt(window.document.getElementById('firstdiv').style.top);

我被告知这不是整数 NaN。

最佳答案

u̶ ̶n̶e̶e̶d̶ ̶t̶o̶ ̶r̶e̶m̶o̶v̶e̶ ̶̶p̶x̶̶ ̶f̶r̶o̶m̶ ̶t̶h̶e̶ ̶s̶t̶r̶i̶n̶g̶ (在现代浏览器上无关紧要)

确保定义了window.document.getElementById('firstdiv').style.left。如果此属性仅在 CSS 中定义,则无法访问该属性

示例:

只有JS定义的样式和内联CSS才能被JS读取。

关于javascript - parseInt 不适用于 window.document,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12397438/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com