标签:window location 方法 ref href color 页面 刷新 lan
//方法1
document.getElementById(‘FrameID‘).contentWindow.location.reload(true);
//方法2
document.getElementById(‘youriframe‘).src=src;
标签:window location 方法 ref href color 页面 刷新 lan
原文地址:http://www.cnblogs.com/jphoebe/p/7145911.html