2
我正在使用Restlet框架來接收和發送數據。如何在Restlet Framework中將字符編碼設置爲請求?
//Receiving the Request.
Request helpReq = new Request();
這裏是我的代碼,我想與響應(helpRes)一起發送(套)的字符編碼..
//Responding to the Request
Response helpRes = client.handle(helpReq);
感謝您的幫助。 – swastican