将其他文本字段的值设置为 nil

发布于 2024-09-30 22:59:55 字数 84 浏览 1 评论 0原文

我试图拥有 6 个文本字段,只需要填写一个文本字段即可计算第二个文本框的值。但是我希望空的文本框不用于显示 0.00000 而是保持为空。这怎么办? 谢谢

I am trying to have 6 textfields that requires only one textfield to be filled in order to calculate the value of the second textbox. however i would like the textbox that are empty and arent used to not display 0.00000 but instead remain empty. how can this be done?
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

零度° 2024-10-07 22:59:55

我们需要更多信息 - 为什么文本字段包含 0.000000 开头?

因为清除文本字段的代码非常简单,我认为我们不理解您的问题:)

[myTextField setText:@""];

We need more information - why do the text fields contain 0.000000 to start with?

Because the code to clear a text field is pretty simple I think we don't understand your question :)

[myTextField setText:@""];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文