得到 words.js?hello,world! 参数的处理方法
2007-11-27 17:18:33 来源:WEB开发网核心提示:很久前写的,上来帖下,得到 words.js?hello,world! 参数的处理方法,得到 words.js?hello,world! 参数的处理方法 首先有一个.html文件: <script src=words.js?hello,word!></script> 然后words.js的代码为
很久前写的。上来帖下。
得到 words.js?hello,world! 参数的处理方法
首先有一个.html文件:
<script src=words.js?hello,word!></script>
然后words.js的代码为:
writeParam();
function writeParam()
{
var col=document.all.tags(script);
var jsrc=col.item(col.length-1).src;
var i=jsrc.indexOf(?);
var words=jsrc.substr(i+1,jsrc.length);
document.write(words);
}
---------------------------------
lostinet@chongjian.com
---------------------------------
更多精彩
赞助商链接