sadier

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2004年7月23日

摘要: private string Num2TraWord(string MoneyNoStr) { string sourNostr = MoneyNoStr; string[] strary = sourNostr.Split('.'); if (strary[0].Length > 0) strary[0] = strary[0].Insert(strary... 阅读全文
posted @ 2004-07-23 19:28 毛小华 阅读(2404) 评论(5) 推荐(0) 编辑

摘要: 1、html:(1) 固定排列 (2)规则列表(3)//自动换行 RippleRippleRippleRippleRippleRippleRippleRippleRippleRippleRippleRippleRippleRipple(4) SPAN>标记定义了HTML文档中的一个行内间隔,可以给这个间隔赋一个id属性,给整个间隔一个统一的颜色、字体、边框、背景等属性,使整个间隔响应相同的事件... 阅读全文
posted @ 2004-07-23 13:26 毛小华 阅读(567) 评论(0) 推荐(0) 编辑

摘要: 不刷新,通过javascript获取数据,! function GetHore() { if(document.all("RE_REPAIR_SITE").value != "") { ... 阅读全文
posted @ 2004-07-23 13:15 毛小华 阅读(1240) 评论(0) 推荐(0) 编辑

摘要: 如果是RadioButton,很简单的通过ForeColor就可以设置其文本的颜色,但在RadioButtonList中的Radio该怎么处理呢?问题:1. RadioButtonList.Items的元素没有ForeColor属性2. RadioButtonList.Items的元素不能转换为RadioButton类型对象3. RadioButtonList.Items的元素的Attribute... 阅读全文
posted @ 2004-07-23 09:48 毛小华 阅读(2615) 评论(1) 推荐(0) 编辑