就用你说的方法,我写的例子如下:
<form>
<input type=text name=xxx><input type=submit>
</form>
<script language=javascript>
documentwriteln(locationhref,'<br>');
var s=locationhref;
s=sreplace(/\$/,'')
s=sreplace(/^\//,'')
documentwriteln(s,'<br>');
</script>
\"/^ >
select concat(name1,name2) as name from user
as的作用是将原有字段定义为xx使用,类似于select axx from table as a中的把表定义为a使用
把可能有的url地址发几个上来当例子 <textarea id="txt" cols=40 rows=10> </textarea> <input type="button" value="提取" onclick="flt()"> <script> function flt() { var str=documentgetElementById("txt")value; var re=/(>
以上就是关于JS中如何获取http地址页面文件名!~急~~全部的内容,包括:JS中如何获取http地址页面文件名!~急~~、如何用正则获取URL中的主域名、如何写正则表达式 采集网页中的所有链接地址(包括图片,网站链接) 如何获取关键字,标题以及描述等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)