此应用程序没有/ error的显式映射,因此您将此视为回退

时间:2017-03-30 06:14:17

标签: html angularjs spring typescript

    <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>

错误发生在脚本标记为异常解析文档

2 个答案:

答案 0 :(得分:0)

可能你错过了某处的结束标签。我不知道你在HTML模板中有什么,除非你发布完整的代码。

答案 1 :(得分:0)

Thymeleaf模板是有效的XML,所以在一个属性中你需要使用&amp;而不是&amp;。