For the complete documentation index, see llms.txt. This page is also available as Markdown.

sector.remove()

remove(..keys)

개요

해당 sector에서 파라미터에 담긴 key를 삭제합니다.

예시

//_c.카테고리명
// 카테고리의 첫 번째 sector의 키 ItemSeq, Amt를 삭제 
_c.category[0].remove('ItemSeq', 'Amt');

마지막 업데이트

도움이 되었나요?