Skip to content

Instantly share code, notes, and snippets.

View gxcsoccer's full-sized avatar
🎯
Focusing

zōng yǔ gxcsoccer

🎯
Focusing
  • Alibaba
  • Hangzhou
View GitHub Profile
<div>
<a href="{{protocol}}//{{host}}{{pathname}}">{{protocol}}//{{host}}{{pathname}}</a>
</div>
<script>
function Template(node) {
var prototype = document.createDocumentFragment();
prototype.appendChild(node);