主题:asp函数问题
<%
strText = "This is a test!!"
pos = InstrRev(strText, "s")
response.write pos
%>
这段代码怎么会返回13呢。。
哪位解释下他的执行过程呢,,,
strText = "This is a test!!"
pos = InstrRev(strText, "s")
response.write pos
%>
这段代码怎么会返回13呢。。
哪位解释下他的执行过程呢,,,