WEB开发网
开发学院网页设计JavaScript Prototype实战教程----4.$H 阅读

Prototype实战教程----4.$H

 2010-09-14 13:10:30 来源:WEB开发网   
核心提示:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html>&l

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <title>$H</title>
    <script type="text/javascript" language="javascript"
     src="prototype.js" ></script>
    <script>
    function test()
    {
      // 创建一个对象
      var obj = {
        key1: 1,
        key2: 2,
        key3: 3
        };
  
      // 将其转换为Hash对象
      var hash = $H(obj);
      alert(hash.toQueryString());
    }
    </script>
  </head>
  <body>
    <form>
      <input type="button" value="click" onclick="test()" />
    </form>
  </body>
</html>

Tags:Prototype 实战 教程

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接