gpt4 book ai didi

java - TextView.setText(int resid)

转载 作者:行者123 更新时间:2023-12-01 06:53:29 31 4
gpt4 key购买 nike

假设我想要一个 TextView 显示 5。

我假设我可以使用 TextView.setText(5)。

但在上述情况下,编译器将查找资源 id 5,而不是整数 5。

如果我真的想显示“整数”该怎么办?

最佳答案

TextView.setText(Integer.toString(5))

转换为字符串

关于java - TextView.setText(int resid),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19024998/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com