function utftocoding(url){
  //进行转码
  url=encodeURI(encodeURI(url)); 
  window.document.location.href = url;
}
