站长资讯网
最全最丰富的资讯网站

在asp中实现字符串过滤单引号的功能

‘函数名称: strReplace(Str)
‘函数功能: 过滤单引号
‘参数说明: Str 
‘********************************************
Function strReplace(Str)
 dim tempcheckstr
 tempcheckstr=Str
 If Isnull(tempcheckstr) Then
  strReplace = “”
  Exit Function
 End If
 strReplace = Replace(tempcheckstr,”‘”,”””)
End Function

 

分享到: 更多

赞(0)
分享到: 更多 (0)
网站地图   沪ICP备18035694号-2    沪公网安备31011702889846号