2024年5月28日发(作者:)

responseString = new String(bytes, "UTF-8");

} catch (Exception e) {

tackTrace();

} finally {

eConnection(); // 释放连接

}

return responseString;

}