試著突破低點,往高點邁進
//透過屬性去新增 HyperLink.Attributes["onclick"] = "alert('ok')"; //透過Add方法去新增 HyperLink.Attributes.Add("onclick", "alert('ok')");