如何连接两个字符串?
<TextView android:text="@string/app_name.@string/app_version" android:layout_height="wrap_content" android:layout_width="fill_parent" android:gravity="center" android:layout_alignParentLeft="true" android:id="@+id/Welcome" android:textSize="34px"></TextView>
Run Code Online (Sandbox Code Playgroud)
机器人:文本= "@字符串/ APP_NAME @字符串/ APP_VERSION"
模拟器直接打印"@ string/app_name.@ string/app_version"而不是它应该是类似"APP 1.2"的字符串