沉冰浮水

置百丈玄冰而崩裂,掷须臾池水而漂摇。

« 2010年9月3日冷笑话合集 - 女LM语录2010年9月4日冷笑话合集 - 意味着什么? »

备忘 - ASP中将输入的文本按行赋值给数组

备忘 - ASP中将输入的文本按行赋值给数组...

<form id="form" target="_self" method="post" action="index.asp" ><p align="center">
<textarea name="Txt" id="Txt" cols="50" rows="5" tabindex="5" ></textarea>
<input name="btnSumbit" type="submit" tabindex="6" value="send"/>
</p></form>

<%
Dim strTxt,aryTxt,ItemTxt
strTxt = Request.Form("Txt")
strTxt = Replace(strTxt,vbCrLf,",")
aryTxt = Split(strTxt,",")
For Each ItemTxt In aryTxt
Response.Write  ItemTxt
Next
%>


 

订阅是个好习惯--http://feed.wdssmq.com--

  • 相关文章:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

日历

站内搜索

文章分类

最近发表

订阅本站


订阅本站

评论排行

图标汇集

▲返回顶部

© 沉冰浮水 | 站点地图 | | 广告投放 | 联系博主
Powered By Z-Blog | Themeby BokeZhuti