月归档:
2004年10月
| 记录数: 12
-
- HTML页面如何象asp一样接受参数
- Weather:风大,天气又凉了
- 2004-10-11
-
<script language="JavaScript">
var pos,str,para,parastr,tempstr1;
tempstr="";
str = window.location.href;
pos = str.indexOf("?")
parastr = str.substring(pos+1);
document.write("<br>文件路径:"+str);
if (pos>0){
document.writ... - Views(4326) | Comments(0) | In 网页前端技术
