18910140161

html-如何在HTA应用程序中使用BigInt库?-堆栈溢出

顺晟科技

2022-10-19 14:10:46

206

此代码引发无法识别BigInt的错误:

<html><head>
<HTA:APPLICATION ID="HelloExample" 
   BORDER="bold" 
   BORDERSTYLE="complex"/>
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Message Sender</title>
<script type='text/javascript'>
function Test()
{
  var x = BigInt(5);
  alert(x);
}
</script></head>
<body>
<center><h2>Message Sender</h2></center>
<input type='button' value='test' onclick='Test()' />
</body></html>

是否有metatag或设置允许我在。hta应用程序中使用本机Javascript BigInt?


顺晟科技:

  • TAG:
相关文章
我们已经准备好了,你呢?
2024我们与您携手共赢,为您的企业形象保驾护航