摘要: Uri.encodeComponent(url); // To encode url Uri.decodeComponent(encodedUrl); // To decode url from: https://blog.csdn.net/qq_32760901/article/details/9 阅读全文
posted @ 2020-02-23 16:19 anobscureretreat 阅读(2212) 评论(0) 推荐(0)
摘要: import osa = 'var/label/txt/123.txt' print(os.path.splitext(a)) b = 'var/label/txt/123' print(os.path.splitext(b)) 输出 ('var/label/txt/123', '.txt') (' 阅读全文
posted @ 2020-02-23 16:14 anobscureretreat 阅读(259) 评论(0) 推荐(0)
摘要: code { '.*': 'application/octet-stream', '.tif': 'application/x-tif', '.001': 'application/x-001', '.301': 'application/x-301', '.323': 'text/h323', ' 阅读全文
posted @ 2020-02-23 13:19 anobscureretreat 阅读(1086) 评论(0) 推荐(0)