我正在使用Express 4.x來開發我的博客系統。 當我訪問像「本地主機:3000/u/rxy/2015-1-16/[轉載]第三篇文章」的網址時,它是可以的。但是當我訪問像「localhost:3000/u/rxy/2015-1-16 /%5Bl%7D%5D,%DB%C7%87%E0「,我收到了」400錯誤請求「錯誤。 Error: Bad Request
at SendStream.erro
我需要處理傳遞給我們庫的任何給定的url。所以剛開始我做: URL url = new URL(filename);
URI uri = new URI(url.getProtocol(), url.getUserInfo(), url.getHost(), url.getPort(), url.getPath(), url.getQuery(), url.getRef());
我需要空間轉換爲%20 API的帖子在Python陣列 tree = et.parse(os.environ['SPRINT_XML'])
olp = tree.findall(".//string")
if not olp:
print colored('FAILED', 'red') +" No jobs accociated to this view"
exit(1)