3 html javascript css blogs blogger
请帮我解决下图中显示的错误。
它说:
Error parsing XML, line 5, column 71: The reference to entity "display" must end with the ';' delimiter
Run Code Online (Sandbox Code Playgroud)
<strike>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"/>
</strike>
Run Code Online (Sandbox Code Playgroud)

小智 9
你需要的符号逃跑&到&的XML代码。
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"/>
Run Code Online (Sandbox Code Playgroud)