For AI agents: the complete documentation index is available at /next/zh/llms.txt, the full documentation bundle is available at /next/zh/llms-full.txt, and this page is available as Markdown at /next/zh/api/engine/element-api/__GetClasses.md.
// main-thread.jslet element = __CreateElement('view', 0, {});__SetAttribute(element, 'src', 'xx');__SetClasses(element, 'A B C');let classNames = __GetClasses(element);