@
whtsky 好吧,那就只能很ugly地实现了,如果github不更改id的命名规则的话…
此外,script放div里好像是不符合标准的。
Python刷新文件列表
<div id="gist-3123099-container"></div>
在之后的函数里确实能使用fl,内容也是正确的.之后有些创建文件的操作,在类函数里执行getflist(),但之后读取的fl并没有更新.请问这是为什么?
<div style="display:none">
<script>
function fill_container(gist_id) {
document.getElementById('gist-' + gist_id + '-container').appendChild(document.getElementById('gist-' + gist_id));
}
</script>
<script src="
https://gist.github.com/3123099.js?file=getflist.py" onload="fill_container(3123099)"></script>
</div>