Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
顺便看看每月向国家贡献了多少人民币?
正算在 表 个税正算 中输入 应纳税所得额
反算在窗口中,输入你的税后金额
Dim t As WinForm.TextBox = e.Form.Controls("TextBox1")
Dim i As Double = cdbl(t.Text)
If i <= 5
MessageBox .Show("税率: 0.03")
ElseIf i > 5
MessageBox.Show("税率: 0.1")
End If
谢谢!