以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 隐藏 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=177136) |
-- 作者:qazlinle6 -- 发布时间:2022/5/10 17:51:00 -- 隐藏 With .AddInput("店名汉字", "店名", "text") .Value = e.GetValues("店名汉字") .Readonly = True End With 上面代码可以像style=\'display:none\' 隐藏起来不
|
-- 作者:有点蓝 -- 发布时间:2022/5/10 20:21:00 -- wb.AppendHTML("<script>document.getElementById(\'店名汉字\').parentNode.parentNode.style.display = \'none\';</script>") |