以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]移动端设计问题(已解决) (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=116739) |
-- 作者:cqlwsam -- 发布时间:2018/3/30 10:52:00 -- [求助]移动端设计问题(已解决) 如图,如何在一排上设计多个控件。 [此贴子已经被作者于2018/3/30 16:28:38编辑过]
|
-- 作者:有点甜 -- 发布时间:2018/3/30 10:57:00 -- 参考
http://www.foxtable.com/mobilehelp/scr/0097.htm
http://www.foxtable.com/mobilehelp/scr/0013.htm
|
-- 作者:cqlwsam -- 发布时间:2018/3/30 12:23:00 -- 再问一个问题: Dim st As String = Today.year & "年" & Today.month & "月" Dim st1 As String = st.padleft(12) wb.InsertHTML(st1) 我如何在2018年3月前加两个空格,上述代码不行
|
-- 作者:有点甜 -- 发布时间:2018/3/30 14:22:00 -- html的空格要这样加,如
Dim st As String = " " & Today.year & "年" & Today.month & "月" [此贴子已经被作者于2018/3/30 14:22:01编辑过]
|