动态创建JS WORKER
window.URL = window.URL || window.webkitURL; const response = `self.onmessage = ({ data: { data } }) => { const ...