最新评论
elite_lcf 2009-08-25 20:39
http://www.cnblogs.com/hanyulcf/archive/2009/08/25/1553890.html
欢迎指正
jtomee 2009-08-25 11:25
楼主你的
((Number)n[i].ToString().ToInt()).ToString();
中的.ToInt() 可以处理呀,是自己写的方法还是?
jtomee 2009-08-25 11:24
楼主你的
((Number)n[i].ToString().ToInt()).ToString();
中的.ToInt() 可以处理呀,是自己写的方法还是?
做腻了 2009-07-28 08:55
将<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">删掉就可以了
足够有晋 2008-10-21 15:27
@Linxi
可以在赋值使用时在进行处理
this.Literal1.Text = Method.GetChinaNumber(this.TextBox1.Text)+"整";
可以在赋值使用时在进行处理
this.Literal1.Text = Method.GetChinaNumber(this.TextBox1.Text)+"整";
Linxi 2008-10-21 15:11
在 return show;前加一句:if (show.EndsWith("圆")) show+="整";
好像更符合习惯
好像更符合习惯
cloudgamer 2008-10-17 09:25

