<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
</head>
<body>
<script type="text/javascript">
var test1="分享";
var test2="%E5%88%86%E4%BA%AB";
document.write("编码<br/>"+test1+":"+encodeURIComponent(test1)+ "<br />");
document.write("解码<br/>"+test2+":"+decodeURIComponent(test2));
</script>
</body>
</html>

最新文章

  1. python之路:Day02 --- Python基础2
  2. HDU 5008 Boring String Problem(后缀数组+二分)
  3. Oracle软件安装目录满的清理方法
  4. Handle类与线程
  5. Ubuntu 16.04系统布署小记
  6. [转]C#网络编程(同步传输字符串) - Part.2
  7. OpenJudge计算概论-称体重【枚举法、信息数字化】
  8. IIS FTP文件服务器搭建步骤
  9. R之批处理
  10. 幻灯片(jquery实现)
  11. linux mysql 卸载后重装
  12. Javascript页面跳转与浏览器兼容
  13. php 原理相关
  14. 基于C++ 苹果apns消息推送实现(2)
  15. cannot update the cursor rep,since it is read-only
  16. 知识点:Mysql 基本用法之流程控制
  17. Codeforces.842D.Vitya and Strange Lesson(Trie xor)
  18. webstorm激活方法
  19. php判断正常访问和外部访问
  20. Xcode debug时如何查看内存中的数据

热门文章

  1. ThinkPHP分类查询(获取当前分类的子分类,获取父分类,下一级分类)
  2. springMVC各个包下的作用
  3. mongodb实现对某列求和SUM
  4. Java类集框架——List接口
  5. CodeForces 19D Points (线段树+set)
  6. 约会安排---hdu4553(线段树,麻烦的区间覆盖)
  7. India and China Origins---hdu5652(二分 + bfs)或者(并查集)
  8. 洛谷P4428二进制 [BJOI2018] 线段树
  9. 由SOAP说开去 - - 谈谈WebServices、RMI、RPC、SOA、REST、XML、JSON
  10. HTTP错误 404.17–Not Found 请求的内容似乎是脚本,因而将无法有静态文件处理程序来处理