数据类型不匹配是怎么回事啊!
刚开始学习VF,做了一个表单,运行的时候老是提示数据类型不匹配是怎么回事啊?
我的代码是这样写的
r=thisform.text1.value
thisform.text2.value=3.141539*r*r
thisform.refresh
刚开始学习VF,做了一个表单,运行的时候老是提示数据类型不匹配是怎么回事啊?
我的代码是这样写的
r=thisform.text1.value
thisform.text2.value=3.141539*r*r
thisform.refresh