asp必须输入内容文本框
dimxx=1dimyy=Request.Form("upcount")+1dowhilex<y'循环写播放文件ifRequest.Form("file"&x)=""th...
dim x
x=1
dim y
y=Request.Form("upcount")+1
do while x < y '循环写播放文件
if Request.Form("file" & x)="" then
mytextfile.writeline("<entry>")
b="<ref href="& chr(34) & Request.Form("file" & x) & chr(34) & "/>"
mytextfile.writeline(b)
mytextfile.writeline("</entry>")
end if
x=x+1 '循环写播放文件结束
loop
mytextfile.writeline("</asx>")
'''''''''''''''''''''''''''''''''''''''''''''''''写文件结束
请问限制文本框输入的网址结尾必须是音乐格式的,如.mp3或.wma请问如何实现?谢谢! 展开
x=1
dim y
y=Request.Form("upcount")+1
do while x < y '循环写播放文件
if Request.Form("file" & x)="" then
mytextfile.writeline("<entry>")
b="<ref href="& chr(34) & Request.Form("file" & x) & chr(34) & "/>"
mytextfile.writeline(b)
mytextfile.writeline("</entry>")
end if
x=x+1 '循环写播放文件结束
loop
mytextfile.writeline("</asx>")
'''''''''''''''''''''''''''''''''''''''''''''''''写文件结束
请问限制文本框输入的网址结尾必须是音乐格式的,如.mp3或.wma请问如何实现?谢谢! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询