0
"../~~~.pdf.2.3"(.zip、.xlsなど)のようなダウンロードURLを "../~~.pdf"に置き換える必要がありますswift3 - 置き換えURL
url.lastPathComponentを使用していて、nilを返すとします。
私はこのコードが好きでした。
let fileLastPathComponents = remoteFileUrl.absoluteString.components(separatedBy: "/")
let lastPathComponent = fileLastPathComponents[fileLastPathComponents.count - 1]
let fileName = lastPathComponent.components(separatedBy: ".")
let fileNameStr = "\(fileName[0]).\(fileName[1])"
それは私がエンコードされたファイル名をもたらすことができますどのように働いていましたが、働いていないremovingPercentEncoding(リターン・ゼロ)
?
私は
が
は ' –
lastPathComponentがあまりにもnilを –
を返さlastPathComponent'あなたがここに来る結果' remoteFileUrl.absoluteString' –