var str = "abcdefg";String.prototype.constr = function(){ return this.split('').join('-');}str.constr();
答案:"a-b-c-d-e-f-g"
Copyright @ 2024 玲儿灵 Powered by .NET 9.0 on Kubernetes Powered by: .Text and ASP.NET Theme by: .NET Monster