以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  BUG收集  (http://www.foxtable.com/bbs/list.asp?boardid=12)
----  [讨论] 代码编辑器有个小Bug,重排之后 End Select 与Select Case *** 没有对齐  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=12&id=98215)

--  作者:sjx71
--  发布时间:2017/3/26 15:31:00
--  [讨论] 代码编辑器有个小Bug,重排之后 End Select 与Select Case *** 没有对齐
代码编辑器有个小Bug,重排之后 End Select 与Select Case *** 没有对齐

Select Case ext
    Case  ".jpg",".gif",".png",".bmp",".wmf",".js",".css" ,".html",".htm",".zip",".rar"
        e.WriteFile(fl)
        Return  \'这里必须返回
    End  Select