首页 相关文章 针对select写了一个通用的option输出函数

针对select写了一个通用的option输出函数

function writeSlt(arrstr,arrstrValue,selectedstr)
'arrstr 要显示在option里面的值,arrstrValue option的实际值,selectedstr要选中的默认值
'将一个字串分割为数组,输出select的option,并选中selectedstr arrstr&arrstrValue长度要一致
arr=split(arrstr,",")
arrValue=split(arrstrValue,",")
j=0
do while j<=ubound(arr)
if trim(arrValue(j))=trim(selectedstr) then
response.write "

2016-01-29 标签:

针对select写了一个通用的option输出函数的相关文章

手机页面
收藏网站 回到头部