[Full]
完整版
[Rss]
订阅
[Xml]
无图版
[Xhtml]
无图版
Rss
& SiteMap
Foxtable(狐表)
http://www.foxtable.com
新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
◎
Foxtable(狐表)
→
专家坐堂
→
关于html的input框赋值
共4 条记录, 每页显示 10 条, 页签:
[1]
[浏览完整版]
标题:关于html的input框赋值
1楼
ygg8310
发表于:2023/9/20 17:37:00
dim cp as string = "PD01"
sb.AppendLine("产品ID: <input name='cpid' id='cpid'><br/><br/>")
这个该如何赋值为PD01?
2楼
有点蓝
发表于:2023/9/20 17:40:00
sb.AppendLine("产品ID: <input name='cpid' id='cpid'>
PD01
</
input
><br/><br/>")
3楼
ygg8310
发表于:2023/9/21 10:07:00
还有一个问题,如果是变量呢?
把dr("产品")赋值给input
这个该怎么写?
4楼
有点蓝
发表于:2023/9/21 10:16:00
sb.AppendLine("产品ID: <input name='cpid' id='cpid'>
" &
dr("产品")
& "
</
input
><br/><br/>")
共4 条记录, 每页显示 10 条, 页签:
[1]
Copyright © 2000 - 2018
foxtable
.com
Tel: 4000-810-820 粤ICP备11091905号
Powered By
Dvbbs
Version 8.3.0
Processed in .01758 s, 2 queries.
[Full]
完整版
[Rss]
订阅
[Xml]
无图版
[Xhtml]
无图版