摘要:
public void voidtt() { string str = getstring("I"," am","Robin"," !"); this.strtt.Text = str; } //一個參數 public string getstring(string _t) { return _t; } //二個參數 ... 阅读全文
posted @ 2006-11-02 15:48 自適應軟件...... 阅读(512) 评论(2) 推荐(0)
摘要:
public void voidtt() { string str = getstring("I"," am","Robin"," !"); this.strtt.Text = str; } //一個參數 public string getstring(string _t) { return _t; } //二個參數 ... 阅读全文
posted @ 2006-11-02 15:48 自適應軟件...... 阅读(512) 评论(2) 推荐(0) |
||