use client-side script to display the time or get UTC time and convert to Beijing time manually

解决方案 »

  1.   

    client-side script是怎样的?
      

  2.   

    javascript and vbscript<script>
    today=new Date()
    document.write("现在时间:"+today.getHours()+"时"+today.getMinutes()+"分"+getSecond()+"秒");
    </script>
      

  3.   

    GMT时间+8:00=北京时间 能否给出正确的 语句
      

  4.   

    又怎样把<script>里的变量传给PHP呢?
      

  5.   

    分特~~~又一个来问这个的~~~js和vbs的变量只能通过form.submit()提交给php程序