
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Python实现字符串的全排列
```pythonin_put='abcd'temp=''count=0def order(s,position):global countglobal tempif len(s)==0:print('out :',temp)count+=1else:for i in s:...
到底了

该用户还未填写简介
暂无可提供的服务
```pythonin_put='abcd'temp=''count=0def order(s,position):global countglobal tempif len(s)==0:print('out :',temp)count+=1else:for i in s:...