语法总结
li=document.createElement('li')
li.innerText = tag
$('#i1').append(li)
$(..).clone() 复制整个文本和Html格式
Title
- 1
- 2
本文共 328 字,大约阅读时间需要 1 分钟。
语法总结
li=document.createElement('li')
li.innerText = tag
$('#i1').append(li)
$(..).clone() 复制整个文本和Html格式
Title
- 1
- 2
转载于:https://www.cnblogs.com/my-love-is-python/p/9309999.html