<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script>
document.write(escape("哈哈")+"<br>");
document.write(unescape("%u54C8%u54C8")+"<br>");
document.write(encodeURIComponent("哈哈")+"<br>");
document.write(decodeURIComponent("%E5%93%88%E5%93%88")+"<br>");

</script>
</head>

<body>
<?php
echo urldecode("%E5%93%88%E5%93%88");
echo "<br>";
echo rawurldecode("%E5%93%88%E5%93%88");
echo "<br />";
echo utf8_decode("%E5%93%88%E5%93%88");
echo "<br />";
echo "%E5%93%88%E5%93%88";
echo "<br />";
echo $_GET['act'];
echo "<br />";
echo urlencode($_GET['act']);
?>
</body>
</html>


作者:Else 's Blog
地址:http://www.aixq.com/post/1118/
版权所有。转载时必须链接形式注明作者和原始出处及本声明!
  • 中查看更多“jq的get传参数在utf-8中乱码问题的解决php版”相关内容
  • 中查看更多“jq的get传参数在utf-8中乱码问题的解决php版”相关内容
  • 中查看更多“jq的get传参数在utf-8中乱码问题的解决php版”相关内容
  • 中查看更多“jq的get传参数在utf-8中乱码问题的解决php版”相关内容
  • 中查看更多“jq的get传参数在utf-8中乱码问题的解决php版”相关内容
  • 中查看更多“jq的get传参数在utf-8中乱码问题的解决php版”相关内容

  • 最后编辑: Else 编辑于2008/07/14 14:05
    Tags: ,
    代码 程序 编程 | 评论(1) | 引用(0) | 阅读(608)
    wxxslt
    2008/07/14 14:54
    偶像呀^_^
    分页: 1/1 第一页 1 最后页
    发表评论
    表情
    emotemotemotemotemot
    emotemotemotemotemot
    emotemotemotemotemot
    emotemotemotemotemot
    emotemotemotemotemot
    打开HTML
    打开UBB
    打开表情
    隐藏
    昵称   密码   游客无需密码
    网址   电邮   [注册]