在javascript中如果要在文字中取代某些特定字元或是字串時。 var OrgStr = 'ABCDR ' var regStr = 'R' var re = new RegExp ...
wthomasu.pixnet.net