asp中字符串2数字的函数
作者:cmscn 日期:2009-08-13
asp 中 sql字符串生成程序
作者:cmscn 日期:2009-08-13
sqlstrMaker.asp--------------------------------------------------------------------
<%
if request.Form("submit")<>"" and request.Form("sqlstr")<>"" then
dim ziduan,strsql,strend
strsql=trim(request.Form("sqlstr"))
ziduan=replace(strsql,chr(32),"," )
<%
if request.Form("submit")<>"" and request.Form("sqlstr")<>"" then
dim ziduan,strsql,strend
strsql=trim(request.Form("sqlstr"))
ziduan=replace(strsql,chr(32),"," )
Tags: 字符串