js 通过 url 中获取文件名 let url = 'http://www.example.com/blah/th.html' filename = url.split('/').pop() 可能还有更变态的情况,但这个方法目前比较好使