|
<html>
<body>
<script>
function link(){
open("http://www.baidu.com");
}
function link2(str){
open(str);
}
</script>
<a href="javascript:link()">baidu</a>
<a href="javascript:link2('http://www.baidu.com')">baidu</a>
</body>
</html>
js can be opened in n kinds of implementations, you can pass parameters or not, or you can do all kinds of things~~
It is impossible to achieve 100% correct machine analysis.
The general method of downloading software is to monitor the browser. It is a bit difficult to realize batch grabbing and automatic downloading~~~
If it's just the js of a specific website, you can also write a program after human flesh analysis~~~ |
|