我有一个 {
type: "stackedBar",
legendText: "Product2",
showInLegend: "true",
data2: [
{ x: November, y: 617 },
{ x: December, y: 72 },
]
}
页面,其中包含大量cshtml
个文件,我正在测试.js
以便在.js
中运行。我必须在每个strict mode
文件上写"use strict"
。我可以在一个地方编写它以使其对所有.js
文件代码生效
可能在.js
,但它不起作用。
答案 0 :(得分:1)
没有
"脚本" (由ObjectMapper mapper = new ObjectMapper();
return mapper.readValue(jsonResponse, ObjectWithList.class);
元素或<script>
文件的内容表示)是可以应用.js
的最广泛范围。