瀏覽單個文章
tvirus
Golden Member
 
tvirus的大頭照
 

加入日期: Jan 2003
您的住址: 惡運深淵
文章: 2,562
引用:
作者PMMA
function aaa(f){
var script = document.createElement("script");
script.appendChild(document.createTextNode("(" + f.toString() + ")();"));
document.documentElement.appendChild(script);
}
var bbb = function()
{
if (location=="http://tw.yahoo.com/")
{
location.href = 'http://www.google.com.tw/';
}
};
aaa(bbb);

javascript嘛?
http://miisoo.blogspot.tw/2008/01/j...operations.html
用字串search的方式
     
      
舊 2013-08-08, 12:15 AM #11
回應時引用此文章
tvirus離線中