代码类似于这样的
p = Permutations[Range[5]]
o = Table[ "abcd改坐标的参数为" <> ToString[p[[i]][[5]]] "xyz", {i, 1, 9}]
Export["C:\\Users\\8618\\Desktop\\Mathematica document\\In turn point output set\\The ring.txt", o, "Table"]
但是运行出文件里却是这样的
另外,是不是格式的问题,那在mma中什么公式可以显示格式呀
