嘿伙计们我遇到了一个问题:
如果使用这样的东西:
!!! XML
!!!
%html
%head
%title Myspace
%body
%h1 I am the international space station
%p Sign my guestbook
Run Code Online (Sandbox Code Playgroud)
我只把它作为来源:
<!DOCTYPE html>
<html>
<head>
<title>Myspace</title>
</head>
<body>
<h1>I am the international space station</h1>
<p>Sign my guestbook</p>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
谢谢你的帮助 :)