Foxtable(狐表)用户栏目专家坐堂 → 手机订单


  共有2939人关注过本帖平板打印复制链接

主题:手机订单

帅哥哟,离线,有人找我吗?
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:107718 积分:547917 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2021/8/5 15:29:00 [只看该作者]

Select Case e.Path
    Case "test.htm"
        Dim wb As New WeUI
        Dim txt As String = "由各种物质组成的巨型球状天体,叫做星球.星球有一定的形状,有自己的运行轨道."
        With wb.AddPanelGroup("","pg1","图文组合列表")
            .Add("pn1","标题一",txt,"./images/button.png","http://www.foxtable.com") '超链接
            With .Add("pn2","标题二",txt,"./images/search.png") '带子链接
                .AddFoot("文字来源 : xxxxx")
                .AddFoot("时间:" & Date.Today)
            End With
        End With
wb.AppendHTML("<style>#pn2 ul{list-style-type: none;} #pn2 ul li{list-style-type: none;float:none;padding-top:5px;color:red}</style>",True)
        e.WriteString(wb.Build) '生成网页
End Select

 回到顶部
总数 27 1 2 3 下一页