// 排列文字框順序(橫稿) function sortTextFramesH( tfObjs ){ if( tfObjs.length == 0 ){ return null; } var tmpAry ...
www.dotblogs.com.tw