這種劃分源XML: <root>
<!-- a and b have the same date entries, c is different -->
<variant name="a">
<booking>
<date from="2017-01-01" to="2017-01-02" />
<date from="2017-01-04"
如何使用Javascript在Illustrator CC中將文檔中的所有對象分組?我嘗試製作一個腳本,並且我需要將文檔中的所有對象無誤地正確分組。在官方指南中,我沒有找到這樣的功能。下面的代碼不能正確分組對象。對象改變位置並移動到前景或背景。誰能幫我? function group(){
var docRef = app.activeDocument;
var layerR