如何将输出时间设置为北京时间
<script type="text/javascript">
var mydate=new Date();
document.write("当前时间:"+mydate+"<br>");
</script>
返回的是中国标准时间,也就是北京时间