Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我曾经使用如下代码在 HTML 中嵌入一个 gist 文件:
<script src="https://gist.github.com/4577639.js?file=hello_world_addr.wsdl"></script>
这不再有效,因为显示的是所有文件而不是单个文件。任何人都知道为什么会发生这种情况以及如何解决它?谢谢!
在这里你很好先生
<script src="https://gist.github.com/claudemamo/4577639.js?file=hello_world_addr.wsdl"> </script>