关于中文格式的输出中文怎么选择输出格式?比如我要把 :广州图书馆输出为:%E5%B9%BF%E5%B7%9E%E5%9B%BE%E4%B9%A6%E9%A6%86------解决方案--------------------var str = "广州图书馆"; alert(encodeURI(str))------解决方案--------------------用urlencode函数