Using ActionScript 3, I want to replace multiple spaces with . var ExtraSpaces:RegExp = /^\s+|\s+$/g; var string:String = "Hello, ...
確定! 回上一頁