在上传头像的页面加入下面的JS,在上传头像后就会自动刷新当前面,方法名updateavatar不能改变
function updateavatar() {
window.location.reload();
}
例子可在http://bbs.phpchina.com/thread-187941-1-1.html 这里下载
在上传头像的页面加入下面的JS,在上传头像后就会自动刷新当前面,方法名updateavatar不能改变
function updateavatar() {
window.location.reload();
}
例子可在http://bbs.phpchina.com/thread-187941-1-1.html 这里下载