输入banner图图片脚本导航/分类

创建html元素_html/css_WEB-ITnose

如果我要创建一个div元素。

1.使用DOM对象创建:

使用document.createElement('div')方法创建元素。

2.使用JQuery创建:

使用$('

通过JQuery创建的新元素
')的方法直接创建元素。