ASP中去除特殊字符
谁能告诉我如何在 ASP 中去除特殊字符(经典)。我正在使用 MS Access 数据库。我的意思是有没有像 stripslashes() 或 addslashes() {PHP} 这样的函数。 任何帮助都会得到帮助
may anyone tell me that how to strip special character in ASP (classic). I'm using MS Access database. I meant is there any function like stripslashes() or addslashes() {PHP}.
Any help will be appriciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PHP 中的函数 StripSlashes 可以像
ASP 中那样编写。 AddSlashes() 稍微复杂一些,需要 3 次调用来替换
The function StripSlashes in PHP can be written as
in ASP. AddSlashes() is slightly more complex, you need 3 calls to replace