摘要: 可以使用CType函数 例如: Dim s As String = "009" Dim a As Integer = CType (s, Integer) 阅读全文
posted @ 2008-11-03 15:52 南守拥 阅读(620) 评论(0) 推荐(0) 编辑
摘要: var strDate = new Ext.form.DateField({ applyTo: "txtId", width:200, allowBlank:true, //允许为空 readOnly:false, value: '', format:'Y-m-d' ... 阅读全文
posted @ 2008-11-03 15:39 南守拥 阅读(700) 评论(0) 推荐(0) 编辑