分享至
朋友圈
微信
qq空间
qq
微博
复制
const genderStr = "0|女|,1|男|" function arrShow(id,str) list=Split(str,",") for each row in list cell=Split(row,"|") if cell(0) = ""&id&"" then show = cell(1) end if next arrShow = show end function