比这篇新的文章:
Codee#1313
比这篇旧的文章: Codee#1311
作者: , 点击123次, 评论(0), 收藏者(0), , 打分:
所有评论,共0条:( 我也来说两句)
比这篇旧的文章: Codee#1311
Codee#1312 编辑代码
语言: C#, 标签: 无 2009/05/19发布 10个月前更新 | 编辑代码作者: , 点击123次, 评论(0), 收藏者(0), , 打分:
C#语言: Codee#1312
1 if (!(this.title.Value.Substring(0, 3).ToUpper() == "buy".ToUpper()))
2 {
3 this.title.Value = "Buy " + this.title.Value.ToString();
4 }
2 {
3 this.title.Value = "Buy " + this.title.Value.ToString();
4 }
所有评论,共0条:( 我也来说两句)
代码
