文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>替换字符小程序

替换字符小程序

时间:2007-01-04  来源:txkss

<html>
<head><title></title></head>
<body>
<div align="center">
<form name="form1" method="post" action="">
<textarea name="all" rows="5" cols="45">
<%=content%>
</textarea>
<p>
查找:
 <input type="text" name="text1" size="8">
</p>
<p>
替换:
 <input type="text"name="text2" size="8">
 <input type="submit" nmae="submit1" value="确定">
</p>
</form>
<%
function content()
dim a,b,c,d
a=request.form("all")
b=request.form("text1")
c=request.form("text2")
if b="" then
 response.write("天然林资源保护工程公益林建设和天然林资源保护工程管护情况。!")
else
 d=replace(a,b,c)
 response.write(d)
end if
end function
%>
</div>
</body>
</html>
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载