<html xmlns:th="http://www.thymeleaf.org">
<head>
<script src="https://maps.googleapis.com/maps/api/js?key=MY_KEY&libraries=places&callback=initAutocomplete"></script>
</head>
<body>
</body>
</html>
错误发生在脚本标记为异常解析文档
答案 0 :(得分:0)
可能你错过了某处的结束标签。我不知道你在HTML模板中有什么,除非你发布完整的代码。
答案 1 :(得分:0)
Thymeleaf模板是有效的XML,所以在一个属性中你需要使用&amp;而不是&amp;。