-
let table = document.getElementById('age-table') |
Beta Was this translation helpful? Give feedback.
Answered by
songhn233
Apr 19, 2022
Replies: 1 comment
-
hello,这是赋值语句,所以返回值是 undefined,但 table 其实被赋值成了对应的节点,这个应该没什么问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leviding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello,这是赋值语句,所以返回值是 undefined,但 table 其实被赋值成了对应的节点,这个应该没什么问题