(c#)有没有与asp中对应的InStr 函数的用法?
if instr(arrMenu(6,AllMenuId(i)), "? ")=0 then
Inkcar.Echo " <a href= " "JavaScript:DialogWindow( ' "&arrMenu(6,AllMenuId(i))& "?AdminMenuId= "&arrMenu(0,AllMenuId(i))& " ') " " class= 'font2 '> "&arrMenu(1,AllMenuId(i))& " </a> "
else
Inkcar.Echo " <a href= " "JavaScript:DialogWindow( ' "&arrMenu(6,AllMenuId(i))& "&AdminMenuId= "&arrMenu(0,AllMenuId(i))& " ') " " class= 'font2 '> "&arrMenu(1,AllMenuId(i))& " </a> "
end if
描述:
就是如果一个字段为MenuLink,它的值为Menu/Menu.asp或者为Content/Content.asp?item=22,如果“?”不在其中存在,则它后面的传递参数有“?”,如果“?”在其中存在,则直接进行参数传递,先谢谢了!
------解决方案--------------------IndexOf