嗯 剛才找到一段 noReferer 代碼, :
& S2 N& m- ]4 f0 j# a( _! F0 G1 u. G0 K% m
function open_without_referrer(link){document.body.appendChild(document.createElement('iframe')).src='javascript:"<script>top.location.replace(\''+link+'\')<\/script>"';/ b+ A! }5 a7 u" x" S, z+ B
}1 r$ Q% E# x9 ]) r
4 {/ Z6 b5 s. l$ r* {, \6 }如果如果是新窗口打開,可以使用如下代碼:9 p# R. t1 k, P) J
function open_new_window(full_link){ % |+ g+ t, r# X4 G6 P, f
window.open('javascript:window.name;', '<script>location.replace("'+full_link+'")<\/script>');
) _' ]0 i8 ?& a7 \6 N }9 |: _! r# l; l+ ?2 \% f
; T' H$ K _5 b6 F" A! g) [ t) o% E
|