|
console.log('url: ', url, '\nurl_cut: ', url_cut, '\nurl type: ', url_type, '\nupper: ', url_type.toUpperCase(), '\n对比: ', (url_type.toUpperCase() === 'PDF'))
|
|
console.log('url: ', url, '\nurl_cut: ', url_cut, '\nurl type: ', url_type, '\nupper: ', url_type.toUpperCase(), '\n对比: ', (url_type.toUpperCase() === 'PDF'))
|
|
callback(isPdfUrl, '/pdfv' + url_cut)
|
|
callback(isPdfUrl, '/pdfv' + url_cut)
|