Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/blackberry/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Blackberry textOutputField中的换行符_Blackberry_Blackberry Eclipse Plugin - Fatal编程技术网

Blackberry textOutputField中的换行符

Blackberry textOutputField中的换行符,blackberry,blackberry-eclipse-plugin,Blackberry,Blackberry Eclipse Plugin,这是我的密码。我从web获取数据,并将其存储在bufval和print textoutputfield中,但如果我们在php页面中使用换行符,则需要在textoutput字段中的特定位置换行符。在php页面中,我们获取的数据输出为show msg,并附加此() 字符串strResult=新字符串(bufVal); 已同步(UiApplication.getEventLock()) { textOutputField.setText(strResult); }为什么不尝试在希望换行的位置添加“\n

这是我的密码。我从web获取数据,并将其存储在bufval和print textoutputfield中,但如果我们在php页面中使用换行符,则需要在textoutput字段中的特定位置换行符。在php页面中,我们获取的数据输出为show msg,并附加此(

字符串strResult=新字符串(bufVal); 已同步(UiApplication.getEventLock()) { textOutputField.setText(strResult); }

为什么不尝试在希望换行的位置添加“\n”字符呢