螺螺的blog
父母一天天老去了,我要努力!

分享一个小技巧,个中乐趣请跨站师们自己体会:

<script type="text/javascript">
<!--
function func2URL(proc) {
    
return "javascript:(" + encodeURIComponent(proc.toString()) + ")();";
}

function test() {
    
var a = "hahaha\x41\x42";
    
var b = function(s) {
        alert(s);
    };
    
    b(a);
}

document.write(func2URL(test));
location.href 
= func2URL(test);
//-->
</script>

 

posted on 2009-02-27 10:07  luoluo  阅读(3379)  评论(4编辑  收藏  举报