cURL Error Code: 7 cURL Error Message: Failed to connect to 127.0.0.1 port 9200: Connection refused cURL Error Code: 7 cURL Error Message: Failed to connect to 127.0.0.1 port 9200: Connection refused
这样写起来好不优雅😅
let startIndex = string.index(string.startIndex, offsetBy: range.location)
let endIndex = string.index(startIndex, offsetBy: range.length)
let word = String(string[startIndex..<endIndex])
感觉没有啊,其实就是啰嗦点,谈不上不优雅吧