以文本方式查看主题 - Foxtable(狐表) (http://www.foxtable.com/bbs/index.asp) -- 专家坐堂 (http://www.foxtable.com/bbs/list.asp?boardid=2) ---- 网页图片加载问题 (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=174926) |
-- 作者:有点蓝 -- 发布时间:2022/2/12 8:49:00 -- 例子有分页加载的用法 ,参考一下:http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&Id=94825 |
-- 作者:有点蓝 -- 发布时间:2022/2/13 20:19:00 -- With ExWeUI.WebUI.AddListGroup("","lst01",4) For Each r As DataRow In DataTables("图库").DataRows With .AddList(r("文件名"),"http://yifan9108.oicp.net/city-pic$/pic/" & r("文件名")) End With Next wb.InsertHTML(.BuildHtml) End With wb.InsertHTML("<h3 align=\'center\' style=\'margin-top:5px\'>已经到底了</h3>")
|