我正在使用org.apache.http库执行post请求,并且无法以正确的方式对某些字符进行编码。我正在使用jsoup从网页中拉出文本,然后将此文本发送到api。= new HttpPost(url);
String jsonString =StringEntity input = new StringEntity(jsonString);
我们希望在不影响数字图书流程的情况下,在原始图书中标记换行符的位置。哪个不可见的Unicode包章可以用来标记原始文件中的一些特殊位置?替换*的合适字符是什么
This is a sentence * in the original book that * I want to mark line *break places.