文件名称:document.updateDOM:随时更新DOM
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-23 07:12:19
JavaScript
关于 document.updateDOM()在CALL上更新DOM 。 遍历对DOM所做的更改。 这样您就不必担心浏览器意外接触DOM 。 我实际上还没有建立任何东西。 我想尝试用它做点什么,但是玩起来会很有趣。 同样,这很容易使人厌烦 用法 特性 document . body . id = 'body' ; // doesn't set the actual id attribute on the body element document . body . innerHTML = '
Hello World
' ; // doesn't change the actual inner HTML of the body element document . updateDOM ( ) ; // now all the changes above actually ch【文件预览】:
document.updateDOM-master
----README.md(3KB)
----script.js(2KB)