獲取時區

 

C#:html

TimeZoneInfo local = TimeZoneInfo.Local;
label1.Text = local.DisplayName;htm

 

js:ip

<html>
<body>get

<script>
var newDate1=new Date();
alert(newDate1.getTimezoneOffset());
</script>
</body>
</html>im

相關文章
相關標籤/搜索