我想将谷歌地图javascript添加到Thymeleaf模板中,如下所示:
https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places
Run Code Online (Sandbox Code Playgroud)
它抛出了异常:
org.xml.sax.SAXParseException; lineNumber: 209; columnNumber: 93; The reference to entity "key" must end with the ';' delimiter
Run Code Online (Sandbox Code Playgroud)
我试图改变&到&,但什么都没有改变.
对你的帮助表示感谢.谢谢!