asp制作中常用到的函数库集合第1/8页(3)


   t = t + 2 
   Else 
   t = t + 1 
   End If 
   If t >= strlen Then 
   strTemp = Left(str, i) 
   Exit For 
   End If 
   Next 
   SubstZFC = Replace(Replace(Replace(Replace(strTemp, " ", " "), Chr(34), """), ">", ">"), "<", "<") 
  End Function 
12345678下一页阅读全文

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/2778.html