论坛帮助 |
社区圈子 |
日历事件 |
2022-11-25, 03:58 | #1 | ||
|
|||
正式会员
等级: 三袋长老
|
单行不受影响。 但如果有段落的行,它就会被破坏。 代码:
for(var j = 0; j < app.documents[0].textFrames.length; j++) { var str = app.documents[0].textFrames[j].contents; var rep = str.replace ("PANTONE", "P."); app.documents[0].textFrames[j].contents = rep; } |
||