这是我的代码。我从 web 获取数据并存储在 bufval 中并打印 textoutputfield 但如果我们在 php 页面中使用换行符,我们需要在 textoutput 字段中的特定位置换行,在该页面中我们获取输出为显示 msg 的数据并附加此 (
)。
字符串 strResult = new String(bufVal); 同步 (UiApplication.getEventLock()) { textOutputField.setText(strResult); }
这是我的代码。我从 web 获取数据并存储在 bufval 中并打印 textoutputfield 但如果我们在 php 页面中使用换行符,我们需要在 textoutput 字段中的特定位置换行,在该页面中我们获取输出为显示 msg 的数据并附加此 (
)。
字符串 strResult = new String(bufVal); 同步 (UiApplication.getEventLock()) { textOutputField.setText(strResult); }