img标签是在 模板web属性中添加的,怎么让src的路径中的图片加载在页面上
document.write("<img src='图片地址' height='' weight='' alt='' />");
用document对象里面的write方法