3,716
个编辑
第4行: | 第4行: | ||
(function() { | (function() { | ||
var hm = document.createElement("script"); | var hm = document.createElement("script"); | ||
hm.src = "https:// | hm.src = "https://unpkg.com/vis-timeline/standalone/umd/vis-timeline-graph2d.min.js"; | ||
var s = document.getElementsByTagName("script")[0]; | var s = document.getElementsByTagName("script")[0]; | ||
s.parentNode.insertBefore(hm, s); | s.parentNode.insertBefore(hm, s); | ||
第15行: | 第15行: | ||
appendCSS(); | appendCSS(); | ||
// 引入 Vis Timeline 库 | // 引入 Vis Timeline 库 | ||