Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/83.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 符号未正确加载到我的html中_Javascript_Html - Fatal编程技术网

Javascript 符号未正确加载到我的html中

Javascript 符号未正确加载到我的html中,javascript,html,Javascript,Html,我有culutrefile.js,它包含以下值 "standard": "#,##0.00 ¤", "accounting": "#,##0.00 ¤;(#,##0.00 ¤)", 我在head标记中引用了html格式的文化文件 <head> <script src = "culturefile.js"> </script> </head> 请给我建议解决这个问题的方法。我是js的初学者 TIA在HTML文档中使用: <head>

我有culutrefile.js,它包含以下值

"standard": "#,##0.00 ¤",
"accounting": "#,##0.00 ¤;(#,##0.00 ¤)",
我在head标记中引用了html格式的文化文件

<head>
<script src = "culturefile.js"> </script>
</head>
请给我建议解决这个问题的方法。我是js的初学者

TIA在HTML文档中使用:

<head>
  <meta charset="UTF-8">
</head>

这将有助于显示您可能遇到的任何类型的特殊字符。

在HTML文档中使用:

<head>
  <meta charset="UTF-8">
</head>


这将有助于显示您可能遇到的任何类型的特殊字符。

另请参见我添加了UTF-8编码,如下所示,但我的问题仍然存在:(@JeremyThille
再次阅读答案。查看另一方面,我添加了UTF-8编码,如下所示,但我的问题仍然存在:(@JeremyThille
再次阅读答案。查看