<script>
window.onload = function () {
var el = document.createElement(‘script‘)
var el_html = document.querySelector(‘html‘)
var timetemp = new Date().getTime()
el.type = ‘text/javascript‘
el.src = ‘./index.js?timetemp=‘ + timetemp
el_html.appendChild(el)
}
</script>