将其他文本字段的值设置为 nil
我试图拥有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们需要更多信息 - 为什么文本字段包含 0.000000 开头?
因为清除文本字段的代码非常简单,我认为我们不理解您的问题:)
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 :)